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)

2022-02-28T11:01:16.467Z||main|||||INFO|500||The following profiles are active: basic
2022-02-28T11:01:39.259Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-28T11:01:39.260Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-28T11:01:39.420Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-28T11:01:51.486Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-28T11:01:52.179Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-28T11:01:52.835Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-28T11:01:52.845Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-28T11:01:53.024Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-28T11:01:53.285Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-28T11:01:54.246Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-28T11:02:01.414Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-28T11:02:03.754Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-28T11:02:03.820Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-28T11:02:04.494Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-28T11:02:04.619Z||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.
2022-02-28T11:02:05.897Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-28T11:02:06.967Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-02-28T11:02:06.987Z||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$$3899c07d.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)
2022-02-28T11:02:06.988Z||main|||||WARN|500||The sdc end point is not alive
2022-02-28T11:02:10.164Z||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
2022-02-28T11:02:13.191Z||main|||||WARN|500||---
2022-02-28T11:02:13.192Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-28T11:02:13.193Z||main|||||WARN|500||---
2022-02-28T11:02:13.639Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-28T11:02:18.838Z||main|||||INFO|500||Started Application in 67.722 seconds (JVM running for 76.47)
2022-02-28T11:02:18.860Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-28T11:02:18.862Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-28T11:02:18.882Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-28T11:02:18.906Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-28T11:02:18.951Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e496978f-e432-4928-bced-f1f2e354e07e url= /sdc/v1/artifactTypes
2022-02-28T11:02:18.952Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-28T11:02:19.197Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-28T11:02:19.270Z||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
2022-02-28T11:02:19.294Z||scheduling-1|||||DEBUG|500||create keys
2022-02-28T11:02:19.302Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-28T11:02:19.635Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:02:19.652Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f84ef90f-1921-48a4-bff8-e67db19fc0e9 url= /sdc/v1/registerForDistribution
2022-02-28T11:02:19.949Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f84ef90f-1921-48a4-bff8-e67db19fc0e9 url= /sdc/v1/registerForDistribution
2022-02-28T11:02:19.950Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-28T11:02:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:02:19.968Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:02:19.985Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-28T11:02:19.992Z||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.
2022-02-28T11:02:19.992Z||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.
2022-02-28T11:02:19.992Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:02:19.992Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:02:32.059Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:02:32.218Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:03:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:03:19.964Z||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.
2022-02-28T11:03:19.965Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:03:19.969Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:03:19.973Z||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.
2022-02-28T11:03:19.974Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:03:29.550Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:03:29.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:04:19.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:04:19.962Z||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.
2022-02-28T11:04:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:04:19.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:04:19.968Z||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.
2022-02-28T11:04:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:04:29.527Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:04:29.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:05:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:05:19.962Z||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.
2022-02-28T11:05:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:05:19.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:05:19.968Z||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.
2022-02-28T11:05:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:05:29.527Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:05:29.529Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:06:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:06:19.963Z||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.
2022-02-28T11:06:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:06:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:06:19.968Z||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.
2022-02-28T11:06:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:06:29.514Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:06:29.514Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:07:19.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:07:19.959Z||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.
2022-02-28T11:07:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:07:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:07:19.968Z||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.
2022-02-28T11:07:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:07:29.508Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:07:29.511Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:08:19.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:08:19.960Z||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.
2022-02-28T11:08:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:08:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:08:19.968Z||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.
2022-02-28T11:08:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:08:29.510Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:08:29.513Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:09:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:09:19.962Z||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.
2022-02-28T11:09:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:09:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:09:19.968Z||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.
2022-02-28T11:09:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:09:29.511Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:09:29.513Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:10:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:10:19.964Z||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.
2022-02-28T11:10:19.964Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:10:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:10:19.968Z||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.
2022-02-28T11:10:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:10:29.511Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:10:29.512Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:11:19.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:11:19.962Z||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.
2022-02-28T11:11:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:11:19.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:11:19.968Z||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.
2022-02-28T11:11:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:11:29.512Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:11:29.513Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:11:52.866Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-28T11:12:19.957Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:12:19.959Z||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.
2022-02-28T11:12:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:12:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:12:19.968Z||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.
2022-02-28T11:12:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:12:29.508Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:12:29.513Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:13:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:13:19.961Z||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.
2022-02-28T11:13:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:13:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:13:19.968Z||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.
2022-02-28T11:13:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:13:29.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:13:29.538Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:14:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:14:19.961Z||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.
2022-02-28T11:14:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:14:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:14:19.968Z||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.
2022-02-28T11:14:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:14:29.505Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:14:29.508Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:15:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:15:19.963Z||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.
2022-02-28T11:15:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:15:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:15:19.968Z||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.
2022-02-28T11:15:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:15:29.516Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:15:29.518Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:16:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:16:19.962Z||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.
2022-02-28T11:16:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:16:19.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:16:19.968Z||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.
2022-02-28T11:16:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:16:29.515Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:16:29.518Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:17:19.957Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:17:19.958Z||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.
2022-02-28T11:17:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:17:19.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:17:19.968Z||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.
2022-02-28T11:17:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:17:29.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:17:29.512Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:18:19.957Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:18:19.960Z||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.
2022-02-28T11:18:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:18:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:18:19.968Z||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.
2022-02-28T11:18:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:18:29.507Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:18:29.507Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:19:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:19:19.961Z||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.
2022-02-28T11:19:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:19:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:19:19.968Z||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.
2022-02-28T11:19:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:19:29.505Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:19:29.508Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:20:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:20:19.961Z||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.
2022-02-28T11:20:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:20:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:20:19.968Z||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.
2022-02-28T11:20:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:20:29.507Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:20:29.510Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:21:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:21:19.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.
2022-02-28T11:21:19.966Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:21:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:21:19.969Z||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.
2022-02-28T11:21:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:21:29.517Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:21:29.518Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:22:19.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:22:19.963Z||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.
2022-02-28T11:22:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:22:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:22:19.969Z||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.
2022-02-28T11:22:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:22:29.514Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:22:29.514Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:23:19.957Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:23:19.959Z||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.
2022-02-28T11:23:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:23:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:23:19.968Z||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.
2022-02-28T11:23:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:23:29.515Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:23:29.539Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:24:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:24:19.960Z||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.
2022-02-28T11:24:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:24:19.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:24:19.968Z||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.
2022-02-28T11:24:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:24:29.505Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:24:29.508Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:25:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:25:19.960Z||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.
2022-02-28T11:25:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:25:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:25:19.968Z||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.
2022-02-28T11:25:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:25:29.511Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:25:29.512Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:26:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:26:19.960Z||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.
2022-02-28T11:26:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:26:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:26:19.968Z||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.
2022-02-28T11:26:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:26:29.518Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:26:29.518Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:27:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:27:19.962Z||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.
2022-02-28T11:27:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:27:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:27:19.968Z||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.
2022-02-28T11:27:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:27:29.513Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:27:29.513Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:28:19.957Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:28:19.959Z||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.
2022-02-28T11:28:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:28:19.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:28:19.968Z||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.
2022-02-28T11:28:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:28:29.508Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:28:29.512Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:29:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:29:19.961Z||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.
2022-02-28T11:29:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:29:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:29:19.968Z||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.
2022-02-28T11:29:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:29:29.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:29:29.506Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:30:19.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:30:19.962Z||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.
2022-02-28T11:30:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:30:19.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:30:19.969Z||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.
2022-02-28T11:30:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:30:29.510Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:30:29.512Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:31:19.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:31:19.962Z||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.
2022-02-28T11:31:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:31:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:31:19.968Z||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.
2022-02-28T11:31:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:31:29.510Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:31:29.512Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:32:19.957Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:32:19.958Z||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.
2022-02-28T11:32:19.958Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:32:19.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:32:19.968Z||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.
2022-02-28T11:32:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:32:29.508Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:32:29.508Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:33:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:33:19.960Z||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.
2022-02-28T11:33:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:33:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:33:19.968Z||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.
2022-02-28T11:33:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:33:29.504Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:33:29.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:34:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:34:19.960Z||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.
2022-02-28T11:34:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:34:19.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:34:19.968Z||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.
2022-02-28T11:34:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:34:29.505Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:34:29.509Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:35:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:35:19.960Z||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.
2022-02-28T11:35:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:35:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:35:19.968Z||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.
2022-02-28T11:35:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:35:29.507Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:35:29.510Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:36:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:36:19.962Z||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.
2022-02-28T11:36:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:36:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:36:19.968Z||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.
2022-02-28T11:36:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:36:29.512Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:36:29.512Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:37:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:37:19.961Z||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.
2022-02-28T11:37:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:37:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:37:19.968Z||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.
2022-02-28T11:37:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:37:29.506Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:37:29.507Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:38:19.957Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:38:19.958Z||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.
2022-02-28T11:38:19.958Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:38:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:38:19.968Z||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.
2022-02-28T11:38:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:38:29.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:38:29.508Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:39:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:39:19.960Z||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.
2022-02-28T11:39:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:39:19.968Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:39:19.968Z||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.
2022-02-28T11:39:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:39:29.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:39:29.506Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:40:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:40:19.960Z||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.
2022-02-28T11:40:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:40:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:40:19.968Z||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.
2022-02-28T11:40:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:40:29.501Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:40:29.507Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:41:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:41:19.961Z||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.
2022-02-28T11:41:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:41:19.968Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:41:19.969Z||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.
2022-02-28T11:41:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:41:29.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:41:29.512Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:42:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:42:19.961Z||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.
2022-02-28T11:42:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:42:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:42:19.968Z||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.
2022-02-28T11:42:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:42:29.510Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:42:29.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:43:19.957Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:43:19.958Z||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.
2022-02-28T11:43:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:43:19.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:43:19.968Z||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.
2022-02-28T11:43:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:43:29.510Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:43:29.510Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:44:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:44:19.960Z||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.
2022-02-28T11:44:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:44:19.968Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:44:19.968Z||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.
2022-02-28T11:44:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:44:29.507Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:44:29.511Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:45:19.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:45:19.960Z||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.
2022-02-28T11:45:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:45:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:45:19.968Z||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.
2022-02-28T11:45:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:45:29.501Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:45:29.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:46:19.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:46:19.961Z||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.
2022-02-28T11:46:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:46:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:46:19.968Z||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.
2022-02-28T11:46:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:46:29.511Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:46:29.511Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:47:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:47:19.962Z||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.
2022-02-28T11:47:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:47:19.968Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:47:19.968Z||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.
2022-02-28T11:47:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:47:29.513Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:47:29.514Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:48:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:48:19.962Z||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.
2022-02-28T11:48:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:48:19.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:48:19.968Z||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.
2022-02-28T11:48:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:48:29.509Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:48:29.511Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:49:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:49:19.962Z||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.
2022-02-28T11:49:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:49:19.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:49:19.968Z||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.
2022-02-28T11:49:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:49:29.513Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:49:29.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:50:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:50:19.962Z||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.
2022-02-28T11:50:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:50:19.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:50:19.968Z||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.
2022-02-28T11:50:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:50:29.509Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:50:29.509Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:51:19.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:51:19.959Z||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.
2022-02-28T11:51:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:51:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:51:19.968Z||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.
2022-02-28T11:51:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:51:29.504Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:51:29.509Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:52:19.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:52:19.960Z||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.
2022-02-28T11:52:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:52:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:52:19.968Z||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.
2022-02-28T11:52:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:52:29.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:52:29.510Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:53:19.958Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:53:19.960Z||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.
2022-02-28T11:53:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:53:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:53:19.968Z||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.
2022-02-28T11:53:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:53:29.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:53:29.509Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:54:19.958Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:54:19.962Z||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.
2022-02-28T11:54:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:54:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:54:19.969Z||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.
2022-02-28T11:54:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:54:29.508Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:54:29.509Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:55:19.958Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:55:19.962Z||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.
2022-02-28T11:55:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:55:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:55:19.968Z||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.
2022-02-28T11:55:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:55:29.508Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:55:29.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:56:19.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:56:19.963Z||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.
2022-02-28T11:56:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:56:19.968Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:56:19.968Z||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.
2022-02-28T11:56:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:56:29.547Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:56:29.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:57:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:57:19.960Z||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.
2022-02-28T11:57:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:57:19.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:57:19.968Z||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.
2022-02-28T11:57:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:57:29.508Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:57:29.510Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:58:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:58:19.962Z||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.
2022-02-28T11:58:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:58:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:58:19.968Z||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.
2022-02-28T11:58:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:58:29.508Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:58:29.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:59:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:59:19.963Z||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.
2022-02-28T11:59:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:59:19.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:59:19.968Z||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.
2022-02-28T11:59:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:59:29.510Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T11:59:29.511Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:00:19.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:00:19.963Z||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.
2022-02-28T12:00:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:00:19.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:00:19.968Z||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.
2022-02-28T12:00:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:00:29.511Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:00:29.511Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:01:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:01:19.961Z||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.
2022-02-28T12:01:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:01:19.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:01:19.968Z||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.
2022-02-28T12:01:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:01:29.506Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:01:29.506Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:02:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:02:19.962Z||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.
2022-02-28T12:02:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:02:19.968Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:02:19.968Z||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.
2022-02-28T12:02:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:02:29.507Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:02:29.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:03:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:03:19.959Z||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.
2022-02-28T12:03:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:03:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:03:19.968Z||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.
2022-02-28T12:03:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:03:29.511Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:03:29.511Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:04:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:04:19.960Z||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.
2022-02-28T12:04:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:04:19.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:04:19.968Z||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.
2022-02-28T12:04:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:04:29.516Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:04:29.517Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:05:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:05:19.961Z||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.
2022-02-28T12:05:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:05:19.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:05:19.968Z||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.
2022-02-28T12:05:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:05:29.508Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:05:29.510Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:19.960Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:06:19.966Z||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.
2022-02-28T12:06:19.967Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:06:19.968Z||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.
2022-02-28T12:06:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:20.187Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:20.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646049958210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "cds",
  "timestamp": 1646049956340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646049955439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "policy-id",
  "timestamp": 1646049955058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646049958210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "cds",
  "timestamp": 1646049956340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646049955439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "policy-id",
  "timestamp": 1646049955058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646049962729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646049958210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "cds",
  "timestamp": 1646049956340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646049955439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "policy-id",
  "timestamp": 1646049955058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:06:20.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646049962729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:06:20.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646049958210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "cds",
  "timestamp": 1646049956340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646049955439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "policy-id",
  "timestamp": 1646049955058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646049962729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:06:20.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646049958210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "cds",
  "timestamp": 1646049956340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646049955439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "policy-id",
  "timestamp": 1646049955058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "clamp",
  "timestamp": 1646049965676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646049962729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646049958210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "cds",
  "timestamp": 1646049956340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "policy-id",
  "timestamp": 1646049955058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646049955439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "clamp",
  "timestamp": 1646049965676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:06:20.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646049962729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-28T12:06:20.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646049958210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "cds",
  "timestamp": 1646049956340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:06:20.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "policy-id",
  "timestamp": 1646049955058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:06:20.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646049955439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:06:20.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "clamp",
  "timestamp": 1646049965676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646049962729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "clamp",
  "timestamp": 1646049965676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646049962729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:06:20.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646049969486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "cds",
  "timestamp": 1646049969497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "policy-id",
  "timestamp": 1646049969491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "clamp",
  "timestamp": 1646049965676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "cds",
  "timestamp": 1646049970519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-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 (?, ?, ?, ?, ?)
2022-02-28T12:06:20.491Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2438da6-b85f-4428-ac72-17be1022ebda
2022-02-28T12:06:20.514Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2438da6-b85f-4428-ac72-17be1022ebda 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 (?, ?, ?, ?, ?)
2022-02-28T12:06:20.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "policy-id",
  "timestamp": 1646049970504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:06:20.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646049970569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "clamp",
  "timestamp": 1646049965676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "policy-id",
  "timestamp": 1646049971509,
  "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=?
2022-02-28T12:06:20.554Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2438da6-b85f-4428-ac72-17be1022ebda
2022-02-28T12:06:20.554Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2438da6-b85f-4428-ac72-17be1022ebda 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 (?, ?, ?, ?, ?)
2022-02-28T12:06:20.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "aai-ml",
  "timestamp": 1646049970983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646049971773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.570Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "clamp",
  "timestamp": 1646049965676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:06:20.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "aai-ml",
  "timestamp": 1646049970983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646049972970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "aai-ml",
  "timestamp": 1646049970983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646049974036,
  "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=?
2022-02-28T12:06:20.577Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2438da6-b85f-4428-ac72-17be1022ebda
2022-02-28T12:06:20.577Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2438da6-b85f-4428-ac72-17be1022ebda 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=?
2022-02-28T12:06:20.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "aai-ml",
  "timestamp": 1646049970983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646049974799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646049975039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "aai-ml",
  "timestamp": 1646049970983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646049975804,
  "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=?
2022-02-28T12:06:20.595Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2438da6-b85f-4428-ac72-17be1022ebda
2022-02-28T12:06:20.595Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2438da6-b85f-4428-ac72-17be1022ebda 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 (?, ?, ?, ?, ?)
2022-02-28T12:06:20.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "aai-ml",
  "timestamp": 1646049970983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "aai-ml",
  "timestamp": 1646049970983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "clamp",
  "timestamp": 1646049978027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "aai-ml",
  "timestamp": 1646049978847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.615Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:20.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2438da6-b85f-4428-ac72-17be1022ebda","serviceName":"vFW 2022-02-28 12-04-06","serviceVersion":"1.0","serviceUUID":"1b7e6758-8a99-4ffe-bbc7-68840996cf92","serviceDescription":"catalog service description","serviceInvariantUUID":"1e881150-2468-4439-897e-5db0903fe5fe","resources":[{"resourceInstanceName":"vFW d5a6894a-c2ad 0","resourceName":"vFW d5a6894a-c2ad","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7dd0c3fd-7adf-492f-a37f-3ffa42347621","resourceInvariantUUID":"5d6e74fc-5f57-44a2-a306-e9488a96f469","resourceCustomizationUUID":"f75cc5bb-9523-475e-9607-6231dfc48196","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml","artifactChecksum":"YmMxYzA4OWQzMjg2Y2NlMzBmYWM0MDhmZjM3MWUwODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"642e5017-9344-4577-b3a6-dbc856a4fd90","artifactVersion":"1"},{"artifactName":"vfwd5a6894ac2ad0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json","artifactChecksum":"NmUwYzhkZTY4NDE4ZGY4YzU2MTI1ZTE0ZThhODU0OGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14bd5e26-c388-4988-b8f9-03597e5682b3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b452b155-afa0-499e-b128-79285755502f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml","artifactChecksum":"MWI1NjJhZjhmYzAxNWY3NGJjZmIxY2EzNTk2MTU0MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ae5f48ba-2152-4778-a5f8-5ab8b0ce62d6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9fa941bb-776d-479c-bd53-6114d37e07e0","artifactVersion":"2","generatedFromUUID":"b452b155-afa0-499e-b128-79285755502f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220228120406-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml","artifactChecksum":"ZDliMzZjYTcxN2JjMDFlMzI0MGExN2VhM2Y2MDkzMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f897d28-19c3-4c61-87a4-688b26fbf891","artifactVersion":"1"},{"artifactName":"service-Vfw20220228120406-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar","artifactChecksum":"MTc5ZDM3ZjRlMGYwNzc5OTU1MWZmNGU1ZDk5N2YyOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32a700a4-23a9-4840-80f6-45b348737095","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T12:06:20.623Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:20.629Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:20.641Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:20.641Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.741Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-02-28T12:06:20.746Z||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.
2022-02-28T12:06:20.749Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:20.765Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:20.767Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:06:21.648Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:21.649Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:21.651Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:21.651Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:06:21.755Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-02-28T12:06:21.756Z||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.
2022-02-28T12:06:21.756Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:21.768Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:21.768Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:22.652Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:22.653Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:22.655Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:22.655Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:06:22.758Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-02-28T12:06:22.760Z||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.
2022-02-28T12:06:22.760Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:22.777Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:22.779Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:23.657Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:23.659Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:23.669Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:23.669Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:23.774Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-02-28T12:06:23.776Z||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.
2022-02-28T12:06:23.776Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:23.789Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:23.789Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:06:24.671Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:24.675Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:24.678Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:24.679Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-28T12:06:24.779Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:06:24.780Z||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.
2022-02-28T12:06:24.781Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:24.800Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:24.801Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:25.679Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:25.680Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:25.686Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:25.686Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:06:25.789Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-02-28T12:06:25.790Z||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.
2022-02-28T12:06:25.790Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:25.803Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:25.803Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:06:26.687Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:26.687Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:26.689Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:26.690Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:06:26.791Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:06:26.793Z||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.
2022-02-28T12:06:26.793Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:26.807Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:26.808Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:27.692Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "serviceName": "vFW 2022-02-28 12-04-06",
  "serviceVersion": "1.0",
  "serviceUUID": "1b7e6758-8a99-4ffe-bbc7-68840996cf92",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1e881150-2468-4439-897e-5db0903fe5fe",
  "resources": [
    {
      "resourceInstanceName": "vFW d5a6894a-c2ad 0",
      "resourceCustomizationUUID": "f75cc5bb-9523-475e-9607-6231dfc48196",
      "resourceName": "vFW d5a6894a-c2ad",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7dd0c3fd-7adf-492f-a37f-3ffa42347621",
      "resourceInvariantUUID": "5d6e74fc-5f57-44a2-a306-e9488a96f469",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd5a6894ac2ad0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
          "artifactChecksum": "NmUwYzhkZTY4NDE4ZGY4YzU2MTI1ZTE0ZThhODU0OGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "14bd5e26-c388-4988-b8f9-03597e5682b3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b452b155-afa0-499e-b128-79285755502f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9fa941bb-776d-479c-bd53-6114d37e07e0",
            "generatedFromUUID": "b452b155-afa0-499e-b128-79285755502f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9fa941bb-776d-479c-bd53-6114d37e07e0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220228120406-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
      "artifactChecksum": "MTc5ZDM3ZjRlMGYwNzc5OTU1MWZmNGU1ZDk5N2YyOTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "32a700a4-23a9-4840-80f6-45b348737095"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T12:06:27.695Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T12:06:27.696Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1b7e6758-8a99-4ffe-bbc7-68840996cf92 ASDC
2022-02-28T12:06:27.815Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:b2438da6-b85f-4428-ac72-17be1022ebda
ServiceName:vFW 2022-02-28 12-04-06
ServiceVersion:1.0
ServiceUUID:1b7e6758-8a99-4ffe-bbc7-68840996cf92
ServiceInvariantUUID:1e881150-2468-4439-897e-5db0903fe5fe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220228120406-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar
ArtifactUUID:32a700a4-23a9-4840-80f6-45b348737095
ArtifactChecksum:MTc5ZDM3ZjRlMGYwNzc5OTU1MWZmNGU1ZDk5N2YyOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d5a6894a-c2ad 0
ResourceCustomizationUUID:f75cc5bb-9523-475e-9607-6231dfc48196
ResourceInvariantUUID:5d6e74fc-5f57-44a2-a306-e9488a96f469
ResourceName:vFW d5a6894a-c2ad
ResourceType:VF
ResourceUUID:7dd0c3fd-7adf-492f-a37f-3ffa42347621
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd5a6894ac2ad0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json
ArtifactUUID:14bd5e26-c388-4988-b8f9-03597e5682b3
ArtifactChecksum:NmUwYzhkZTY4NDE4ZGY4YzU2MTI1ZTE0ZThhODU0OGQ=
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/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml
ArtifactUUID:b452b155-afa0-499e-b128-79285755502f
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/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env
ArtifactUUID:9fa941bb-776d-479c-bd53-6114d37e07e0
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/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env
ArtifactUUID:9fa941bb-776d-479c-bd53-6114d37e07e0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-28T12:06:27.816Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b7e6758-8a99-4ffe-bbc7-68840996cf92 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=?
2022-02-28T12:06:27.871Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:06:27.872Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:06:27.873Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:06:27.874Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 32a700a4-23a9-4840-80f6-45b348737095 from URL: /sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:27.874Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:06:27.875Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:27.986Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:06:28.011Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar 32a700a4-23a9-4840-80f6-45b348737095 98981
2022-02-28T12:06:28.014Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar ASDC sendASDCNotification
2022-02-28T12:06:28.014Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:28.015Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:06:28.016Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:28.017Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:28.018Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049988012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:06:28.123Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-02-28T12:06:28.124Z||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.
2022-02-28T12:06:28.125Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:28.137Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:28.138Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:06:29.018Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:06:29.019Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:06:29.020Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 32a700a4-23a9-4840-80f6-45b348737095, URL: /sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar to file: /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:29.020Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220228120406-csar.csar
2022-02-28T12:06:29.118Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:29.118Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:29.984Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8383928606728601220/Definitions/service-Vfw20220228120406-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2022-02-28T12:06:32.547Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T12:06:32.553Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-28T12:06:32.553Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.553Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.555Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.555Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d5a6894a-c2ad 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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.555Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.555Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.555Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-28T12:06:32.567Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.568Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.572Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:32.573Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-28T12:06:32.574Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:06:32.576Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.576Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.576Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:32.576Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-28T12:06:32.576Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:06:32.577Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.577Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.580Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.581Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:32.581Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:32.581Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:32.581Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:06:32.581Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.581Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.582Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:06:32.582Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.582Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:06:32.582Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:06:32.582Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.582Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.583Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:06:32.583Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.583Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:06:32.583Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.583Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T12:06:32.583Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.584Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:06:32.585Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.585Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:32.585Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:32.585Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.585Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:32.586Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:32.586Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.586Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:32.586Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:32.586Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.586Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:32.587Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:32.587Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:32.587Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-28T12:06:32.587Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:06:32.587Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:06:32.587Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7d6c881-998e-449a-9302-030b12cb4347
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.589Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:32.589Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:32.589Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:32.589Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:06:32.589Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.589Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=05f22cdd-0fcc-4a79-957d-e7e417936306
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-28T12:06:32.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a5cdc7d9-ffc6-498d-8180-87d729bd91b6
2022-02-28T12:06:32.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:32.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-28 12-04-06
Description:catalog service description
Model UUID:1b7e6758-8a99-4ffe-bbc7-68840996cf92
Model Version:NULL
Model InvariantUuid:1e881150-2468-4439-897e-5db0903fe5fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d5a6894a-c2ad
Model UUID:218d7162-0144-4e0e-9214-b61d14ed3df1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5d6e74fc-5f57-44a2-a306-e9488a96f469
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f75cc5bb-9523-475e-9607-6231dfc48196
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ec71b9f8-0733-4b24-8764-2468f4a7c0b9
ModelName:VfwD5a6894aC2ad..base_vfw..module-0
ModelUuid:710baf38-c28e-4033-897a-a2afd25c3c7b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e7d6c881-998e-449a-9302-030b12cb4347
ModelInvariantUuid:784bec44-57e9-4c9e-8596-a0aafcb0bd3b
ModelName:vFW d5a6894a-c2ad-nodes.vfwCvfc
ModelUuid:75b22437-6b18-4274-a236-1d4b19c6caf9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:dc58d6b3-0e2b-4c12-82c6-9a2573259f52
ModelInvariantUuid:b3655d02-22e8-452a-851f-abd84446df01
ModelName:VfwD5a6894aC2ad.compute.nodes.heat.vfw
ModelUuid:91a1d948-20a1-4cc5-af16-efafb8cd4ce2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:05f22cdd-0fcc-4a79-957d-e7e417936306
ModelInvariantUuid:9fdf5f68-2130-4b0d-b3d3-fbf63469406b
ModelName:vFW d5a6894a-c2ad-nodes.vsnCvfc
ModelUuid:ce8d71d7-03a4-4106-9403-5f589d0f840c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3e08d491-c269-4ae9-8470-57035d764f45
ModelInvariantUuid:acd696fb-7a52-49aa-90a6-46a727cbb8d3
ModelName:VfwD5a6894aC2ad.compute.nodes.heat.vsn
ModelUuid:36abcfae-3ddb-4f9a-a594-35842356def9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a5cdc7d9-ffc6-498d-8180-87d729bd91b6
ModelInvariantUuid:566fac8d-753b-4ee2-9f8e-d709a51a3576
ModelName:vFW d5a6894a-c2ad-nodes.vpgCvfc
ModelUuid:932d16e7-fec3-48cd-9543-bb4445d98186
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7dd9c3c9-4cf9-4b04-827a-1eed82003448
ModelInvariantUuid:32fee54f-cfcb-48e8-a197-e3c0f63cfeac
ModelName:VfwD5a6894aC2ad.compute.nodes.heat.vpg
ModelUuid:78621afa-b918-40e1-b6b8-2ee678774904
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=?
2022-02-28T12:06:32.606Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7dd0c3fd-7adf-492f-a37f-3ffa42347621
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=?
2022-02-28T12:06:32.705Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||vFW d5a6894a-c2ad 0
2022-02-28T12:06:32.714Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7dd0c3fd-7adf-492f-a37f-3ffa42347621
2022-02-28T12:06:32.715Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 14bd5e26-c388-4988-b8f9-03597e5682b3 from URL: /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json
2022-02-28T12:06:32.715Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:06:32.715Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json
2022-02-28T12:06:32.792Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:06:32.792Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json 14bd5e26-c388-4988-b8f9-03597e5682b3 785
2022-02-28T12:06:32.793Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json ASDC sendASDCNotification
2022-02-28T12:06:32.793Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json
2022-02-28T12:06:32.793Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:06:32.793Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:32.796Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:32.796Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049992792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:06:32.899Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-02-28T12:06:32.900Z||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.
2022-02-28T12:06:32.900Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:32.913Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:32.913Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:33.797Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD5a6894aC2ad..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ec71b9f8-0733-4b24-8764-2468f4a7c0b9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "710baf38-c28e-4033-897a-a2afd25c3c7b",
    "vfModuleModelCustomizationUUID": "23af1849-3c5e-44fe-b6a3-205ca134b49b",
    "isBase": true,
    "artifacts": [
      "b452b155-afa0-499e-b128-79285755502f",
      "9fa941bb-776d-479c-bd53-6114d37e07e0"
    ],
    "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": ""
    }
  }
]
2022-02-28T12:06:33.812Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5a6894aC2ad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:710baf38-c28e-4033-897a-a2afd25c3c7b
VfModuleModelInvariantUUID:ec71b9f8-0733-4b24-8764-2468f4a7c0b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
b452b155-afa0-499e-b128-79285755502f
,
9fa941bb-776d-479c-bd53-6114d37e07e0

}
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


}

2022-02-28T12:06:33.814Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD5a6894aC2ad..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ec71b9f8-0733-4b24-8764-2468f4a7c0b9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "710baf38-c28e-4033-897a-a2afd25c3c7b",
    "vfModuleModelCustomizationUUID": "23af1849-3c5e-44fe-b6a3-205ca134b49b",
    "isBase": true,
    "artifacts": [
      "b452b155-afa0-499e-b128-79285755502f",
      "9fa941bb-776d-479c-bd53-6114d37e07e0"
    ],
    "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": ""
    }
  }
]
2022-02-28T12:06:33.815Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5a6894aC2ad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:710baf38-c28e-4033-897a-a2afd25c3c7b
VfModuleModelInvariantUUID:ec71b9f8-0733-4b24-8764-2468f4a7c0b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
b452b155-afa0-499e-b128-79285755502f
,
9fa941bb-776d-479c-bd53-6114d37e07e0

}
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


}

2022-02-28T12:06:33.815Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b452b155-afa0-499e-b128-79285755502f from URL: /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml
2022-02-28T12:06:33.815Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:06:33.816Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml
2022-02-28T12:06:33.930Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:06:33.931Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml b452b155-afa0-499e-b128-79285755502f 20368
2022-02-28T12:06:33.931Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-28T12:06:33.931Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml
2022-02-28T12:06:33.932Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:06:33.932Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:33.934Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:33.934Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049993931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:06:34.034Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:06:34.035Z||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.
2022-02-28T12:06:34.035Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:34.048Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:34.048Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:34.934Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9fa941bb-776d-479c-bd53-6114d37e07e0 from URL: /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env
2022-02-28T12:06:34.936Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:06:34.936Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env
2022-02-28T12:06:35.140Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:06:35.140Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env 9fa941bb-776d-479c-bd53-6114d37e07e0 2098
2022-02-28T12:06:35.141Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-28T12:06:35.141Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env
2022-02-28T12:06:35.141Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:06:35.141Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:35.144Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:35.144Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049995141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:06:35.248Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-02-28T12:06:35.249Z||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.
2022-02-28T12:06:35.249Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:35.262Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:35.263Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:06:36.145Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1b7e6758-8a99-4ffe-bbc7-68840996cf92
2022-02-28T12:06:36.145Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d5a6894a-c2ad 0 7dd0c3fd-7adf-492f-a37f-3ffa42347621 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=?
2022-02-28T12:06:36.190Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45f0fcb3, org.onap.sdc.toscaparser.api.parameters.Input@54a5a94, org.onap.sdc.toscaparser.api.parameters.Input@5ce0472, org.onap.sdc.toscaparser.api.parameters.Input@7dc3fc4a, org.onap.sdc.toscaparser.api.parameters.Input@3f948225]
2022-02-28T12:06:36.195Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.195Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.195Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-02-28T12:06:36.196Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= f75cc5bb-9523-475e-9607-6231dfc48196
2022-02-28T12:06:36.196Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f75cc5bb-9523-475e-9607-6231dfc48196 matches Tosca VF Customization UUID: f75cc5bb-9523-475e-9607-6231dfc48196
2022-02-28T12:06:36.196Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: f75cc5bb-9523-475e-9607-6231dfc48196  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=?
2022-02-28T12:06:36.202Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.203Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.204Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id f75cc5bb-9523-475e-9607-6231dfc48196: {\"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\"}
2022-02-28T12:06:36.204Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6824b380
2022-02-28T12:06:36.204Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.205Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:06:36.205Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 23af1849-3c5e-44fe-b6a3-205ca134b49b
2022-02-28T12:06:36.206Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 23af1849-3c5e-44fe-b6a3-205ca134b49b
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=?
2022-02-28T12:06:36.211Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.212Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:36.212Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:36.213Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.213Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:36.213Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:36.213Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.214Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:36.214Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:36.214Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:36.214Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-28T12:06:36.214Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:06:36.215Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:06:36.215Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.215Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:36.216Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:06:36.216Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:36.216Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:06:36.216Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.216Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7d6c881-998e-449a-9302-030b12cb4347
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=?
2022-02-28T12:06:36.223Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.224Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:36.224Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:36.224Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.225Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:36.225Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:36.225Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:36.225Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:06:36.226Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:36.226Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.226Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:06:36.226Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.226Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-28T12:06:36.227Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:06:36.227Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:36.227Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:06:36.227Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.228Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=05f22cdd-0fcc-4a79-957d-e7e417936306
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=?
2022-02-28T12:06:36.230Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.230Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:36.230Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:36.232Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.233Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:36.233Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:36.233Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:36.234Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:06:36.234Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:36.234Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.234Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:06:36.235Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.235Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:06:36.235Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:06:36.235Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.236Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:36.236Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-28T12:06:36.236Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a5cdc7d9-ffc6-498d-8180-87d729bd91b6
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=?
2022-02-28T12:06:36.238Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.238Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:36.238Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:36.239Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.241Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:36.242Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=f75cc5bb-9523-475e-9607-6231dfc48196
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=?
2022-02-28T12:06:36.243Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.244Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.244Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1b7e6758-8a99-4ffe-bbc7-68840996cf92: vFW d5a6894a-c2ad
2022-02-28T12:06:36.244Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.244Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.245Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.245Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.245Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.245Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.246Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.246Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.246Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:06:36.246Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.247Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-02-28 12-04-06 
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 (?, ?, ?, ?, ?)
2022-02-28T12:06:36.487Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d5a6894a-c2ad 7dd0c3fd-7adf-492f-a37f-3ffa42347621 1 ASDC deployResourceStructure
2022-02-28T12:06:36.487Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json ASDC sendASDCNotification
2022-02-28T12:06:36.488Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json
2022-02-28T12:06:36.488Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:06:36.488Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:36.489Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:36.490Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049996487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T12:06:36.590Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:06:36.591Z||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.
2022-02-28T12:06:36.591Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:36.624Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:36.624Z||pool-14-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:37.491Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-28T12:06:37.491Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml
2022-02-28T12:06:37.492Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:06:37.492Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:37.494Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:37.494Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049997491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T12:06:37.594Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:06:37.596Z||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.
2022-02-28T12:06:37.596Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:37.608Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:37.609Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:38.495Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-28T12:06:38.496Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env
2022-02-28T12:06:38.496Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:06:38.496Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:38.498Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:38.498Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049998495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-28T12:06:38.598Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:06:38.599Z||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.
2022-02-28T12:06:38.600Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:38.611Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:38.612Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:39.499Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar ASDC sendASDCNotification
2022-02-28T12:06:39.500Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:39.500Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:06:39.501Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:39.503Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:39.503Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049999499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:06:39.603Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T12:06:39.604Z||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.
2022-02-28T12:06:39.605Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:39.618Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:06:39.618Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:40.504Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:06:40.524Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:06:40.526Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:06:40.527Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:06:40.527Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:07:10.527Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:07:10.538Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:07:10.541Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:07:10.541Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:07:10.541Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:07:19.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:07:19.969Z||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.
2022-02-28T12:07:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:07:20.000Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:07:20.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:07:20.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "clamp",
  "timestamp": 1646049980046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:07:20.002Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:07:40.542Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:07:40.574Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:07:40.578Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:07:40.578Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:07:40.578Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:08:10.578Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:08:10.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:08:10.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:08:10.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:08:10.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:08:19.969Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:08:19.970Z||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.
2022-02-28T12:08:19.970Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:08:20.496Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:08:20.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:08:20.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:08:20.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "clamp",
  "timestamp": 1646049981052,
  "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=?
2022-02-28T12:08:20.505Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b2438da6-b85f-4428-ac72-17be1022ebda
2022-02-28T12:08:20.505Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2438da6-b85f-4428-ac72-17be1022ebda 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 (?, ?, ?, ?, ?)
2022-02-28T12:08:20.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:08:20.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:08:20.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049979959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049988012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049992792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049993931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "aai-ml",
  "timestamp": 1646049993937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "aai-ml",
  "timestamp": 1646049994966,
  "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=?
2022-02-28T12:08:20.525Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2438da6-b85f-4428-ac72-17be1022ebda
2022-02-28T12:08:20.525Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2438da6-b85f-4428-ac72-17be1022ebda 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 (?, ?, ?, ?, ?)
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049995141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049996487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049997491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049998495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646049999499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:40.595Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:08:40.620Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:08:40.623Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:08:40.623Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T12:08:40.623Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T12:08:40.624Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T12:08:40.624Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:08:40.625Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:08:40.625Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:08:40.625Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:08:40.625Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:08:40.625Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:08:40.625Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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=?
2022-02-28T12:08:40.631Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T12:09:10.632Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda 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=?
2022-02-28T12:09:10.645Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2438da6-b85f-4428-ac72-17be1022ebda and serviceModelVersionId: 1b7e6758-8a99-4ffe-bbc7-68840996cf92
2022-02-28T12:09:10.645Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e881150-2468-4439-897e-5db0903fe5fe
2022-02-28T12:09:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:09:19.968Z||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.
2022-02-28T12:09:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:09:25.379Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0
2022-02-28T12:09:25.490Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T12:09:26.009Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0|INFO|500||Invoke
2022-02-28T12:09:26.017Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b2438da6-b85f-4428-ac72-17be1022ebda], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb58a892-3733-4234-b705-424bf589ddac], X-ECOMP-RequestID=[b2438da6-b85f-4428-ac72-17be1022ebda], X-TransactionId=[], X-ONAP-RequestID=[b2438da6-b85f-4428-ac72-17be1022ebda], Content-Type=[application/merge-patch+json]}
2022-02-28T12:09:26.150Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T12:09:26.969Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?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/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220228-12:09:26:167-2490], vertex-id=[147672], Content-Length=[0], Date=[Mon, 28 Feb 2022 12:09:26 GMT], Content-Type=[application/json]}
2022-02-28T12:09:26.970Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-28T12:09:26.971Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0|INFO|500||InvokeReturn
2022-02-28T12:09:26.975Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T12:09:26.975Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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=?
2022-02-28T12:09:26.982Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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)
2022-02-28T12:09:26.983Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2438da6-b85f-4428-ac72-17be1022ebda and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T12:09:26.984Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T12:09:26.984Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:09:26.987Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:09:26.987Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050166983,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:09:27.087Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:09:27.088Z||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.
2022-02-28T12:09:27.088Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:09:27.100Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:09:27.100Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:09:27.715Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:09:27.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-28T12:09:27.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050166983,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:09:27.717Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-28T12:09:28.001Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:09:28.002Z|b2438da6-b85f-4428-ac72-17be1022ebda|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.
2022-02-28T12:09:28.002Z|b2438da6-b85f-4428-ac72-17be1022ebda|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:09:38.541Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:09:38.542Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:09:38.543Z|b2438da6-b85f-4428-ac72-17be1022ebda|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.
2022-02-28T12:09:38.543Z|b2438da6-b85f-4428-ac72-17be1022ebda|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:09:48.082Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:09:48.082Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:09:48.084Z|b2438da6-b85f-4428-ac72-17be1022ebda|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.
2022-02-28T12:09:48.084Z|b2438da6-b85f-4428-ac72-17be1022ebda|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:09:57.644Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:10:19.958Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:10:19.960Z|b2438da6-b85f-4428-ac72-17be1022ebda|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.
2022-02-28T12:10:19.960Z|b2438da6-b85f-4428-ac72-17be1022ebda|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:10:19.968Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:10:19.969Z||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.
2022-02-28T12:10:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:10:29.503Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:10:29.509Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:11:19.959Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:11:19.964Z|b2438da6-b85f-4428-ac72-17be1022ebda|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.
2022-02-28T12:11:19.964Z|b2438da6-b85f-4428-ac72-17be1022ebda|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:11:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:11:19.968Z||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.
2022-02-28T12:11:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:11:29.518Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:11:29.518Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:12:19.958Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:12:19.959Z|b2438da6-b85f-4428-ac72-17be1022ebda|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.
2022-02-28T12:12:19.959Z|b2438da6-b85f-4428-ac72-17be1022ebda|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:12:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:12:19.968Z||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.
2022-02-28T12:12:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:12:29.505Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:12:29.509Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:13:19.958Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:13:19.960Z|b2438da6-b85f-4428-ac72-17be1022ebda|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.
2022-02-28T12:13:19.961Z|b2438da6-b85f-4428-ac72-17be1022ebda|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:13:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:13:19.968Z||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.
2022-02-28T12:13:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:13:29.508Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:13:29.510Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:14:19.958Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:14:19.961Z|b2438da6-b85f-4428-ac72-17be1022ebda|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.
2022-02-28T12:14:19.961Z|b2438da6-b85f-4428-ac72-17be1022ebda|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:14:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:14:19.968Z||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.
2022-02-28T12:14:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:14:29.506Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:14:29.508Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:19.958Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:15:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:15:19.970Z|b2438da6-b85f-4428-ac72-17be1022ebda|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.
2022-02-28T12:15:19.971Z|b2438da6-b85f-4428-ac72-17be1022ebda|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:19.972Z||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.
2022-02-28T12:15:19.972Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:29.135Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:29.136Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T12:15:29.137Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3725b389-e9c6-482d-bca9-756fc1cb915b","serviceName":"basic_onboard_YUIHDq","serviceVersion":"1.0","serviceUUID":"38c06656-a162-4fd1-a788-8fc6e9819c50","serviceDescription":"service","serviceInvariantUUID":"71f7de69-e046-4904-8419-123aa7f9e1ed","resources":[{"resourceInstanceName":"basic_onboard_YUIHDq 0","resourceName":"basic_onboard_YUIHDq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"467e926e-6d1b-49fc-814b-8352d7e3ed34","resourceInvariantUUID":"38870bfe-aea8-452e-8022-02f03797184f","resourceCustomizationUUID":"b25d6f86-ca6d-4b54-8aee-fa58c8abea58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml","artifactChecksum":"NTM1MGEzN2E5Mzk5M2EwN2U3MGFjNDYwZjg3ODFhYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"446d89a1-2d2e-404c-b8ea-ebf4fa02ef9b","artifactVersion":"1"},{"artifactName":"basic_onboard_yuihdq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json","artifactChecksum":"ZTlmZjYyNjVkNWMwNTA4Y2U1MDFiYTkzNThmOTUxZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1bf4fa5-539b-4e56-ada7-50a5add73ff4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a035cd99-a98c-4b9f-a943-037d06655ed2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17084840-5e6d-4af5-ab85-638013b02c66","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a373938-439a-4cd6-b8c0-c239a3a7fbde","artifactVersion":"2","generatedFromUUID":"a035cd99-a98c-4b9f-a943-037d06655ed2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYuihdq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml","artifactChecksum":"MDRlMmU5NGUxY2FkNGMyYmZmODAzODFkYmJjMDIzZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b36ab22e-dae4-4e22-a303-2a1699f663cc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYuihdq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar","artifactChecksum":"YzJlNGE2YWM3M2VhYWI3MzA3MDUwYTY5YTg0ZmJiNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1b6c1e7-5cd2-4d55-804c-09c388af47a2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T12:15:29.140Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:29.140Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:29.144Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:29.144Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:15:29.244Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:29.245Z||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.
2022-02-28T12:15:29.245Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:29.283Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:29.284Z||pool-19-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":25,"count":1}
2022-02-28T12:15:29.399Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:29.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T12:15:29.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050522729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:15:29.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:15:29.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T12:15:29.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:15:29.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:15:30.144Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:30.146Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:30.149Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:30.149Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:15:30.249Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:30.250Z||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.
2022-02-28T12:15:30.250Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:30.264Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:30.265Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:31.149Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:31.151Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:31.154Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:31.154Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:15:31.254Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:31.255Z||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.
2022-02-28T12:15:31.255Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:31.266Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:31.267Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:32.155Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:32.155Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:32.158Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:32.158Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:15:32.259Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:15:32.260Z||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.
2022-02-28T12:15:32.261Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:32.273Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:32.273Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:15:33.159Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:33.159Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:33.161Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:33.161Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-28T12:15:33.262Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:15:33.263Z||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.
2022-02-28T12:15:33.263Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:33.279Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:33.280Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:34.162Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:34.163Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:34.165Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:34.165Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:15:34.265Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:34.266Z||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.
2022-02-28T12:15:34.267Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:34.276Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:34.276Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:35.167Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:35.167Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:35.169Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:35.171Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:15:35.270Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T12:15:35.272Z||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.
2022-02-28T12:15:35.273Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:35.284Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:35.285Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:36.173Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "serviceName": "basic_onboard_YUIHDq",
  "serviceVersion": "1.0",
  "serviceUUID": "38c06656-a162-4fd1-a788-8fc6e9819c50",
  "serviceDescription": "service",
  "serviceInvariantUUID": "71f7de69-e046-4904-8419-123aa7f9e1ed",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_YUIHDq 0",
      "resourceCustomizationUUID": "b25d6f86-ca6d-4b54-8aee-fa58c8abea58",
      "resourceName": "basic_onboard_YUIHDq",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "467e926e-6d1b-49fc-814b-8352d7e3ed34",
      "resourceInvariantUUID": "38870bfe-aea8-452e-8022-02f03797184f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yuihdq0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
          "artifactChecksum": "ZTlmZjYyNjVkNWMwNTA4Y2U1MDFiYTkzNThmOTUxZGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a1bf4fa5-539b-4e56-ada7-50a5add73ff4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a035cd99-a98c-4b9f-a943-037d06655ed2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5a373938-439a-4cd6-b8c0-c239a3a7fbde",
            "generatedFromUUID": "a035cd99-a98c-4b9f-a943-037d06655ed2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5a373938-439a-4cd6-b8c0-c239a3a7fbde",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYuihdq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
      "artifactChecksum": "YzJlNGE2YWM3M2VhYWI3MzA3MDUwYTY5YTg0ZmJiNDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d1b6c1e7-5cd2-4d55-804c-09c388af47a2"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T12:15:36.173Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T12:15:36.173Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38c06656-a162-4fd1-a788-8fc6e9819c50 ASDC
2022-02-28T12:15:36.174Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3725b389-e9c6-482d-bca9-756fc1cb915b
ServiceName:basic_onboard_YUIHDq
ServiceVersion:1.0
ServiceUUID:38c06656-a162-4fd1-a788-8fc6e9819c50
ServiceInvariantUUID:71f7de69-e046-4904-8419-123aa7f9e1ed
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYuihdq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar
ArtifactUUID:d1b6c1e7-5cd2-4d55-804c-09c388af47a2
ArtifactChecksum:YzJlNGE2YWM3M2VhYWI3MzA3MDUwYTY5YTg0ZmJiNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YUIHDq 0
ResourceCustomizationUUID:b25d6f86-ca6d-4b54-8aee-fa58c8abea58
ResourceInvariantUUID:38870bfe-aea8-452e-8022-02f03797184f
ResourceName:basic_onboard_YUIHDq
ResourceType:VF
ResourceUUID:467e926e-6d1b-49fc-814b-8352d7e3ed34
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yuihdq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json
ArtifactUUID:a1bf4fa5-539b-4e56-ada7-50a5add73ff4
ArtifactChecksum:ZTlmZjYyNjVkNWMwNTA4Y2U1MDFiYTkzNThmOTUxZGE=
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/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a035cd99-a98c-4b9f-a943-037d06655ed2
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/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env
ArtifactUUID:5a373938-439a-4cd6-b8c0-c239a3a7fbde
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/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env
ArtifactUUID:5a373938-439a-4cd6-b8c0-c239a3a7fbde
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-28T12:15:36.174Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38c06656-a162-4fd1-a788-8fc6e9819c50 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 (?, ?, ?, ?, ?)
2022-02-28T12:15:36.213Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:15:36.214Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:15:36.215Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:15:36.215Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d1b6c1e7-5cd2-4d55-804c-09c388af47a2 from URL: /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:36.215Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:15:36.215Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:36.728Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:15:36.731Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar d1b6c1e7-5cd2-4d55-804c-09c388af47a2 71589
2022-02-28T12:15:36.732Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar ASDC sendASDCNotification
2022-02-28T12:15:36.732Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:36.732Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:15:36.732Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:36.734Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:36.734Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050536732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:15:36.835Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:15:36.836Z||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.
2022-02-28T12:15:36.836Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:36.847Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:36.848Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:37.735Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:15:37.736Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:15:37.736Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d1b6c1e7-5cd2-4d55-804c-09c388af47a2, URL: /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar to file: /app/ASDC/1/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:37.737Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:37.738Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:37.738Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:38.100Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10316970535465549016/Definitions/service-BasicOnboardYuihdq-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
2022-02-28T12:15:39.357Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T12:15:39.358Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-28T12:15:39.358Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.358Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-28T12:15:39.358Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.359Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.359Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.359Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.359Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.359Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.360Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.360Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.360Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YUIHDq 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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.360Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-28T12:15:39.360Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:39.361Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.361Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:39.361Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-28T12:15:39.362Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:15:39.362Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:39.362Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.362Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:39.363Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-28T12:15:39.363Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:15:39.363Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:39.363Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.364Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:39.364Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is not matching search criteria
2022-02-28T12:15:39.364Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-28T12:15:39.364Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-28T12:15:39.365Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-28T12:15:39.365Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T12:15:39.365Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T12:15:39.365Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:39.365Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:15:39.366Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:39.366Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:39.366Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:15:39.367Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:39.367Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:39.367Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:15:39.367Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:39.368Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:39.368Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:15:39.368Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:39.368Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is not matching search criteria
2022-02-28T12:15:39.369Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-28T12:15:39.369Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T12:15:39.369Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e376809e-e049-4b19-90ba-14d144df1309
2022-02-28T12:15:39.369Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:39.370Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.370Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:39.370Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.370Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:39.370Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.371Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:39.371Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.371Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_YUIHDq
Description:service
Model UUID:38c06656-a162-4fd1-a788-8fc6e9819c50
Model Version:NULL
Model InvariantUuid:71f7de69-e046-4904-8419-123aa7f9e1ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_YUIHDq
Model UUID:0099a1fd-358d-43c5-b384-cfe5a7b76592
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38870bfe-aea8-452e-8022-02f03797184f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b25d6f86-ca6d-4b54-8aee-fa58c8abea58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee3eb353-1e49-4adc-bd58-4bc058daaf0a
ModelName:BasicOnboardYuihdq..base_ubuntu18..module-0
ModelUuid:6940d77f-4b5d-4fcb-8d3c-f52eae465138
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e376809e-e049-4b19-90ba-14d144df1309
ModelInvariantUuid:0b42fe12-5742-4ad0-be94-1f0bceb6ea96
ModelName:basic_onboard_YUIHDq-nodes.ubuntu18Cvfc
ModelUuid:4b189536-92c5-4ca3-85c2-40332e24091e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0e6931fd-4b7b-4d7f-a838-a7d238878de9
ModelInvariantUuid:aba3fd5c-dae6-49e8-9d2c-12ce5b92db95
ModelName:BasicOnboardYuihdq.compute.nodes.heat.ubuntu18
ModelUuid:eb307303-7c60-4bb7-93fa-71771743bfd7
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=?
2022-02-28T12:15:39.379Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 467e926e-6d1b-49fc-814b-8352d7e3ed34
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=?
2022-02-28T12:15:39.384Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||basic_onboard_YUIHDq 0
2022-02-28T12:15:39.384Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 467e926e-6d1b-49fc-814b-8352d7e3ed34
2022-02-28T12:15:39.384Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a1bf4fa5-539b-4e56-ada7-50a5add73ff4 from URL: /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json
2022-02-28T12:15:39.384Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:15:39.385Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json
2022-02-28T12:15:39.439Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:15:39.440Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json a1bf4fa5-539b-4e56-ada7-50a5add73ff4 798
2022-02-28T12:15:39.440Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json ASDC sendASDCNotification
2022-02-28T12:15:39.441Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json
2022-02-28T12:15:39.441Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:15:39.441Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:39.443Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:39.444Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050539440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:15:39.544Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:39.545Z||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.
2022-02-28T12:15:39.545Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:39.557Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:39.558Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:40.444Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYuihdq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ee3eb353-1e49-4adc-bd58-4bc058daaf0a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6940d77f-4b5d-4fcb-8d3c-f52eae465138",
    "vfModuleModelCustomizationUUID": "77633d46-1b02-4eff-b9dd-a6750150f995",
    "isBase": true,
    "artifacts": [
      "a035cd99-a98c-4b9f-a943-037d06655ed2",
      "5a373938-439a-4cd6-b8c0-c239a3a7fbde"
    ],
    "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": ""
    }
  }
]
2022-02-28T12:15:40.450Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYuihdq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6940d77f-4b5d-4fcb-8d3c-f52eae465138
VfModuleModelInvariantUUID:ee3eb353-1e49-4adc-bd58-4bc058daaf0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a035cd99-a98c-4b9f-a943-037d06655ed2
,
5a373938-439a-4cd6-b8c0-c239a3a7fbde

}
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


}

2022-02-28T12:15:40.452Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYuihdq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ee3eb353-1e49-4adc-bd58-4bc058daaf0a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6940d77f-4b5d-4fcb-8d3c-f52eae465138",
    "vfModuleModelCustomizationUUID": "77633d46-1b02-4eff-b9dd-a6750150f995",
    "isBase": true,
    "artifacts": [
      "a035cd99-a98c-4b9f-a943-037d06655ed2",
      "5a373938-439a-4cd6-b8c0-c239a3a7fbde"
    ],
    "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": ""
    }
  }
]
2022-02-28T12:15:40.452Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYuihdq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6940d77f-4b5d-4fcb-8d3c-f52eae465138
VfModuleModelInvariantUUID:ee3eb353-1e49-4adc-bd58-4bc058daaf0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a035cd99-a98c-4b9f-a943-037d06655ed2
,
5a373938-439a-4cd6-b8c0-c239a3a7fbde

}
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


}

2022-02-28T12:15:40.452Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a035cd99-a98c-4b9f-a943-037d06655ed2 from URL: /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml
2022-02-28T12:15:40.452Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:15:40.453Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml
2022-02-28T12:15:40.497Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:15:40.498Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml a035cd99-a98c-4b9f-a943-037d06655ed2 5033
2022-02-28T12:15:40.498Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-28T12:15:40.499Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml
2022-02-28T12:15:40.499Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:15:40.499Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:40.501Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:40.501Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050540498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:15:40.601Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:40.602Z||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.
2022-02-28T12:15:40.602Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:40.615Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:40.615Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:41.502Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5a373938-439a-4cd6-b8c0-c239a3a7fbde from URL: /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env
2022-02-28T12:15:41.502Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:15:41.502Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env
2022-02-28T12:15:41.567Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:15:41.568Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env 5a373938-439a-4cd6-b8c0-c239a3a7fbde 909
2022-02-28T12:15:41.569Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-28T12:15:41.569Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env
2022-02-28T12:15:41.569Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:15:41.570Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:41.572Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:41.572Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050541568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:15:41.672Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:41.673Z||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.
2022-02-28T12:15:41.673Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:41.685Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:41.686Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:42.573Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 38c06656-a162-4fd1-a788-8fc6e9819c50
2022-02-28T12:15:42.573Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YUIHDq 0 467e926e-6d1b-49fc-814b-8352d7e3ed34 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=?
2022-02-28T12:15:42.589Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@622ba34c, org.onap.sdc.toscaparser.api.parameters.Input@6b9d6ef1, org.onap.sdc.toscaparser.api.parameters.Input@2fe822e2, org.onap.sdc.toscaparser.api.parameters.Input@b89d3d6, org.onap.sdc.toscaparser.api.parameters.Input@34073028]
2022-02-28T12:15:42.590Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.590Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.591Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-02-28T12:15:42.591Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b25d6f86-ca6d-4b54-8aee-fa58c8abea58
2022-02-28T12:15:42.591Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b25d6f86-ca6d-4b54-8aee-fa58c8abea58 matches Tosca VF Customization UUID: b25d6f86-ca6d-4b54-8aee-fa58c8abea58
2022-02-28T12:15:42.591Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b25d6f86-ca6d-4b54-8aee-fa58c8abea58  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=?
2022-02-28T12:15:42.594Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.594Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.595Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b25d6f86-ca6d-4b54-8aee-fa58c8abea58: {\"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\"}
2022-02-28T12:15:42.595Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fae9e18
2022-02-28T12:15:42.595Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.595Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:15:42.596Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77633d46-1b02-4eff-b9dd-a6750150f995
2022-02-28T12:15:42.596Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77633d46-1b02-4eff-b9dd-a6750150f995
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=?
2022-02-28T12:15:42.600Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.600Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:42.600Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:15:42.600Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.600Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:42.601Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:15:42.601Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.601Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is not matching search criteria
2022-02-28T12:15:42.601Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-28T12:15:42.601Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T12:15:42.601Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e376809e-e049-4b19-90ba-14d144df1309
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=?
2022-02-28T12:15:42.603Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.604Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:42.604Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:15:42.604Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.604Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:42.604Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=b25d6f86-ca6d-4b54-8aee-fa58c8abea58
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=?
2022-02-28T12:15:42.606Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.606Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.606Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 38c06656-a162-4fd1-a788-8fc6e9819c50: basic_onboard_YUIHDq
2022-02-28T12:15:42.606Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.606Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.606Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.607Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.607Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.607Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.607Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.607Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.607Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:15:42.608Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.608Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_YUIHDq 
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 (?, ?, ?, ?, ?)
2022-02-28T12:15:42.683Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YUIHDq 467e926e-6d1b-49fc-814b-8352d7e3ed34 1 ASDC deployResourceStructure
2022-02-28T12:15:42.683Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json ASDC sendASDCNotification
2022-02-28T12:15:42.683Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json
2022-02-28T12:15:42.683Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:15:42.684Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:42.685Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:42.685Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050542683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T12:15:42.786Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:42.787Z||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.
2022-02-28T12:15:42.787Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:42.798Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:42.799Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:43.686Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-28T12:15:43.687Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml
2022-02-28T12:15:43.687Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:15:43.687Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:43.689Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:43.689Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050543686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T12:15:43.789Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:43.790Z||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.
2022-02-28T12:15:43.790Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:43.803Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:43.804Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:44.690Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-28T12:15:44.691Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env
2022-02-28T12:15:44.691Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:15:44.691Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:44.693Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:44.694Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050544690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-28T12:15:44.794Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:44.795Z||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.
2022-02-28T12:15:44.795Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:44.805Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:44.806Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:45.694Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar ASDC sendASDCNotification
2022-02-28T12:15:45.695Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:45.695Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:15:45.695Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:45.697Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:45.698Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050545694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:15:45.798Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:45.799Z||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.
2022-02-28T12:15:45.799Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:45.811Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:15:45.813Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:46.698Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:15:46.711Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:15:46.714Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:15:46.714Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:15:46.714Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:16:16.715Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:16:16.740Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:16:16.742Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:16:16.742Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:16:16.743Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:16:19.968Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:16:19.969Z||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.
2022-02-28T12:16:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:16:19.997Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:16:19.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T12:16:19.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050525439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:16:19.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:16:46.743Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:16:46.754Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:16:46.759Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:16:46.759Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:16:46.759Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:17:16.759Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:17:16.769Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:17:16.772Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:17:16.772Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:17:16.772Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:17:19.968Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:17:19.969Z||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.
2022-02-28T12:17:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:17:19.996Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:17:19.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:17:19.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "cds",
  "timestamp": 1646050526340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:17:19.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:17:46.776Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:17:46.801Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:17:46.804Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:17:46.805Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:17:46.805Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:18:16.805Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:18:16.815Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:18:16.823Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:18:16.823Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:18:16.823Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:18:19.968Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:18:19.969Z||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.
2022-02-28T12:18:19.970Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:18:20.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:18:20.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050522729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050525439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "cds",
  "timestamp": 1646050526340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050522729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050525439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "cds",
  "timestamp": 1646050526340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050522729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050525439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "cds",
  "timestamp": 1646050526340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050522729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050525439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "cds",
  "timestamp": 1646050526340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050522729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050525439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "cds",
  "timestamp": 1646050526340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050522729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050519958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "cds",
  "timestamp": 1646050526340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050525439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "policy-id",
  "timestamp": 1646050535057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "clamp",
  "timestamp": 1646050535676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050536520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050536732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "policy-id",
  "timestamp": 1646050535057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "cds",
  "timestamp": 1646050536802,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050536832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "clamp",
  "timestamp": 1646050535676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "policy-id",
  "timestamp": 1646050535057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "cds",
  "timestamp": 1646050537808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-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=?
2022-02-28T12:18:20.522Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3725b389-e9c6-482d-bca9-756fc1cb915b
2022-02-28T12:18:20.522Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3725b389-e9c6-482d-bca9-756fc1cb915b 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 (?, ?, ?, ?, ?)
2022-02-28T12:18:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050537811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "clamp",
  "timestamp": 1646050535676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "policy-id",
  "timestamp": 1646050535057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050538210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050538934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050539292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:18:20.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "clamp",
  "timestamp": 1646050535676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050539440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "policy-id",
  "timestamp": 1646050535057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050538210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050539980,
  "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=?
2022-02-28T12:18:20.550Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3725b389-e9c6-482d-bca9-756fc1cb915b
2022-02-28T12:18:20.550Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3725b389-e9c6-482d-bca9-756fc1cb915b 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 (?, ?, ?, ?, ?)
2022-02-28T12:18:20.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050540297,
  "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=?
2022-02-28T12:18:20.563Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3725b389-e9c6-482d-bca9-756fc1cb915b
2022-02-28T12:18:20.563Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3725b389-e9c6-482d-bca9-756fc1cb915b 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 (?, ?, ?, ?, ?)
2022-02-28T12:18:20.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "clamp",
  "timestamp": 1646050535676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050540498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "policy-id",
  "timestamp": 1646050535057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050538210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050540985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T12:18:20.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "clamp",
  "timestamp": 1646050535676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050541568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "aai-ml",
  "timestamp": 1646050540983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "policy-id",
  "timestamp": 1646050535057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050538210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "clamp",
  "timestamp": 1646050535676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "aai-ml",
  "timestamp": 1646050540983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050542683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T12:18:20.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050538210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "policy-id",
  "timestamp": 1646050543048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "aai-ml",
  "timestamp": 1646050540983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050543686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050538210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "policy-id",
  "timestamp": 1646050544054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "aai-ml",
  "timestamp": 1646050540983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050544690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-28T12:18:20.582Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050538210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "policy-id",
  "timestamp": 1646050545057,
  "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=?
2022-02-28T12:18:20.588Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3725b389-e9c6-482d-bca9-756fc1cb915b
2022-02-28T12:18:20.588Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3725b389-e9c6-482d-bca9-756fc1cb915b 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=?
2022-02-28T12:18:20.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "aai-ml",
  "timestamp": 1646050540983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050545694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:18:20.596Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "aai-ml",
  "timestamp": 1646050540983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "aai-ml",
  "timestamp": 1646050540983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:18:20.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:18:20.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "aai-ml",
  "timestamp": 1646050548741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "clamp",
  "timestamp": 1646050554100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "clamp",
  "timestamp": 1646050556109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "clamp",
  "timestamp": 1646050557114,
  "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=?
2022-02-28T12:18:20.603Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3725b389-e9c6-482d-bca9-756fc1cb915b
2022-02-28T12:18:20.603Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3725b389-e9c6-482d-bca9-756fc1cb915b 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 (?, ?, ?, ?, ?)
2022-02-28T12:18:20.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "aai-ml",
  "timestamp": 1646050557630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:18:20.610Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "aai-ml",
  "timestamp": 1646050558634,
  "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=?
2022-02-28T12:18:20.615Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3725b389-e9c6-482d-bca9-756fc1cb915b
2022-02-28T12:18:20.615Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3725b389-e9c6-482d-bca9-756fc1cb915b 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 (?, ?, ?, ?, ?)
2022-02-28T12:18:46.825Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:18:46.853Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:18:46.858Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:18:46.858Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T12:18:46.859Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T12:18:46.859Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T12:18:46.859Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:18:46.860Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:18:46.860Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:18:46.860Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:18:46.860Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:18:46.861Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:18:46.861Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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=?
2022-02-28T12:18:46.869Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T12:19:16.870Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b 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=?
2022-02-28T12:19:16.877Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3725b389-e9c6-482d-bca9-756fc1cb915b and serviceModelVersionId: 38c06656-a162-4fd1-a788-8fc6e9819c50
2022-02-28T12:19:16.877Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71f7de69-e046-4904-8419-123aa7f9e1ed
2022-02-28T12:19:16.879Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71f7de69-e046-4904-8419-123aa7f9e1ed/model-vers/model-ver/38c06656-a162-4fd1-a788-8fc6e9819c50?depth=0
2022-02-28T12:19:16.888Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T12:19:16.954Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71f7de69-e046-4904-8419-123aa7f9e1ed/model-vers/model-ver/38c06656-a162-4fd1-a788-8fc6e9819c50?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]}
2022-02-28T12:19:16.957Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71f7de69-e046-4904-8419-123aa7f9e1ed/model-vers/model-ver/38c06656-a162-4fd1-a788-8fc6e9819c50?depth=0|INFO|500||Invoke
2022-02-28T12:19:16.989Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71f7de69-e046-4904-8419-123aa7f9e1ed/model-vers/model-ver/38c06656-a162-4fd1-a788-8fc6e9819c50?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T12:19:17.524Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71f7de69-e046-4904-8419-123aa7f9e1ed/model-vers/model-ver/38c06656-a162-4fd1-a788-8fc6e9819c50?depth=0|INFO|500||InvokeReturn
2022-02-28T12:19:17.525Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71f7de69-e046-4904-8419-123aa7f9e1ed/model-vers/model-ver/38c06656-a162-4fd1-a788-8fc6e9819c50?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220228-12:19:17:004-10006], vertex-id=[245968], Content-Length=[0], Date=[Mon, 28 Feb 2022 12:19:17 GMT], Content-Type=[application/json]}
2022-02-28T12:19:17.525Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-02-28T12:19:17.525Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T12:19:17.525Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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=?
2022-02-28T12:19:17.531Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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)
2022-02-28T12:19:17.532Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3725b389-e9c6-482d-bca9-756fc1cb915b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T12:19:17.532Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T12:19:17.533Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:19:17.536Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:19:17.536Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050757532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:19:17.636Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:19:17.637Z||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.
2022-02-28T12:19:17.638Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:19:17.654Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:19:17.655Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-28T12:19:18.551Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:19:18.552Z||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.
2022-02-28T12:19:18.552Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:19:19.968Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:19:19.969Z||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.
2022-02-28T12:19:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:19:20.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:19:20.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-28T12:19:20.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050757532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:19:20.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:19:29.491Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:19:29.491Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:19:29.492Z||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.
2022-02-28T12:19:29.492Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:19:39.041Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:19:39.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:19:39.042Z||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.
2022-02-28T12:19:39.042Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:19:48.587Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:19:48.588Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:19:48.588Z||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.
2022-02-28T12:19:48.588Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:19:58.132Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:20:19.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:20:19.961Z||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.
2022-02-28T12:20:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:20:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:20:19.968Z||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.
2022-02-28T12:20:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:20:29.505Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:20:29.515Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:21:19.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:21:19.963Z||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.
2022-02-28T12:21:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:21:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:21:19.968Z||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.
2022-02-28T12:21:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:21:29.511Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:21:29.514Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:19.957Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:22:19.958Z||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.
2022-02-28T12:22:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:22:19.968Z||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.
2022-02-28T12:22:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:20.589Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:20.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"856986ae-cfa3-4d5b-b833-1ca3f7246c52","serviceName":"vFW 2022-02-28 12-20-13","serviceVersion":"1.0","serviceUUID":"6cb7af6f-11d3-484c-9ba5-065fc87b3b5d","serviceDescription":"catalog service description","serviceInvariantUUID":"36c1aa34-f40c-4a38-adad-d305554149cb","resources":[{"resourceInstanceName":"vFW 7894610e-7ee6 0","resourceName":"vFW 7894610e-7ee6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"126738da-827d-4ce2-8cf9-87a08bd96e71","resourceInvariantUUID":"06dda9eb-08b4-4966-ae08-2fb7d063c8f0","resourceCustomizationUUID":"5a1ad7d9-6955-4c89-8e9b-d131a283616e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml","artifactChecksum":"ZTAzZTY3ODI0MjY0ZWNlMGQzZTQ3Y2U5Njk5NzVlNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"730b6fa8-0dea-4168-b81f-d7eb629142ba","artifactVersion":"1"},{"artifactName":"vfw7894610e7ee60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json","artifactChecksum":"OGE4OGZiYzk3Njc1OTYxMWM3ZTBmZGNkYzFhZDgzODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c42c9f11-55f9-4f14-91c9-bd54aa6fd3e0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8101efd6-cf59-4e35-9825-ba9fc9def0f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml","artifactChecksum":"N2IwNDMyOTJiNWVkNjhmNjFjOTgzM2JjYmUxMTQ3ZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d9b26105-edf4-47a1-9e8e-99e026873ef8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e78f2396-bea6-43ff-bba1-fbd8484ddb7d","artifactVersion":"2","generatedFromUUID":"8101efd6-cf59-4e35-9825-ba9fc9def0f5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220228122013-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml","artifactChecksum":"ZjM4YjU1YWVhNDA5Yzk5MWExMzljOGMyZWU5ZTgwNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b23a2f19-276c-4188-8e58-3f76d67b32c6","artifactVersion":"1"},{"artifactName":"service-Vfw20220228122013-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar","artifactChecksum":"MGU2NWQ5NTFmMTBjNGE5OGNjZjZiY2U0ZTIzYTdiZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a71e4969-77a7-4ca0-af29-9e4d847eaf1b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T12:22:20.598Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:20.599Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:20.603Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:20.603Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.641Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:20.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "aai-ml",
  "timestamp": 1646050900983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050902729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "cds",
  "timestamp": 1646050901340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "cds",
  "timestamp": 1646050901340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050902729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:22:20.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "aai-ml",
  "timestamp": 1646050900983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "cds",
  "timestamp": 1646050901340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "aai-ml",
  "timestamp": 1646050900983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050902729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "cds",
  "timestamp": 1646050901340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050902729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "aai-ml",
  "timestamp": 1646050900983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "cds",
  "timestamp": 1646050901340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050902729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "aai-ml",
  "timestamp": 1646050900983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "cds",
  "timestamp": 1646050901340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050902729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "aai-ml",
  "timestamp": 1646050900983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "aai-ml",
  "timestamp": 1646050900983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050902729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "cds",
  "timestamp": 1646050901340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "policy-id",
  "timestamp": 1646050915058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050915439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "policy-id",
  "timestamp": 1646050915058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050916999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "cds",
  "timestamp": 1646050917037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050915439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "aai-ml",
  "timestamp": 1646050917141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "policy-id",
  "timestamp": 1646050915058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "cds",
  "timestamp": 1646050918042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-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 (?, ?, ?, ?, ?)
2022-02-28T12:22:20.674Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 856986ae-cfa3-4d5b-b833-1ca3f7246c52
2022-02-28T12:22:20.674Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856986ae-cfa3-4d5b-b833-1ca3f7246c52 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 (?, ?, ?, ?, ?)
2022-02-28T12:22:20.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050915439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050918134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "policy-id",
  "timestamp": 1646050915058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050915439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050919197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "policy-id",
  "timestamp": 1646050915058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050915439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050920224,
  "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=?
2022-02-28T12:22:20.690Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 856986ae-cfa3-4d5b-b833-1ca3f7246c52
2022-02-28T12:22:20.690Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856986ae-cfa3-4d5b-b833-1ca3f7246c52 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 (?, ?, ?, ?, ?)
2022-02-28T12:22:20.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "policy-id",
  "timestamp": 1646050915058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050915439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646050921227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "policy-id",
  "timestamp": 1646050915058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050915439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "policy-id",
  "timestamp": 1646050923028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050923633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "policy-id",
  "timestamp": 1646050924034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:22:20.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.703Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T12:22:20.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646050918210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "policy-id",
  "timestamp": 1646050925037,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-02-28T12:22:20.704Z||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.
2022-02-28T12:22:20.704Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:22:20.708Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 856986ae-cfa3-4d5b-b833-1ca3f7246c52
2022-02-28T12:22:20.708Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856986ae-cfa3-4d5b-b833-1ca3f7246c52 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=?
2022-02-28T12:22:20.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "clamp",
  "timestamp": 1646050925676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050926897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:22:20.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "clamp",
  "timestamp": 1646050925676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:22:20.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646050927903,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-02-28T12:22:20.717Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:22:20.718Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:20.720Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 856986ae-cfa3-4d5b-b833-1ca3f7246c52
2022-02-28T12:22:20.721Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856986ae-cfa3-4d5b-b833-1ca3f7246c52 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 (?, ?, ?, ?, ?)
2022-02-28T12:22:20.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "clamp",
  "timestamp": 1646050925676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "aai-ml",
  "timestamp": 1646050928429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "clamp",
  "timestamp": 1646050925676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "aai-ml",
  "timestamp": 1646050929433,
  "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=?
2022-02-28T12:22:20.733Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 856986ae-cfa3-4d5b-b833-1ca3f7246c52
2022-02-28T12:22:20.733Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856986ae-cfa3-4d5b-b833-1ca3f7246c52 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 (?, ?, ?, ?, ?)
2022-02-28T12:22:20.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "clamp",
  "timestamp": 1646050925676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "clamp",
  "timestamp": 1646050925676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:20.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "clamp",
  "timestamp": 1646050925676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:22:20.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:22:21.604Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:21.607Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:21.609Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:21.609Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:22:21.710Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:21.711Z||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.
2022-02-28T12:22:21.711Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:21.725Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:21.725Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:22.610Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:22.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:22.613Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:22.613Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:22:22.713Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:22.714Z||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.
2022-02-28T12:22:22.714Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:22.727Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:22.727Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:23.617Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:23.619Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:23.623Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:23.623Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:23.723Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:23.725Z||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.
2022-02-28T12:22:23.725Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:23.739Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:23.741Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:22:24.626Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:24.629Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:24.633Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:24.634Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-28T12:22:24.734Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:24.736Z||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.
2022-02-28T12:22:24.737Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:24.748Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:24.749Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:25.635Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:25.636Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:25.639Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:25.639Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:22:25.739Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:25.740Z||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.
2022-02-28T12:22:25.740Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:25.751Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:25.751Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:26.640Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:26.641Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:26.643Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:26.643Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:22:26.746Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-02-28T12:22:26.747Z||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.
2022-02-28T12:22:26.748Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:26.762Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:26.763Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:27.646Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "serviceName": "vFW 2022-02-28 12-20-13",
  "serviceVersion": "1.0",
  "serviceUUID": "6cb7af6f-11d3-484c-9ba5-065fc87b3b5d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36c1aa34-f40c-4a38-adad-d305554149cb",
  "resources": [
    {
      "resourceInstanceName": "vFW 7894610e-7ee6 0",
      "resourceCustomizationUUID": "5a1ad7d9-6955-4c89-8e9b-d131a283616e",
      "resourceName": "vFW 7894610e-7ee6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "126738da-827d-4ce2-8cf9-87a08bd96e71",
      "resourceInvariantUUID": "06dda9eb-08b4-4966-ae08-2fb7d063c8f0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7894610e7ee60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
          "artifactChecksum": "OGE4OGZiYzk3Njc1OTYxMWM3ZTBmZGNkYzFhZDgzODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c42c9f11-55f9-4f14-91c9-bd54aa6fd3e0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8101efd6-cf59-4e35-9825-ba9fc9def0f5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e78f2396-bea6-43ff-bba1-fbd8484ddb7d",
            "generatedFromUUID": "8101efd6-cf59-4e35-9825-ba9fc9def0f5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e78f2396-bea6-43ff-bba1-fbd8484ddb7d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220228122013-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
      "artifactChecksum": "MGU2NWQ5NTFmMTBjNGE5OGNjZjZiY2U0ZTIzYTdiZTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a71e4969-77a7-4ca0-af29-9e4d847eaf1b"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T12:22:27.646Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T12:22:27.647Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6cb7af6f-11d3-484c-9ba5-065fc87b3b5d ASDC
2022-02-28T12:22:27.648Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:856986ae-cfa3-4d5b-b833-1ca3f7246c52
ServiceName:vFW 2022-02-28 12-20-13
ServiceVersion:1.0
ServiceUUID:6cb7af6f-11d3-484c-9ba5-065fc87b3b5d
ServiceInvariantUUID:36c1aa34-f40c-4a38-adad-d305554149cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220228122013-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar
ArtifactUUID:a71e4969-77a7-4ca0-af29-9e4d847eaf1b
ArtifactChecksum:MGU2NWQ5NTFmMTBjNGE5OGNjZjZiY2U0ZTIzYTdiZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7894610e-7ee6 0
ResourceCustomizationUUID:5a1ad7d9-6955-4c89-8e9b-d131a283616e
ResourceInvariantUUID:06dda9eb-08b4-4966-ae08-2fb7d063c8f0
ResourceName:vFW 7894610e-7ee6
ResourceType:VF
ResourceUUID:126738da-827d-4ce2-8cf9-87a08bd96e71
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7894610e7ee60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json
ArtifactUUID:c42c9f11-55f9-4f14-91c9-bd54aa6fd3e0
ArtifactChecksum:OGE4OGZiYzk3Njc1OTYxMWM3ZTBmZGNkYzFhZDgzODg=
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/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml
ArtifactUUID:8101efd6-cf59-4e35-9825-ba9fc9def0f5
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/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env
ArtifactUUID:e78f2396-bea6-43ff-bba1-fbd8484ddb7d
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/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env
ArtifactUUID:e78f2396-bea6-43ff-bba1-fbd8484ddb7d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-28T12:22:27.648Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6cb7af6f-11d3-484c-9ba5-065fc87b3b5d 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=?
2022-02-28T12:22:27.684Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:22:27.685Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-28T12:22:27.685Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-28T12:22:27.686Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a71e4969-77a7-4ca0-af29-9e4d847eaf1b from URL: /sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:27.686Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-28T12:22:27.686Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:27.769Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-28T12:22:27.774Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar a71e4969-77a7-4ca0-af29-9e4d847eaf1b 98957
2022-02-28T12:22:27.774Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar ASDC sendASDCNotification
2022-02-28T12:22:27.774Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:27.775Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:22:27.775Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:27.777Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:27.777Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050947774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:22:27.877Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:27.878Z||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.
2022-02-28T12:22:27.879Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:27.892Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:27.893Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:22:28.778Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:22:28.779Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-28T12:22:28.779Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a71e4969-77a7-4ca0-af29-9e4d847eaf1b, URL: /sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar to file: /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:28.780Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220228122013-csar.csar
2022-02-28T12:22:28.781Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:28.781Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:29.042Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3612061850972732104/Definitions/service-Vfw20220228122013-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-02-28T12:22:31.147Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T12:22:31.147Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-28T12:22:31.147Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7894610e-7ee6 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-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:31.150Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-28T12:22:31.150Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:22:31.151Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.151Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.151Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:31.151Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-28T12:22:31.151Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:22:31.152Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.152Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.152Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.152Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is not matching search criteria
2022-02-28T12:22:31.152Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.155Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:22:31.155Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.155Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:31.155Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:31.155Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.156Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:31.156Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:31.156Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.156Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:31.156Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:31.156Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is not matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5d633fe5-a1e7-439b-b561-6e6e60a88c50
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d659779e-3c0f-4933-9729-b8bc3f82666f
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is not matching search criteria
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c49b37e7-51cc-41d3-ade1-54a180cf129d
2022-02-28T12:22:31.163Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.163Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.163Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.163Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.163Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.163Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.164Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:31.164Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.164Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-28 12-20-13
Description:catalog service description
Model UUID:6cb7af6f-11d3-484c-9ba5-065fc87b3b5d
Model Version:NULL
Model InvariantUuid:36c1aa34-f40c-4a38-adad-d305554149cb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7894610e-7ee6
Model UUID:528d3bc6-dec0-434a-93cd-17b13a2bb731
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:06dda9eb-08b4-4966-ae08-2fb7d063c8f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5a1ad7d9-6955-4c89-8e9b-d131a283616e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a898d878-0b96-4bff-87e4-92bbee2b586a
ModelName:Vfw7894610e7ee6..base_vfw..module-0
ModelUuid:3743233d-ab64-46c2-a88d-3e44f03fda8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5d633fe5-a1e7-439b-b561-6e6e60a88c50
ModelInvariantUuid:b3f4b975-1f5d-43f8-b231-955c5a58f6d1
ModelName:vFW 7894610e-7ee6-nodes.vfwCvfc
ModelUuid:3b5ed19f-e40e-4794-9f40-e39ed026a1e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1a009ef7-403d-4ce7-8474-6653211915c7
ModelInvariantUuid:548f9d87-f46f-40c1-8a32-8ea2a78a4cce
ModelName:Vfw7894610e7ee6.compute.nodes.heat.vfw
ModelUuid:dcb31993-0fd5-40a2-8a89-83e25abf6142
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d659779e-3c0f-4933-9729-b8bc3f82666f
ModelInvariantUuid:7be9ef93-457f-42c1-b6b0-8a6917922183
ModelName:vFW 7894610e-7ee6-nodes.vsnCvfc
ModelUuid:cf4d3616-cb92-4f32-ab88-451e83376f77
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:be1a911e-e407-494d-8a4c-d7e85a22cb20
ModelInvariantUuid:19115f8d-2384-4037-a810-62c94763fb94
ModelName:Vfw7894610e7ee6.compute.nodes.heat.vsn
ModelUuid:535520d1-ff6a-4229-b4c2-99eaf4b934a6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c49b37e7-51cc-41d3-ade1-54a180cf129d
ModelInvariantUuid:8b48bccf-b413-4b7f-acc8-c5f577af7288
ModelName:vFW 7894610e-7ee6-nodes.vpgCvfc
ModelUuid:9fed9528-470f-4ff2-aca4-c8e61fe8b5f3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a4ba9d6c-a0f0-4779-ba45-e98b3ac2e41f
ModelInvariantUuid:24e5260e-0530-4796-a01e-8a52e2cfda54
ModelName:Vfw7894610e7ee6.compute.nodes.heat.vpg
ModelUuid:08d648c4-6542-4049-8833-df3fd3689ac0
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=?
2022-02-28T12:22:31.171Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 126738da-827d-4ce2-8cf9-87a08bd96e71
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=?
2022-02-28T12:22:31.176Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||vFW 7894610e-7ee6 0
2022-02-28T12:22:31.176Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 126738da-827d-4ce2-8cf9-87a08bd96e71
2022-02-28T12:22:31.176Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c42c9f11-55f9-4f14-91c9-bd54aa6fd3e0 from URL: /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json
2022-02-28T12:22:31.176Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-28T12:22:31.176Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json
2022-02-28T12:22:31.288Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-28T12:22:31.289Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json c42c9f11-55f9-4f14-91c9-bd54aa6fd3e0 785
2022-02-28T12:22:31.289Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json ASDC sendASDCNotification
2022-02-28T12:22:31.289Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json
2022-02-28T12:22:31.289Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:22:31.289Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:31.291Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:31.292Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050951289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:22:31.392Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:31.393Z||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.
2022-02-28T12:22:31.393Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:31.407Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:31.408Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:22:32.292Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7894610e7ee6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a898d878-0b96-4bff-87e4-92bbee2b586a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3743233d-ab64-46c2-a88d-3e44f03fda8d",
    "vfModuleModelCustomizationUUID": "4bdbb3be-7596-4f5e-9841-c47d251fd8de",
    "isBase": true,
    "artifacts": [
      "8101efd6-cf59-4e35-9825-ba9fc9def0f5",
      "e78f2396-bea6-43ff-bba1-fbd8484ddb7d"
    ],
    "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": ""
    }
  }
]
2022-02-28T12:22:32.298Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7894610e7ee6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3743233d-ab64-46c2-a88d-3e44f03fda8d
VfModuleModelInvariantUUID:a898d878-0b96-4bff-87e4-92bbee2b586a
VfModuleModelDescription:NULL
Artifacts UUID List:{
8101efd6-cf59-4e35-9825-ba9fc9def0f5
,
e78f2396-bea6-43ff-bba1-fbd8484ddb7d

}
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


}

2022-02-28T12:22:32.300Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7894610e7ee6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a898d878-0b96-4bff-87e4-92bbee2b586a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3743233d-ab64-46c2-a88d-3e44f03fda8d",
    "vfModuleModelCustomizationUUID": "4bdbb3be-7596-4f5e-9841-c47d251fd8de",
    "isBase": true,
    "artifacts": [
      "8101efd6-cf59-4e35-9825-ba9fc9def0f5",
      "e78f2396-bea6-43ff-bba1-fbd8484ddb7d"
    ],
    "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": ""
    }
  }
]
2022-02-28T12:22:32.300Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7894610e7ee6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3743233d-ab64-46c2-a88d-3e44f03fda8d
VfModuleModelInvariantUUID:a898d878-0b96-4bff-87e4-92bbee2b586a
VfModuleModelDescription:NULL
Artifacts UUID List:{
8101efd6-cf59-4e35-9825-ba9fc9def0f5
,
e78f2396-bea6-43ff-bba1-fbd8484ddb7d

}
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


}

2022-02-28T12:22:32.301Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8101efd6-cf59-4e35-9825-ba9fc9def0f5 from URL: /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml
2022-02-28T12:22:32.301Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-28T12:22:32.301Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml
2022-02-28T12:22:32.465Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-28T12:22:32.466Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml 8101efd6-cf59-4e35-9825-ba9fc9def0f5 20368
2022-02-28T12:22:32.466Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-28T12:22:32.466Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml
2022-02-28T12:22:32.466Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:22:32.466Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:32.468Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:32.468Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050952466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:22:32.568Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:32.570Z||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.
2022-02-28T12:22:32.570Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:32.585Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:32.586Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1}
2022-02-28T12:22:33.469Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e78f2396-bea6-43ff-bba1-fbd8484ddb7d from URL: /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env
2022-02-28T12:22:33.470Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-28T12:22:33.470Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env
2022-02-28T12:22:33.522Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-28T12:22:33.523Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env e78f2396-bea6-43ff-bba1-fbd8484ddb7d 2098
2022-02-28T12:22:33.523Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-28T12:22:33.524Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env
2022-02-28T12:22:33.524Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:22:33.524Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:33.527Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:33.527Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050953523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:22:33.627Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:33.628Z||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.
2022-02-28T12:22:33.628Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:33.639Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:33.640Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:34.528Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6cb7af6f-11d3-484c-9ba5-065fc87b3b5d
2022-02-28T12:22:34.529Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7894610e-7ee6 0 126738da-827d-4ce2-8cf9-87a08bd96e71 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=?
2022-02-28T12:22:34.548Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@127bd90d, org.onap.sdc.toscaparser.api.parameters.Input@277b3a49, org.onap.sdc.toscaparser.api.parameters.Input@44fbae0b, org.onap.sdc.toscaparser.api.parameters.Input@38fe1c15, org.onap.sdc.toscaparser.api.parameters.Input@748109b6]
2022-02-28T12:22:34.551Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.551Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:34.551Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-28T12:22:34.552Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5a1ad7d9-6955-4c89-8e9b-d131a283616e
2022-02-28T12:22:34.552Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a1ad7d9-6955-4c89-8e9b-d131a283616e matches Tosca VF Customization UUID: 5a1ad7d9-6955-4c89-8e9b-d131a283616e
2022-02-28T12:22:34.552Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5a1ad7d9-6955-4c89-8e9b-d131a283616e  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=?
2022-02-28T12:22:34.554Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.555Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:34.556Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5a1ad7d9-6955-4c89-8e9b-d131a283616e: {\"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\"}
2022-02-28T12:22:34.557Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b920873
2022-02-28T12:22:34.557Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.557Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:22:34.557Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4bdbb3be-7596-4f5e-9841-c47d251fd8de
2022-02-28T12:22:34.557Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4bdbb3be-7596-4f5e-9841-c47d251fd8de
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=?
2022-02-28T12:22:34.560Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.560Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:34.561Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:34.561Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.561Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:34.561Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:34.561Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.561Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is not matching search criteria
2022-02-28T12:22:34.562Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:22:34.562Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:22:34.562Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-28T12:22:34.563Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:22:34.563Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:22:34.563Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:34.563Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:34.563Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:22:34.564Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:34.564Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:22:34.564Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:34.590Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5d633fe5-a1e7-439b-b561-6e6e60a88c50
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=?
2022-02-28T12:22:34.596Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.597Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:34.597Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:34.597Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.598Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is not matching search criteria
2022-02-28T12:22:34.598Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:22:34.598Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:22:34.598Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:22:34.599Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:34.599Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:34.599Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:22:34.599Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:34.599Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-28T12:22:34.600Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:22:34.600Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:34.600Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:22:34.600Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:34.600Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d659779e-3c0f-4933-9729-b8bc3f82666f
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=?
2022-02-28T12:22:34.603Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.603Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:34.603Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:34.603Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.604Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is not matching search criteria
2022-02-28T12:22:34.604Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:22:34.604Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:22:34.604Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:22:34.604Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:34.605Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:34.605Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:22:34.605Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:34.605Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:22:34.605Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:22:34.605Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:34.606Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:34.606Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-28T12:22:34.606Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c49b37e7-51cc-41d3-ade1-54a180cf129d
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=?
2022-02-28T12:22:34.611Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.611Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:34.611Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:34.611Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.612Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:34.612Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=5a1ad7d9-6955-4c89-8e9b-d131a283616e
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=?
2022-02-28T12:22:34.614Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.614Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:34.614Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6cb7af6f-11d3-484c-9ba5-065fc87b3b5d: vFW 7894610e-7ee6
2022-02-28T12:22:34.614Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.614Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:34.614Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.615Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:34.615Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.615Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:34.615Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.615Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:34.615Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:22:34.616Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:34.616Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-02-28 12-20-13 
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 (?, ?, ?, ?, ?)
2022-02-28T12:22:34.782Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7894610e-7ee6 126738da-827d-4ce2-8cf9-87a08bd96e71 1 ASDC deployResourceStructure
2022-02-28T12:22:34.783Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json ASDC sendASDCNotification
2022-02-28T12:22:34.783Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json
2022-02-28T12:22:34.783Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:22:34.783Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:34.785Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:34.785Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050954782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T12:22:34.886Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:22:34.887Z||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.
2022-02-28T12:22:34.887Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:34.903Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:34.904Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:35.786Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-28T12:22:35.786Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml
2022-02-28T12:22:35.787Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:22:35.787Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:35.789Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:35.789Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050955786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T12:22:35.889Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:35.890Z||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.
2022-02-28T12:22:35.890Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:35.904Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:35.905Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:36.790Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-28T12:22:36.791Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env
2022-02-28T12:22:36.791Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:22:36.791Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:36.793Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:36.793Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050956790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-28T12:22:36.894Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:22:36.895Z||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.
2022-02-28T12:22:36.895Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:36.909Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:36.909Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:37.794Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar ASDC sendASDCNotification
2022-02-28T12:22:37.794Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:37.794Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:22:37.795Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:37.797Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:37.797Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050957794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:22:37.897Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:37.899Z||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.
2022-02-28T12:22:37.899Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:37.912Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:22:37.912Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:38.798Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 856986ae-cfa3-4d5b-b833-1ca3f7246c52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:22:38.809Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 856986ae-cfa3-4d5b-b833-1ca3f7246c52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:22:38.811Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:22:38.811Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T12:22:38.812Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T12:22:38.812Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T12:22:38.812Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:22:38.812Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:22:38.812Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:22:38.812Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:22:38.812Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:22:38.812Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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=?
2022-02-28T12:22:38.816Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T12:23:08.817Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 856986ae-cfa3-4d5b-b833-1ca3f7246c52 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=?
2022-02-28T12:23:08.823Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 856986ae-cfa3-4d5b-b833-1ca3f7246c52 and serviceModelVersionId: 6cb7af6f-11d3-484c-9ba5-065fc87b3b5d
2022-02-28T12:23:08.823Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36c1aa34-f40c-4a38-adad-d305554149cb
2022-02-28T12:23:08.825Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36c1aa34-f40c-4a38-adad-d305554149cb/model-vers/model-ver/6cb7af6f-11d3-484c-9ba5-065fc87b3b5d?depth=0
2022-02-28T12:23:08.830Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T12:23:08.894Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36c1aa34-f40c-4a38-adad-d305554149cb/model-vers/model-ver/6cb7af6f-11d3-484c-9ba5-065fc87b3b5d?depth=0|INFO|500||Invoke
2022-02-28T12:23:08.895Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36c1aa34-f40c-4a38-adad-d305554149cb/model-vers/model-ver/6cb7af6f-11d3-484c-9ba5-065fc87b3b5d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36c1aa34-f40c-4a38-adad-d305554149cb/model-vers/model-ver/6cb7af6f-11d3-484c-9ba5-065fc87b3b5d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[856986ae-cfa3-4d5b-b833-1ca3f7246c52], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c14b76e9-e303-4358-bfc3-020d211f6e45], X-ECOMP-RequestID=[856986ae-cfa3-4d5b-b833-1ca3f7246c52], X-TransactionId=[], X-ONAP-RequestID=[856986ae-cfa3-4d5b-b833-1ca3f7246c52], Content-Type=[application/merge-patch+json]}
2022-02-28T12:23:08.919Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36c1aa34-f40c-4a38-adad-d305554149cb/model-vers/model-ver/6cb7af6f-11d3-484c-9ba5-065fc87b3b5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T12:23:09.101Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36c1aa34-f40c-4a38-adad-d305554149cb/model-vers/model-ver/6cb7af6f-11d3-484c-9ba5-065fc87b3b5d?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/36c1aa34-f40c-4a38-adad-d305554149cb/model-vers/model-ver/6cb7af6f-11d3-484c-9ba5-065fc87b3b5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220228-12:23:08:933-25330], vertex-id=[229456], Content-Length=[0], Date=[Mon, 28 Feb 2022 12:23:08 GMT], Content-Type=[application/json]}
2022-02-28T12:23:09.102Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36c1aa34-f40c-4a38-adad-d305554149cb/model-vers/model-ver/6cb7af6f-11d3-484c-9ba5-065fc87b3b5d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-28T12:23:09.102Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36c1aa34-f40c-4a38-adad-d305554149cb/model-vers/model-ver/6cb7af6f-11d3-484c-9ba5-065fc87b3b5d?depth=0|INFO|500||InvokeReturn
2022-02-28T12:23:09.103Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T12:23:09.103Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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=?
2022-02-28T12:23:09.108Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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)
2022-02-28T12:23:09.109Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 856986ae-cfa3-4d5b-b833-1ca3f7246c52 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T12:23:09.109Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T12:23:09.109Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:23:09.111Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:23:09.111Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050989109,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:23:09.212Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:23:09.213Z||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.
2022-02-28T12:23:09.213Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:23:09.228Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:23:09.229Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-28T12:23:19.957Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:23:19.959Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T12:23:19.959Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:23:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:23:19.968Z||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.
2022-02-28T12:23:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:23:20.087Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:23:20.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:23:20.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:23:20.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:23:29.498Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:24:19.959Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:24:19.962Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T12:24:19.962Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:24:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:24:19.968Z||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.
2022-02-28T12:24:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:24:20.499Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:24:20.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:24:20.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:24:20.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:24:20.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:24:20.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "clamp",
  "timestamp": 1646050943158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:24:20.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:24:20.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:24:20.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:24:20.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-28T12:24:20.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:24:20.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "clamp",
  "timestamp": 1646050945166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:24:20.506Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:24:20.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:24:20.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:24:20.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "clamp",
  "timestamp": 1646050946171,
  "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=?
2022-02-28T12:24:20.519Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 856986ae-cfa3-4d5b-b833-1ca3f7246c52
2022-02-28T12:24:20.519Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856986ae-cfa3-4d5b-b833-1ca3f7246c52 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 (?, ?, ?, ?, ?)
2022-02-28T12:24:20.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050939957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:24:20.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:24:20.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050947774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:24:20.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:24:20.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050951289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:24:20.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:24:20.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050952466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:24:20.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:24:20.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050953523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:24:20.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:24:20.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050954782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T12:24:20.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:24:20.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050955786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T12:24:20.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:24:20.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050956790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-28T12:24:20.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:24:20.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050957794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:24:20.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:24:20.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:24:20.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646050989109,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:24:20.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:24:29.513Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:25:19.958Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:25:19.963Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T12:25:19.964Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:25:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:25:19.968Z||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.
2022-02-28T12:25:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:25:29.511Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:25:29.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:26:19.957Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:26:19.958Z||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.
2022-02-28T12:26:19.958Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:26:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:26:19.968Z||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.
2022-02-28T12:26:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:26:29.519Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:26:29.524Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:27:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:27:19.960Z||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.
2022-02-28T12:27:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:27:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:27:19.969Z||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.
2022-02-28T12:27:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:27:29.506Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:27:29.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:28:19.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:28:19.961Z||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.
2022-02-28T12:28:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:28:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:28:19.968Z||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.
2022-02-28T12:28:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:28:29.523Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:28:29.532Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:29:19.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:29:19.962Z||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.
2022-02-28T12:29:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:29:19.968Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:29:19.968Z||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.
2022-02-28T12:29:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:29:29.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:29:29.512Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:30:19.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:30:19.961Z||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.
2022-02-28T12:30:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:30:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:30:19.968Z||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.
2022-02-28T12:30:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:30:29.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:30:29.508Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:31:19.957Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:31:19.958Z||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.
2022-02-28T12:31:19.958Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:31:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:31:19.968Z||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.
2022-02-28T12:31:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:31:29.504Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:31:29.504Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:32:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:32:19.960Z||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.
2022-02-28T12:32:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:32:19.967Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:32:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T12:32:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:32:29.505Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:32:29.507Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:33:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:33:19.961Z||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.
2022-02-28T12:33:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:33:19.967Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:33:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T12:33:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:33:29.505Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:33:29.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:34:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:34:19.963Z||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.
2022-02-28T12:34:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:34:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:34:19.968Z||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.
2022-02-28T12:34:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:34:29.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:34:29.511Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:35:19.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:35:19.964Z||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.
2022-02-28T12:35:19.964Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:35:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:35:19.968Z||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.
2022-02-28T12:35:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:35:29.510Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:35:29.511Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:36:19.957Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:36:19.958Z||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.
2022-02-28T12:36:19.958Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:36:19.968Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:36:19.968Z||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.
2022-02-28T12:36:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:36:29.513Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:36:29.513Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:37:19.957Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:37:19.960Z||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.
2022-02-28T12:37:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:37:19.967Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:37:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T12:37:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:37:20.095Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:37:20.096Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.096Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051822729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:37:20.097Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:37:20.098Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.098Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646051818210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:37:20.098Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:37:20.098Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.098Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "clamp",
  "timestamp": 1646051825676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:37:20.098Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:37:20.098Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.098Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646051818210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:37:20.098Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:37:20.098Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.098Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051822729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:37:20.099Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:37:20.099Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.099Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "clamp",
  "timestamp": 1646051825676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:37:20.099Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:37:20.099Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.099Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "aai-ml",
  "timestamp": 1646051830983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:37:20.099Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:37:20.099Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.099Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "cds",
  "timestamp": 1646051831340,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:37:20.099Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:37:20.100Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.100Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "aai-ml",
  "timestamp": 1646051830983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:37:20.100Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:37:20.100Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.100Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "cds",
  "timestamp": 1646051831340,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:37:20.100Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:37:20.100Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.100Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "aai-ml",
  "timestamp": 1646051834049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:37:20.100Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:37:20.100Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.101Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "cds",
  "timestamp": 1646051834134,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:37:20.101Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:37:20.101Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.101Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "cds",
  "timestamp": 1646051835145,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:37:20.118Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
2022-02-28T12:37:20.119Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89d628ca-f0c7-4f2f-9824-0843b58c3c4c 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 (?, ?, ?, ?, ?)
2022-02-28T12:37:20.125Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.126Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "policy-id",
  "timestamp": 1646051835057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:37:20.126Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:37:20.126Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.126Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "policy-id",
  "timestamp": 1646051835057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:37:20.126Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:37:20.126Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.126Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "policy-id",
  "timestamp": 1646051838211,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:37:20.126Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:37:20.126Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.126Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "clamp",
  "timestamp": 1646051838288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:37:20.127Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:37:20.127Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.127Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "aai-ml",
  "timestamp": 1646051838933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:37:20.127Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:37:20.127Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.127Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "policy-id",
  "timestamp": 1646051839216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:37:20.127Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:37:20.588Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:37:20.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-28T12:37:20.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"89d628ca-f0c7-4f2f-9824-0843b58c3c4c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f0bac3a6-283b-4076-aa7b-3df10607d452","serviceDescription":"service","serviceInvariantUUID":"bf6ec9e1-005f-4463-966e-85af33aaa647","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ffd01d3e-3199-4775-aab5-a6a4d8bba098","resourceInvariantUUID":"cb8759a9-743c-4523-9e6d-1a5b43ebbecb","resourceCustomizationUUID":"29bf0835-c8dd-4805-883f-2a190b4dd71c","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":"ZmU5Yjc5MTBlOTEyNGRiZjhjOTc3MDNlMGYwMDgyZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6febba36-0d91-4513-b56a-22782ccd767d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWM0ZjFmYTY4NzUxYTJlZjZjMTMwODJmNmUzMDZiZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21da83f7-1710-4fac-b840-36b0a807c333","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T12:37:20.593Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:37:20.593Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:37:20.597Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:37:20.597Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646051839957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:37:20.697Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:37:20.698Z||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.
2022-02-28T12:37:20.698Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:37:20.711Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:37:20.712Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:37:21.597Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:37:21.598Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:37:21.600Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:37:21.601Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646051839957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:37:21.701Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T12:37:21.702Z||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.
2022-02-28T12:37:21.702Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:37:21.715Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:37:21.716Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:37:22.602Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f0bac3a6-283b-4076-aa7b-3df10607d452",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bf6ec9e1-005f-4463-966e-85af33aaa647",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "29bf0835-c8dd-4805-883f-2a190b4dd71c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ffd01d3e-3199-4775-aab5-a6a4d8bba098",
      "resourceInvariantUUID": "cb8759a9-743c-4523-9e6d-1a5b43ebbecb",
      "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": "YWM0ZjFmYTY4NzUxYTJlZjZjMTMwODJmNmUzMDZiZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "21da83f7-1710-4fac-b840-36b0a807c333"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T12:37:22.602Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T12:37:22.602Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f0bac3a6-283b-4076-aa7b-3df10607d452 ASDC
2022-02-28T12:37:22.603Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:89d628ca-f0c7-4f2f-9824-0843b58c3c4c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f0bac3a6-283b-4076-aa7b-3df10607d452
ServiceInvariantUUID:bf6ec9e1-005f-4463-966e-85af33aaa647
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:21da83f7-1710-4fac-b840-36b0a807c333
ArtifactChecksum:YWM0ZjFmYTY4NzUxYTJlZjZjMTMwODJmNmUzMDZiZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:29bf0835-c8dd-4805-883f-2a190b4dd71c
ResourceInvariantUUID:cb8759a9-743c-4523-9e6d-1a5b43ebbecb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ffd01d3e-3199-4775-aab5-a6a4d8bba098
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-02-28T12:37:22.604Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0bac3a6-283b-4076-aa7b-3df10607d452 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=?
2022-02-28T12:37:22.632Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:37:22.633Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-02-28T12:37:22.633Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-02-28T12:37:22.634Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 21da83f7-1710-4fac-b840-36b0a807c333 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-28T12:37:22.634Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-02-28T12:37:22.635Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-28T12:37:22.930Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-02-28T12:37:22.932Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 21da83f7-1710-4fac-b840-36b0a807c333 52504
2022-02-28T12:37:22.932Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-28T12:37:22.932Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-28T12:37:22.932Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:37:22.933Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:37:22.934Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:37:22.934Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646051842932,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:37:23.035Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:37:23.036Z||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.
2022-02-28T12:37:23.036Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:37:23.049Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:37:23.049Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:37:23.935Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:37:23.936Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-02-28T12:37:23.936Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 21da83f7-1710-4fac-b840-36b0a807c333, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T12:37:23.937Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-28T12:37:23.937Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T12:37:23.938Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T12:37:24.075Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9682464765902898876/Definitions/service-BasicNetwork-template.yml
2022-02-28T12:37:24.610Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T12:37:24.610Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-02-28T12:37:24.611Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T12:37:24.611Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-28T12:37:24.611Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||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
2022-02-28T12:37:24.611Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||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
2022-02-28T12:37:24.611Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||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
2022-02-28T12:37:24.611Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||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
2022-02-28T12:37:24.611Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-28T12:37:24.611Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||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
2022-02-28T12:37:24.611Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||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
2022-02-28T12:37:24.612Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||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
2022-02-28T12:37:24.612Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-02-28T12:37:24.612Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.612Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:37:24.612Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-28T12:37:24.613Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-02-28T12:37:24.613Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:37:24.613Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.613Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:37:24.613Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-28T12:37:24.613Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-02-28T12:37:24.613Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:37:24.614Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.614Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:37:24.614Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.614Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:37:24.614Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.614Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:37:24.615Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.615Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:37:24.615Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.615Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:37:24.615Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f0bac3a6-283b-4076-aa7b-3df10607d452
Model Version:NULL
Model InvariantUuid:bf6ec9e1-005f-4463-966e-85af33aaa647
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cb8759a9-743c-4523-9e6d-1a5b43ebbecb
Model UUID:c472102e-40a9-476e-8a20-fe0d46afdef3
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:29bf0835-c8dd-4805-883f-2a190b4dd71c
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=?
2022-02-28T12:37:24.622Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: ffd01d3e-3199-4775-aab5-a6a4d8bba098
2022-02-28T12:37:24.622Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||No resources found for Service: f0bac3a6-283b-4076-aa7b-3df10607d452
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=?
2022-02-28T12:37:24.628Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||
2022-02-28T12:37:24.628Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-02-28T12:37:24.629Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||No resources found for Service: f0bac3a6-283b-4076-aa7b-3df10607d452
2022-02-28T12:37:24.629Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f0bac3a6-283b-4076-aa7b-3df10607d452
2022-02-28T12:37:24.629Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-02-28T12:37:24.629Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||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=?
2022-02-28T12:37:24.633Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9e12f2f, org.onap.sdc.toscaparser.api.parameters.Input@469bb9cd, org.onap.sdc.toscaparser.api.parameters.Input@1f0ad7b6, org.onap.sdc.toscaparser.api.parameters.Input@16416524, org.onap.sdc.toscaparser.api.parameters.Input@1659b894]
2022-02-28T12:37:24.634Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.635Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:37:24.635Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.635Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:37:24.635Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f0bac3a6-283b-4076-aa7b-3df10607d452: Generic NeutronNet
2022-02-28T12:37:24.635Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.635Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:37:24.636Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.636Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||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=?
2022-02-28T12:37:24.668Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.668Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:37:24.668Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.668Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:37:24.668Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:37:24.669Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:37:24.669Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||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 (?, ?)
2022-02-28T12:37:24.723Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-02-28T12:37:24.723Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-28T12:37:24.723Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-28T12:37:24.723Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:37:24.724Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:37:24.725Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:37:24.725Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646051844723,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:37:24.825Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:37:24.826Z||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.
2022-02-28T12:37:24.827Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:37:24.840Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:37:24.841Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:37:25.726Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:37:25.736Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:37:25.738Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:37:25.738Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:37:25.739Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:37:55.739Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:37:55.753Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:37:55.755Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:37:55.755Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:37:55.755Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:38:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:38:19.969Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T12:38:19.969Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:38:19.996Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:38:19.997Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:38:19.997Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "aai-ml",
  "timestamp": 1646051839937,
  "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=?
2022-02-28T12:38:20.004Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
2022-02-28T12:38:20.005Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89d628ca-f0c7-4f2f-9824-0843b58c3c4c 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 (?, ?, ?, ?, ?)
2022-02-28T12:38:25.756Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:38:25.765Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:38:25.769Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:38:25.769Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T12:38:25.770Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:38:25.770Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:38:55.770Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:38:55.792Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:38:55.795Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:38:55.795Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T12:38:55.795Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:38:55.795Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:39:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:39:19.969Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T12:39:19.969Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:39:19.995Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:39:19.996Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:39:19.996Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "policy-id",
  "timestamp": 1646051840219,
  "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=?
2022-02-28T12:39:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
2022-02-28T12:39:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89d628ca-f0c7-4f2f-9824-0843b58c3c4c 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 (?, ?, ?, ?, ?)
2022-02-28T12:39:25.797Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:39:25.812Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:39:25.814Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:39:25.815Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T12:39:25.815Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:39:25.815Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:39:55.815Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:39:55.825Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:39:55.828Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:39:55.828Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T12:39:55.828Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:39:55.829Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:40:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:40:19.972Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T12:40:19.972Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:40:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:40:20.019Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:40:20.019Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "clamp",
  "timestamp": 1646051840297,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:40:20.021Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:40:20.021Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:40:20.021Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646051839957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:40:20.022Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:40:20.022Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:40:20.022Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "clamp",
  "timestamp": 1646051841301,
  "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=?
2022-02-28T12:40:20.034Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
2022-02-28T12:40:20.035Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89d628ca-f0c7-4f2f-9824-0843b58c3c4c 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 (?, ?, ?, ?, ?)
2022-02-28T12:40:20.044Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:40:20.044Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646051839957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:40:20.047Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:40:20.047Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:40:20.047Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646051842932,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:40:20.048Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:40:20.048Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:40:20.048Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646051844723,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:40:20.048Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:40:20.048Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:40:20.049Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051845439,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:40:20.049Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:40:20.049Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:40:20.049Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051845439,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:40:20.050Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:40:20.050Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:40:20.050Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051848149,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:40:20.050Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:40:20.050Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:40:20.051Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051849800,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:40:20.051Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:40:20.051Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:40:20.051Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051850804,
  "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=?
2022-02-28T12:40:20.056Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
2022-02-28T12:40:20.056Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89d628ca-f0c7-4f2f-9824-0843b58c3c4c 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 (?, ?, ?, ?, ?)
2022-02-28T12:40:25.829Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:40:25.843Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:40:25.846Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:40:25.847Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T12:40:25.847Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T12:40:25.847Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T12:40:25.847Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:40:25.848Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:40:25.848Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:40:25.848Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:40:25.848Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:40:25.848Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:40:25.849Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:40:25.854Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T12:40:55.855Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c 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=?
2022-02-28T12:40:55.860Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89d628ca-f0c7-4f2f-9824-0843b58c3c4c and serviceModelVersionId: f0bac3a6-283b-4076-aa7b-3df10607d452
2022-02-28T12:40:55.860Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf6ec9e1-005f-4463-966e-85af33aaa647
2022-02-28T12:40:55.862Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf6ec9e1-005f-4463-966e-85af33aaa647/model-vers/model-ver/f0bac3a6-283b-4076-aa7b-3df10607d452?depth=0
2022-02-28T12:40:55.870Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T12:40:55.934Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf6ec9e1-005f-4463-966e-85af33aaa647/model-vers/model-ver/f0bac3a6-283b-4076-aa7b-3df10607d452?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]}
2022-02-28T12:40:55.937Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf6ec9e1-005f-4463-966e-85af33aaa647/model-vers/model-ver/f0bac3a6-283b-4076-aa7b-3df10607d452?depth=0|INFO|500||Invoke
2022-02-28T12:40:55.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf6ec9e1-005f-4463-966e-85af33aaa647/model-vers/model-ver/f0bac3a6-283b-4076-aa7b-3df10607d452?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T12:40:56.532Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf6ec9e1-005f-4463-966e-85af33aaa647/model-vers/model-ver/f0bac3a6-283b-4076-aa7b-3df10607d452?depth=0|INFO|500||InvokeReturn
2022-02-28T12:40:56.534Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf6ec9e1-005f-4463-966e-85af33aaa647/model-vers/model-ver/f0bac3a6-283b-4076-aa7b-3df10607d452?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220228-12:40:55:975-47265], vertex-id=[225456], Content-Length=[0], Date=[Mon, 28 Feb 2022 12:40:55 GMT], Content-Type=[application/json]}
2022-02-28T12:40:56.534Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-02-28T12:40:56.534Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T12:40:56.535Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T12:40:56.540Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-28T12:40:56.541Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89d628ca-f0c7-4f2f-9824-0843b58c3c4c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T12:40:56.542Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T12:40:56.542Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:40:56.545Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:40:56.545Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052056542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:40:56.645Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:40:56.646Z||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.
2022-02-28T12:40:56.646Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:40:56.664Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:40:56.664Z||pool-55-thread-1|||||INFO|500||cambria reply ok (19 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=?
2022-02-28T12:40:57.555Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:40:57.556Z||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.
2022-02-28T12:40:57.556Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:02.978Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:02.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-28T12:41:02.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"64544eea-b58b-4541-a9b8-3d6b2991032a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"56bfa1da-c664-4e0c-a9a9-030272cba795","serviceDescription":"service","serviceInvariantUUID":"24074972-c420-4e68-834b-e4efa5d9fe2b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ca1d561-207e-4649-98ba-3ee5173637a0","resourceInvariantUUID":"c7379654-3ae4-4327-971d-df303303f445","resourceCustomizationUUID":"82c05685-af7d-4869-b9e5-e6972d58b9f5","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":"ZTk1OWJkN2VmZDcxYWU3MWVjZDE3ZjE0YzIwNzFmOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"970ca2cf-4f2e-421b-b1e2-71f344d2288f","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":"f7f23b44-62aa-4f5e-acc2-adf92c57524c","artifactVersion":"2","generatedFromUUID":"4fbd44eb-8d35-48db-aa15-5b43c1872ff6"},{"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":"4fbd44eb-8d35-48db-aa15-5b43c1872ff6","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":"YzI5YmViODk1ZjAyM2I0ZWM1ODU3OGM4NDMyNGFjZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"96bd384e-1936-4a7f-8704-4a721a8b8cf0","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":"bcc28c03-1cb3-48e0-97ea-8429d69264c8","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":"fda4c94e-11d8-4e8b-b0eb-3f13b0b00cb6","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":"fb91c105-da5e-451d-83f7-4a508d1a3dba","artifactVersion":"2","generatedFromUUID":"bcc28c03-1cb3-48e0-97ea-8429d69264c8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjIyODlmOWI1NjRiYzFmNDk1ZjVlMjU2ZGI5OWE4MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de4856e3-a86f-4479-b289-dad7864abacd","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"N2M5N2Y2NTdiYjIyN2NkMmE4NDVhNDVjZTgzYjQ3MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a746ade7-670f-4518-9d41-779a7cf2e19a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T12:41:02.983Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:41:02.983Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:02.990Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:02.990Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:03.085Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-02-28T12:41:03.086Z||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.
2022-02-28T12:41:03.086Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:03.106Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:03.106Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:03.991Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:41:03.992Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:03.994Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:03.994Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-28T12:41:04.095Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:41:04.098Z||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.
2022-02-28T12:41:04.098Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:04.112Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:04.112Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:41:04.995Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:41:05.000Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:05.004Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:05.004Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-28T12:41:05.104Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:05.105Z||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.
2022-02-28T12:41:05.105Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:05.119Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:05.120Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:06.008Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:41:06.010Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:06.013Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:06.013Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:41:06.113Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:06.114Z||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.
2022-02-28T12:41:06.114Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:06.126Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:06.127Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:07.013Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:41:07.014Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:07.016Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:07.017Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:41:07.117Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:07.118Z||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.
2022-02-28T12:41:07.118Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:07.131Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:07.131Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:41:08.017Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:41:08.019Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:08.021Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:08.021Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:08.122Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:08.123Z||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.
2022-02-28T12:41:08.123Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:08.137Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:08.138Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:41:09.022Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:41:09.023Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:09.025Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:09.025Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-28T12:41:09.125Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:09.126Z||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.
2022-02-28T12:41:09.126Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:09.137Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:09.137Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:10.025Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:41:10.026Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:10.029Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:10.029Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:10.128Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T12:41:10.129Z||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.
2022-02-28T12:41:10.130Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:10.143Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:10.143Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:11.029Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:41:11.030Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:11.032Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:11.032Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:41:11.132Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:11.133Z||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.
2022-02-28T12:41:11.134Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:11.146Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:11.146Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:12.033Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "56bfa1da-c664-4e0c-a9a9-030272cba795",
  "serviceDescription": "service",
  "serviceInvariantUUID": "24074972-c420-4e68-834b-e4efa5d9fe2b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "82c05685-af7d-4869-b9e5-e6972d58b9f5",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7ca1d561-207e-4649-98ba-3ee5173637a0",
      "resourceInvariantUUID": "c7379654-3ae4-4327-971d-df303303f445",
      "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": "f7f23b44-62aa-4f5e-acc2-adf92c57524c",
          "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": "4fbd44eb-8d35-48db-aa15-5b43c1872ff6",
          "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": "YzI5YmViODk1ZjAyM2I0ZWM1ODU3OGM4NDMyNGFjZGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "96bd384e-1936-4a7f-8704-4a721a8b8cf0",
          "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": "bcc28c03-1cb3-48e0-97ea-8429d69264c8",
          "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": "fb91c105-da5e-451d-83f7-4a508d1a3dba",
            "generatedFromUUID": "bcc28c03-1cb3-48e0-97ea-8429d69264c8"
          },
          "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": "fb91c105-da5e-451d-83f7-4a508d1a3dba",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "N2M5N2Y2NTdiYjIyN2NkMmE4NDVhNDVjZTgzYjQ3MTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a746ade7-670f-4518-9d41-779a7cf2e19a"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T12:41:12.034Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T12:41:12.034Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 56bfa1da-c664-4e0c-a9a9-030272cba795 ASDC
2022-02-28T12:41:12.034Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:64544eea-b58b-4541-a9b8-3d6b2991032a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:56bfa1da-c664-4e0c-a9a9-030272cba795
ServiceInvariantUUID:24074972-c420-4e68-834b-e4efa5d9fe2b
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:a746ade7-670f-4518-9d41-779a7cf2e19a
ArtifactChecksum:N2M5N2Y2NTdiYjIyN2NkMmE4NDVhNDVjZTgzYjQ3MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:82c05685-af7d-4869-b9e5-e6972d58b9f5
ResourceInvariantUUID:c7379654-3ae4-4327-971d-df303303f445
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7ca1d561-207e-4649-98ba-3ee5173637a0
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:f7f23b44-62aa-4f5e-acc2-adf92c57524c
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:4fbd44eb-8d35-48db-aa15-5b43c1872ff6
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:96bd384e-1936-4a7f-8704-4a721a8b8cf0
ArtifactChecksum:YzI5YmViODk1ZjAyM2I0ZWM1ODU3OGM4NDMyNGFjZGY=
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:bcc28c03-1cb3-48e0-97ea-8429d69264c8
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:fb91c105-da5e-451d-83f7-4a508d1a3dba
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:fb91c105-da5e-451d-83f7-4a508d1a3dba
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-28T12:41:12.035Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56bfa1da-c664-4e0c-a9a9-030272cba795 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 (?, ?, ?, ?, ?)
2022-02-28T12:41:12.066Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:41:12.066Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T12:41:12.066Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T12:41:12.067Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a746ade7-670f-4518-9d41-779a7cf2e19a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-28T12:41:12.067Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T12:41:12.068Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-28T12:41:12.269Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T12:41:12.273Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a746ade7-670f-4518-9d41-779a7cf2e19a 68957
2022-02-28T12:41:12.273Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-28T12:41:12.273Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-28T12:41:12.273Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:41:12.273Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:12.275Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:12.275Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052072273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:41:12.375Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:12.376Z||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.
2022-02-28T12:41:12.376Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:12.403Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:12.403Z||pool-65-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:13.276Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:41:13.277Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-28T12:41:13.277Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a746ade7-670f-4518-9d41-779a7cf2e19a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-28T12:41:13.278Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-02-28T12:41:13.278Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-28T12:41:13.278Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-28T12:41:13.520Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12877627311085917403/Definitions/service-BasicCnf-template.yml
2022-02-28T12:41:14.581Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T12:41:14.582Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-28T12:41:14.582Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-28T12:41:14.582Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-28T12:41:14.582Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:14.583Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:14.583Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-28T12:41:14.583Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:14.583Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-28T12:41:14.584Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:14.584Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:14.584Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-28T12:41:14.585Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-28T12:41:14.585Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:41:14.586Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:14.586Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:14.586Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-28T12:41:14.586Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-28T12:41:14.587Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:41:14.587Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:14.587Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:14.588Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:14.588Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-28T12:41:14.588Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-02-28T12:41:14.588Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-02-28T12:41:14.588Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T12:41:14.589Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:14.589Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:41:14.589Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:14.589Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-28T12:41:14.590Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:41:14.590Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:14.590Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-28T12:41:14.590Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:41:14.591Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:14.591Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-28T12:41:14.591Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:41:14.591Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:14.592Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-28T12:41:14.592Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-28T12:41:14.592Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a8cadf35-512a-4522-9f66-ca0d298d2a77
2022-02-28T12:41:14.592Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:14.593Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:14.593Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:14.593Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:14.593Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:14.593Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:14.594Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:14.594Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:14.594Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:56bfa1da-c664-4e0c-a9a9-030272cba795
Model Version:NULL
Model InvariantUuid:24074972-c420-4e68-834b-e4efa5d9fe2b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:639814c3-187e-4020-8753-95e34076ca3a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c7379654-3ae4-4327-971d-df303303f445
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:82c05685-af7d-4869-b9e5-e6972d58b9f5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8fe2e320-f88c-4aae-9deb-b7fe8f6acbb2
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:46093e2c-e230-4cd4-88e0-3d8c4b1fe4fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a8cadf35-512a-4522-9f66-ca0d298d2a77
ModelInvariantUuid:32b9856b-faff-4638-9ce6-9ea4949e7360
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:2af7b793-46e0-4097-a195-21b482cad160
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:259578e5-371a-424c-a731-5ac89ce8844a
ModelInvariantUuid:c9728c38-0087-4c7d-936c-588f600a7f0f
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d55228f1-cb22-4d09-b24c-7ffdfb2ab611
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=?
2022-02-28T12:41:14.600Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ca1d561-207e-4649-98ba-3ee5173637a0
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=?
2022-02-28T12:41:14.602Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-02-28T12:41:14.603Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ca1d561-207e-4649-98ba-3ee5173637a0
2022-02-28T12:41:14.603Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f7f23b44-62aa-4f5e-acc2-adf92c57524c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-28T12:41:14.603Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T12:41:14.603Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:15.020Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T12:41:15.021Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f7f23b44-62aa-4f5e-acc2-adf92c57524c 12
2022-02-28T12:41:15.021Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:15.022Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:15.022Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:41:15.022Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:15.024Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:15.024Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052075021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:41:15.126Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:15.127Z||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.
2022-02-28T12:41:15.127Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:15.140Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:15.141Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:16.025Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4fbd44eb-8d35-48db-aa15-5b43c1872ff6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-28T12:41:16.027Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T12:41:16.028Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:16.197Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T12:41:16.198Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4fbd44eb-8d35-48db-aa15-5b43c1872ff6 2688
2022-02-28T12:41:16.198Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:16.198Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:16.199Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:41:16.200Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:16.202Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:16.202Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052076198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:41:16.302Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:16.303Z||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.
2022-02-28T12:41:16.303Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:16.314Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:16.314Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:41:17.204Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 96bd384e-1936-4a7f-8704-4a721a8b8cf0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-28T12:41:17.204Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T12:41:17.205Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:17.335Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T12:41:17.336Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 96bd384e-1936-4a7f-8704-4a721a8b8cf0 828
2022-02-28T12:41:17.336Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:17.337Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:17.337Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:41:17.337Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:17.339Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:17.339Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052077336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:41:17.439Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T12:41:17.441Z||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.
2022-02-28T12:41:17.441Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:17.455Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:17.457Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:18.340Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8fe2e320-f88c-4aae-9deb-b7fe8f6acbb2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "46093e2c-e230-4cd4-88e0-3d8c4b1fe4fa",
    "vfModuleModelCustomizationUUID": "c94eb324-d028-4788-a9ee-fae83bce8b56",
    "isBase": true,
    "artifacts": [
      "4fbd44eb-8d35-48db-aa15-5b43c1872ff6",
      "bcc28c03-1cb3-48e0-97ea-8429d69264c8",
      "fb91c105-da5e-451d-83f7-4a508d1a3dba"
    ],
    "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": ""
    }
  }
]
2022-02-28T12:41:18.345Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:46093e2c-e230-4cd4-88e0-3d8c4b1fe4fa
VfModuleModelInvariantUUID:8fe2e320-f88c-4aae-9deb-b7fe8f6acbb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
4fbd44eb-8d35-48db-aa15-5b43c1872ff6
,
bcc28c03-1cb3-48e0-97ea-8429d69264c8
,
fb91c105-da5e-451d-83f7-4a508d1a3dba

}
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


}

2022-02-28T12:41:18.347Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8fe2e320-f88c-4aae-9deb-b7fe8f6acbb2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "46093e2c-e230-4cd4-88e0-3d8c4b1fe4fa",
    "vfModuleModelCustomizationUUID": "c94eb324-d028-4788-a9ee-fae83bce8b56",
    "isBase": true,
    "artifacts": [
      "4fbd44eb-8d35-48db-aa15-5b43c1872ff6",
      "bcc28c03-1cb3-48e0-97ea-8429d69264c8",
      "fb91c105-da5e-451d-83f7-4a508d1a3dba"
    ],
    "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": ""
    }
  }
]
2022-02-28T12:41:18.348Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:46093e2c-e230-4cd4-88e0-3d8c4b1fe4fa
VfModuleModelInvariantUUID:8fe2e320-f88c-4aae-9deb-b7fe8f6acbb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
4fbd44eb-8d35-48db-aa15-5b43c1872ff6
,
bcc28c03-1cb3-48e0-97ea-8429d69264c8
,
fb91c105-da5e-451d-83f7-4a508d1a3dba

}
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


}

2022-02-28T12:41:18.348Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bcc28c03-1cb3-48e0-97ea-8429d69264c8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-28T12:41:18.348Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T12:41:18.348Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-28T12:41:18.520Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T12:41:18.521Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bcc28c03-1cb3-48e0-97ea-8429d69264c8 1164
2022-02-28T12:41:18.521Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:18.521Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:18.522Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:41:18.522Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:18.524Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:18.524Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052078521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:41:18.624Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:18.625Z||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.
2022-02-28T12:41:18.625Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:18.638Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:18.638Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:19.525Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fb91c105-da5e-451d-83f7-4a508d1a3dba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-28T12:41:19.525Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-28T12:41:19.525Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-28T12:41:19.576Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-28T12:41:19.576Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fb91c105-da5e-451d-83f7-4a508d1a3dba 200
2022-02-28T12:41:19.577Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:19.577Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:19.577Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:41:19.577Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:19.579Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:19.579Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052079577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:41:19.679Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:19.680Z||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.
2022-02-28T12:41:19.680Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:19.692Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:19.693Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:41:19.967Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:41:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T12:41:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:20.002Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:20.003Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.003Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646051938210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.004Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.004Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.004Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "clamp",
  "timestamp": 1646051945676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.004Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.005Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.005Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051942729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.005Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.005Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.005Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646051938210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.005Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.005Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.005Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "clamp",
  "timestamp": 1646051945676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.005Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.005Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.005Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051942729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-28T12:41:20.005Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.006Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.006Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646051938210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.006Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.006Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.006Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "clamp",
  "timestamp": 1646051945676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.006Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.006Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.006Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051942729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-28T12:41:20.006Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.006Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646051938210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "clamp",
  "timestamp": 1646051945676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:41:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051942729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:41:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646051938210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.007Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.008Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.008Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "clamp",
  "timestamp": 1646051945676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.008Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.008Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.008Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051942729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:41:20.008Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.008Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.008Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "aai-ml",
  "timestamp": 1646051950983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.008Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.008Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.008Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "cds",
  "timestamp": 1646051951340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.008Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.009Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.009Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646051938210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.009Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.009Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.009Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "clamp",
  "timestamp": 1646051945676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.009Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.009Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.009Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051942729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.009Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.009Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.009Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "aai-ml",
  "timestamp": 1646051950983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.010Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.010Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.010Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "cds",
  "timestamp": 1646051951340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.010Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.010Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.010Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646051938210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.010Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.010Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.010Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "clamp",
  "timestamp": 1646051945676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.010Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.010Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.010Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051942729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-28T12:41:20.011Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.011Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.011Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "aai-ml",
  "timestamp": 1646051950983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.011Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.011Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.011Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "cds",
  "timestamp": 1646051951340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.011Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.011Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.011Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646051938210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.011Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.012Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.012Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "clamp",
  "timestamp": 1646051945676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.012Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.012Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.012Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051942729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.012Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.012Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.013Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "aai-ml",
  "timestamp": 1646051950983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.013Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.013Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.013Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "cds",
  "timestamp": 1646051951340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.013Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.013Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.013Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646051938210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.014Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.014Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.014Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "clamp",
  "timestamp": 1646051945676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:41:20.014Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.014Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.014Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051942729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:41:20.015Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.015Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.015Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "aai-ml",
  "timestamp": 1646051950983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.015Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.015Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.015Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "policy-id",
  "timestamp": 1646051955059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.015Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.015Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.015Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "cds",
  "timestamp": 1646051951340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.016Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.016Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.016Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "aai-ml",
  "timestamp": 1646051950983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.016Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.016Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.016Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "policy-id",
  "timestamp": 1646051955059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.016Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.016Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.016Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "cds",
  "timestamp": 1646051951340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.016Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.017Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.017Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051957123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:41:20.017Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:41:20.017Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.017Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "aai-ml",
  "timestamp": 1646051950983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.017Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.017Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.017Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "policy-id",
  "timestamp": 1646051955059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.017Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.017Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.017Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "cds",
  "timestamp": 1646051951340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.018Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.018Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.018Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051958229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:41:20.018Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:41:20.018Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.018Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "aai-ml",
  "timestamp": 1646051950983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.018Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.018Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.018Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "policy-id",
  "timestamp": 1646051955059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.018Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.018Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.018Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "cds",
  "timestamp": 1646051951340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:41:20.019Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.019Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.019Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051959282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:41:20.019Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:41:20.019Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.019Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "aai-ml",
  "timestamp": 1646051950983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:41:20.019Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.019Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:41:20.019Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "policy-id",
  "timestamp": 1646051955059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:41:20.019Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:41:20.580Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 56bfa1da-c664-4e0c-a9a9-030272cba795
2022-02-28T12:41:20.581Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7ca1d561-207e-4649-98ba-3ee5173637a0 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=?
2022-02-28T12:41:20.598Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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=?
2022-02-28T12:41:20.604Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@689db7ec, org.onap.sdc.toscaparser.api.parameters.Input@79d58033, org.onap.sdc.toscaparser.api.parameters.Input@44f11d2a, org.onap.sdc.toscaparser.api.parameters.Input@680b9c57, org.onap.sdc.toscaparser.api.parameters.Input@6d2c746d]
2022-02-28T12:41:20.606Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.606Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:20.606Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-02-28T12:41:20.606Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 82c05685-af7d-4869-b9e5-e6972d58b9f5
2022-02-28T12:41:20.606Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 82c05685-af7d-4869-b9e5-e6972d58b9f5 matches Tosca VF Customization UUID: 82c05685-af7d-4869-b9e5-e6972d58b9f5
2022-02-28T12:41:20.607Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 82c05685-af7d-4869-b9e5-e6972d58b9f5  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=?
2022-02-28T12:41:20.609Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.609Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:20.609Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 82c05685-af7d-4869-b9e5-e6972d58b9f5: {\"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\"}
2022-02-28T12:41:20.609Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40a4347d
2022-02-28T12:41:20.610Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.610Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:41:20.610Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c94eb324-d028-4788-a9ee-fae83bce8b56
2022-02-28T12:41:20.610Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c94eb324-d028-4788-a9ee-fae83bce8b56
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=?
2022-02-28T12:41:20.612Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.613Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-28T12:41:20.613Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:41:20.613Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.614Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-28T12:41:20.614Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:41:20.614Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.614Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-28T12:41:20.614Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-28T12:41:20.614Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a8cadf35-512a-4522-9f66-ca0d298d2a77
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=?
2022-02-28T12:41:20.617Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.617Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-28T12:41:20.617Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:41:20.617Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.617Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-28T12:41:20.618Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=82c05685-af7d-4869-b9e5-e6972d58b9f5
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=?
2022-02-28T12:41:20.619Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.619Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:20.620Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 56bfa1da-c664-4e0c-a9a9-030272cba795: basic_cnf
2022-02-28T12:41:20.620Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.620Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:20.620Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.620Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:20.620Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.621Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:20.621Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.621Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:20.621Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:41:20.621Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:41:20.622Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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 (?, ?, ?, ?, ?)
2022-02-28T12:41:20.681Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7ca1d561-207e-4649-98ba-3ee5173637a0 1 ASDC deployResourceStructure
2022-02-28T12:41:20.682Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:20.682Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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)
2022-02-28T12:41:20.682Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-28T12:41:20.682Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:20.684Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:20.684Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052080681,
  "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"
}
2022-02-28T12:41:20.784Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:20.785Z||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.
2022-02-28T12:41:20.785Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:20.797Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:20.797Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:21.685Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:21.685Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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)
2022-02-28T12:41:21.685Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-28T12:41:21.686Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:21.688Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:21.688Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052081684,
  "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"
}
2022-02-28T12:41:21.788Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:21.789Z||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.
2022-02-28T12:41:21.789Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:21.804Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:21.804Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2022-02-28T12:41:22.689Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:22.689Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:22.690Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:41:22.690Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:22.692Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:22.692Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052082689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T12:41:22.792Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:22.793Z||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.
2022-02-28T12:41:22.793Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:22.806Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:22.807Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:23.700Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:23.701Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:23.702Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:41:23.703Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:23.706Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:23.707Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052083700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T12:41:23.807Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:23.808Z||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.
2022-02-28T12:41:23.809Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:23.823Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:23.823Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:24.710Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:24.711Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||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
2022-02-28T12:41:24.711Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:41:24.712Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:24.715Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:24.715Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052084709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-28T12:41:24.816Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:41:24.818Z||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.
2022-02-28T12:41:24.818Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:24.830Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:24.831Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:25.719Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-28T12:41:25.720Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-28T12:41:25.721Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:41:25.721Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:41:25.726Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:41:25.726Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052085719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:41:25.828Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:41:25.830Z||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.
2022-02-28T12:41:25.830Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:41:25.843Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:41:25.843Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:41:26.727Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64544eea-b58b-4541-a9b8-3d6b2991032a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:41:26.746Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64544eea-b58b-4541-a9b8-3d6b2991032a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:41:26.749Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:41:26.749Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:41:26.749Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:41:56.749Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64544eea-b58b-4541-a9b8-3d6b2991032a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:41:56.758Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64544eea-b58b-4541-a9b8-3d6b2991032a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:41:56.760Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:41:56.760Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:41:56.760Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:42:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:42:19.968Z||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.
2022-02-28T12:42:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:42:19.995Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:42:19.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:19.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "cds",
  "timestamp": 1646051951340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:42:19.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:19.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:19.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051960419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:42:19.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:42:19.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:19.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "aai-ml",
  "timestamp": 1646051960743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:42:19.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:42:19.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:19.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "policy-id",
  "timestamp": 1646051955059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:42:19.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:19.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:19.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "cds",
  "timestamp": 1646051961097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:42:20.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:42:20.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051961472,
  "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=?
2022-02-28T12:42:20.007Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64544eea-b58b-4541-a9b8-3d6b2991032a
2022-02-28T12:42:20.007Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64544eea-b58b-4541-a9b8-3d6b2991032a 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 (?, ?, ?, ?, ?)
2022-02-28T12:42:20.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "policy-id",
  "timestamp": 1646051955059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:42:20.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:20.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "cds",
  "timestamp": 1646051962107,
  "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=?
2022-02-28T12:42:20.020Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64544eea-b58b-4541-a9b8-3d6b2991032a
2022-02-28T12:42:20.020Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64544eea-b58b-4541-a9b8-3d6b2991032a 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 (?, ?, ?, ?, ?)
2022-02-28T12:42:20.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646051962475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T12:42:20.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:42:20.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "policy-id",
  "timestamp": 1646051955059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:42:20.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:20.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "policy-id",
  "timestamp": 1646051955059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:42:20.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:20.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "clamp",
  "timestamp": 1646051964305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:42:20.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:42:20.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "policy-id",
  "timestamp": 1646051965466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:42:20.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:42:20.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051965441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:42:20.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:20.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "clamp",
  "timestamp": 1646051966314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:42:20.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:42:20.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "policy-id",
  "timestamp": 1646051966471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:42:20.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:42:20.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051965441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:42:20.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:20.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "clamp",
  "timestamp": 1646051967317,
  "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=?
2022-02-28T12:42:20.034Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 64544eea-b58b-4541-a9b8-3d6b2991032a
2022-02-28T12:42:20.034Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64544eea-b58b-4541-a9b8-3d6b2991032a 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 (?, ?, ?, ?, ?)
2022-02-28T12:42:20.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "policy-id",
  "timestamp": 1646051967484,
  "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=?
2022-02-28T12:42:20.045Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64544eea-b58b-4541-a9b8-3d6b2991032a
2022-02-28T12:42:20.046Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64544eea-b58b-4541-a9b8-3d6b2991032a 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=?
2022-02-28T12:42:20.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051965441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:42:20.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:20.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "aai-ml",
  "timestamp": 1646051968421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:42:20.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:42:20.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051965441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:42:20.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:20.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "aai-ml",
  "timestamp": 1646051969427,
  "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=?
2022-02-28T12:42:20.056Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64544eea-b58b-4541-a9b8-3d6b2991032a
2022-02-28T12:42:20.056Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64544eea-b58b-4541-a9b8-3d6b2991032a 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 (?, ?, ?, ?, ?)
2022-02-28T12:42:20.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051965441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:42:20.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:20.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051965441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:42:20.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:20.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051965441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:42:20.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:20.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051965441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:42:20.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:20.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051965441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:42:20.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:42:20.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051975543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:42:20.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:42:20.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051977718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:42:20.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:42:20.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:42:20.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646051978722,
  "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=?
2022-02-28T12:42:20.070Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64544eea-b58b-4541-a9b8-3d6b2991032a
2022-02-28T12:42:20.070Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64544eea-b58b-4541-a9b8-3d6b2991032a 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 (?, ?, ?, ?, ?)
2022-02-28T12:42:26.760Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64544eea-b58b-4541-a9b8-3d6b2991032a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:42:26.771Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64544eea-b58b-4541-a9b8-3d6b2991032a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:42:26.774Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:42:26.774Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T12:42:26.774Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T12:42:26.775Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T12:42:26.775Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:42:26.775Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:42:26.776Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:42:26.776Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:42:26.776Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:42:26.777Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:42:26.777Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:42:26.783Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T12:42:56.783Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 64544eea-b58b-4541-a9b8-3d6b2991032a 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=?
2022-02-28T12:42:56.792Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64544eea-b58b-4541-a9b8-3d6b2991032a and serviceModelVersionId: 56bfa1da-c664-4e0c-a9a9-030272cba795
2022-02-28T12:42:56.793Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24074972-c420-4e68-834b-e4efa5d9fe2b
2022-02-28T12:42:56.794Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24074972-c420-4e68-834b-e4efa5d9fe2b/model-vers/model-ver/56bfa1da-c664-4e0c-a9a9-030272cba795?depth=0
2022-02-28T12:42:56.802Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T12:42:56.865Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24074972-c420-4e68-834b-e4efa5d9fe2b/model-vers/model-ver/56bfa1da-c664-4e0c-a9a9-030272cba795?depth=0|INFO|500||Invoke
2022-02-28T12:42:56.866Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24074972-c420-4e68-834b-e4efa5d9fe2b/model-vers/model-ver/56bfa1da-c664-4e0c-a9a9-030272cba795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24074972-c420-4e68-834b-e4efa5d9fe2b/model-vers/model-ver/56bfa1da-c664-4e0c-a9a9-030272cba795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[64544eea-b58b-4541-a9b8-3d6b2991032a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc5d26af-2b69-4faa-88dd-5b239a7f8291], X-ECOMP-RequestID=[64544eea-b58b-4541-a9b8-3d6b2991032a], X-TransactionId=[], X-ONAP-RequestID=[64544eea-b58b-4541-a9b8-3d6b2991032a], Content-Type=[application/merge-patch+json]}
2022-02-28T12:42:56.889Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24074972-c420-4e68-834b-e4efa5d9fe2b/model-vers/model-ver/56bfa1da-c664-4e0c-a9a9-030272cba795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T12:42:57.223Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24074972-c420-4e68-834b-e4efa5d9fe2b/model-vers/model-ver/56bfa1da-c664-4e0c-a9a9-030272cba795?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/24074972-c420-4e68-834b-e4efa5d9fe2b/model-vers/model-ver/56bfa1da-c664-4e0c-a9a9-030272cba795?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220228-12:42:56:903-3873], vertex-id=[401568], Content-Length=[0], Date=[Mon, 28 Feb 2022 12:42:56 GMT], Content-Type=[application/json]}
2022-02-28T12:42:57.224Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24074972-c420-4e68-834b-e4efa5d9fe2b/model-vers/model-ver/56bfa1da-c664-4e0c-a9a9-030272cba795?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-28T12:42:57.225Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24074972-c420-4e68-834b-e4efa5d9fe2b/model-vers/model-ver/56bfa1da-c664-4e0c-a9a9-030272cba795?depth=0|INFO|500||InvokeReturn
2022-02-28T12:42:57.225Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T12:42:57.226Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T12:42:57.230Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-28T12:42:57.231Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64544eea-b58b-4541-a9b8-3d6b2991032a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T12:42:57.231Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T12:42:57.231Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:42:57.234Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:42:57.234Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052177231,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:42:57.334Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:42:57.335Z||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.
2022-02-28T12:42:57.335Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:42:57.355Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:42:57.356Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-28T12:42:58.248Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:42:58.248Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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.
2022-02-28T12:42:58.248Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:43:07.789Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:43:07.790Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:43:07.790Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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.
2022-02-28T12:43:07.791Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:43:17.329Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:43:17.330Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:43:17.330Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T12:43:17.330Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:43:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:43:19.968Z||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.
2022-02-28T12:43:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:43:19.993Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:43:19.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89d628ca-f0c7-4f2f-9824-0843b58c3c4c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052056542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:43:19.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:43:19.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:43:19.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:43:19.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-28T12:43:19.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:43:19.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-28T12:43:19.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:43:19.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-28T12:43:19.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:43:19.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:43:19.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:43:19.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:43:19.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:43:19.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-28T12:43:19.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:43:19.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:43:19.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:43:19.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052057555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:43:19.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:43:19.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052072273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:43:19.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:43:19.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052075021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:43:19.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:43:19.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052076198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:43:19.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:43:19.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052077336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:43:19.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:43:19.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052078521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:43:19.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:43:19.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-28T12:43:19.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052079577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:43:19.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:43:26.886Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:43:26.887Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:43:26.887Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T12:43:26.888Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:43:36.428Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:43:36.429Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:43:36.429Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T12:43:36.429Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:43:45.962Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:44:19.958Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:44:19.962Z||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.
2022-02-28T12:44:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:44:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:44:19.968Z||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.
2022-02-28T12:44:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:44:19.993Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:44:19.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-28T12:44:19.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052080681,
  "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"
}
2022-02-28T12:44:19.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:44:19.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-28T12:44:19.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052081684,
  "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"
}
2022-02-28T12:44:19.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:44:19.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-28T12:44:19.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052082689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-28T12:44:19.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:44:19.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-28T12:44:19.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052083700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T12:44:19.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:44:19.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-28T12:44:19.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052084709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-28T12:44:19.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:44:19.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-28T12:44:19.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052085719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:44:19.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:44:29.513Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:45:19.958Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:45:19.960Z||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.
2022-02-28T12:45:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:45:19.967Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:45:19.968Z|3725b389-e9c6-482d-bca9-756fc1cb915b|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.
2022-02-28T12:45:19.968Z|3725b389-e9c6-482d-bca9-756fc1cb915b|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:45:20.489Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:45:20.490Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T12:45:20.490Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64544eea-b58b-4541-a9b8-3d6b2991032a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052177231,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:45:20.492Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:45:29.509Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:46:19.957Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:46:19.958Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T12:46:19.958Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:46:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:46:19.968Z||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.
2022-02-28T12:46:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:46:29.507Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:46:29.506Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:47:19.958Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:47:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T12:47:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:47:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:47:19.968Z||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.
2022-02-28T12:47:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:47:29.502Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:47:29.504Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:48:19.958Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:48:19.961Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T12:48:19.962Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:48:19.975Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:48:19.975Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T12:48:19.975Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:48:29.507Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:48:29.514Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:49:19.959Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:49:19.963Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T12:49:19.963Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:49:19.967Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:49:19.968Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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.
2022-02-28T12:49:19.968Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:49:29.512Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:49:29.514Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:50:19.959Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:50:19.963Z|3725b389-e9c6-482d-bca9-756fc1cb915b|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.
2022-02-28T12:50:19.963Z|3725b389-e9c6-482d-bca9-756fc1cb915b|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:50:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:50:19.968Z||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.
2022-02-28T12:50:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:50:29.508Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:50:29.509Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:51:19.957Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:51:19.959Z|3725b389-e9c6-482d-bca9-756fc1cb915b|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.
2022-02-28T12:51:19.959Z|3725b389-e9c6-482d-bca9-756fc1cb915b|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:51:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:51:19.968Z||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.
2022-02-28T12:51:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:51:20.596Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:51:20.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:51:20.597Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.598Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"088a8f74-3ea9-4244-9106-46d276542230","serviceName":"Demo_pNF_LmerHbQkdevOg2RzNozL","serviceVersion":"1.0","serviceUUID":"3799d346-7a25-4eb6-8272-a8eeb6685d91","serviceDescription":"catalog service description","serviceInvariantUUID":"429e1226-f75b-47d0-a52a-41df5cb01896","resources":[{"resourceInstanceName":"pNF 201d19ef-6c42 0","resourceName":"pNF 201d19ef-6c42","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fbca3dcd-36b9-4436-80ea-daa6c7095600","resourceInvariantUUID":"dead32d6-4aaf-46f5-bc00-57f39fc92cd6","resourceCustomizationUUID":"337aedc3-eb5d-4f90-a834-bebb0dc97db7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vf-license-model.xml","artifactChecksum":"ZmE0ODJjMWI3Y2MzNzExZjRiZTAwNWVjNTYxMjM5ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50d40d65-0888-46c4-a065-37e6156ffa5a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/pNF.csar","artifactChecksum":"ZGIxMTdlMDRmZTFjMzUxNTNjOTE3OTUwNzA4ZWZkZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c4fae61-3fb0-4118-89ab-75bb6815ac8b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0fd0686d-2dc7-40cf-99e4-120b2166dd9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vendor-license-model.xml","artifactChecksum":"OTcyMzcyZGZjOWI1Y2QzZDEzYzk5ZmIwOGQyOTY1NGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4a16606b-1c1c-4dbe-b225-95f73261edba","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f902d459-4e39-4088-bd2f-aca21f1a655b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31d1d6b0-9a15-4b58-b180-2b8e5de01c87","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLmerhbqkdevog2rznozl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-template.yml","artifactChecksum":"M2M3ZjhiNTQ3N2FhNjYyYzBhMWYwZWZmM2Q2MDM3NDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"08714572-10c1-4326-b1e1-1b76d7ff8e24","artifactVersion":"1"},{"artifactName":"service-DemoPnfLmerhbqkdevog2rznozl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar","artifactChecksum":"OGNiOWE5ZWEzODU4NjQ0OWM0MTI1ZjU4ODEyODMwMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd87ef20-2363-4f5b-9f4b-ad384a5995b5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T12:51:20.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "cds",
  "timestamp": 1646052626340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "policy-id",
  "timestamp": 1646052635057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.603Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:51:20.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "clamp",
  "timestamp": 1646052635676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "cds",
  "timestamp": 1646052626340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "policy-id",
  "timestamp": 1646052635057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "clamp",
  "timestamp": 1646052635676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "cds",
  "timestamp": 1646052626340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "policy-id",
  "timestamp": 1646052635057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "clamp",
  "timestamp": 1646052635676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646052638210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "cds",
  "timestamp": 1646052626340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "policy-id",
  "timestamp": 1646052635057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "clamp",
  "timestamp": 1646052635676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646052638210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.604Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:51:20.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "cds",
  "timestamp": 1646052626340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "policy-id",
  "timestamp": 1646052635057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "clamp",
  "timestamp": 1646052635676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646052638210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "cds",
  "timestamp": 1646052626340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "policy-id",
  "timestamp": 1646052635057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "clamp",
  "timestamp": 1646052635676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "aai-ml",
  "timestamp": 1646052640983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646052638210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "cds",
  "timestamp": 1646052626340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "policy-id",
  "timestamp": 1646052635057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "clamp",
  "timestamp": 1646052635676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "aai-ml",
  "timestamp": 1646052640983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646052638210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "cds",
  "timestamp": 1646052626340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:51:20.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "policy-id",
  "timestamp": 1646052635057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:51:20.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "clamp",
  "timestamp": 1646052635676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:51:20.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646052642730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "aai-ml",
  "timestamp": 1646052640983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646052638210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-28T12:51:20.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646052642730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "aai-ml",
  "timestamp": 1646052640983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "policy-id",
  "timestamp": 1646052644741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:51:20.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:51:20.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646052638210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "cds",
  "timestamp": 1646052645258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:51:20.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:51:20.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646052642730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "aai-ml",
  "timestamp": 1646052640983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "policy-id",
  "timestamp": 1646052645765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:51:20.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:51:20.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646052638210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "cds",
  "timestamp": 1646052646266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-02-28T12:51:20.620Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:51:20.621Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2022-02-28T12:51:20.636Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 088a8f74-3ea9-4244-9106-46d276542230
2022-02-28T12:51:20.637Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 088a8f74-3ea9-4244-9106-46d276542230 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 (?, ?, ?, ?, ?)
2022-02-28T12:51:20.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646052642730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "aai-ml",
  "timestamp": 1646052640983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "policy-id",
  "timestamp": 1646052646776,
  "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=?
2022-02-28T12:51:20.649Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 088a8f74-3ea9-4244-9106-46d276542230
2022-02-28T12:51:20.649Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 088a8f74-3ea9-4244-9106-46d276542230 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 (?, ?, ?, ?, ?)
2022-02-28T12:51:20.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646052646991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:51:20.657Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:51:20.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646052642730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "aai-ml",
  "timestamp": 1646052640983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646052648143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-28T12:51:20.658Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:51:20.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646052642730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "aai-ml",
  "timestamp": 1646052640983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:51:20.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646052649146,
  "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=?
2022-02-28T12:51:20.664Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 088a8f74-3ea9-4244-9106-46d276542230
2022-02-28T12:51:20.664Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 088a8f74-3ea9-4244-9106-46d276542230 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 (?, ?, ?, ?, ?)
2022-02-28T12:51:20.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646052642730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "aai-ml",
  "timestamp": 1646052649890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:51:20.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:51:20.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646052642730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:51:20.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "clamp",
  "timestamp": 1646052654390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:51:20.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:51:20.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "aai-ml",
  "timestamp": 1646052655832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:51:20.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:51:20.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646052655439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "clamp",
  "timestamp": 1646052656398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:51:20.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:51:20.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "aai-ml",
  "timestamp": 1646052656836,
  "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=?
2022-02-28T12:51:20.680Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 088a8f74-3ea9-4244-9106-46d276542230
2022-02-28T12:51:20.681Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 088a8f74-3ea9-4244-9106-46d276542230 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 (?, ?, ?, ?, ?)
2022-02-28T12:51:20.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646052655439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "clamp",
  "timestamp": 1646052657402,
  "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=?
2022-02-28T12:51:20.691Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 088a8f74-3ea9-4244-9106-46d276542230
2022-02-28T12:51:20.691Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 088a8f74-3ea9-4244-9106-46d276542230 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 (?, ?, ?, ?, ?)
2022-02-28T12:51:20.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646052655439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646052655439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646052655439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646052655439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646052655439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:20.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646052655439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:51:20.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:51:20.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646052664735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:51:20.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:51:20.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646052666560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:51:20.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:51:20.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:51:20.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646052667565,
  "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=?
2022-02-28T12:51:20.712Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 088a8f74-3ea9-4244-9106-46d276542230
2022-02-28T12:51:20.712Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 088a8f74-3ea9-4244-9106-46d276542230 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 (?, ?, ?, ?, ?)
2022-02-28T12:51:20.719Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-28T12:51:20.720Z||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.
2022-02-28T12:51:20.720Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:51:20.733Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:51:20.734Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:51:21.621Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:51:21.622Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:51:21.624Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:51:21.624Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:21.724Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:51:21.725Z||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.
2022-02-28T12:51:21.725Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:51:21.737Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:51:21.738Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:51:22.625Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:51:22.625Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:51:22.628Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:51:22.628Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:22.728Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:51:22.729Z||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.
2022-02-28T12:51:22.729Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:51:22.742Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:51:22.743Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:51:23.628Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:51:23.630Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:51:23.632Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:51:23.632Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:23.732Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:51:23.733Z||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.
2022-02-28T12:51:23.733Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:51:23.747Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:51:23.748Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:51:24.635Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:51:24.636Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:51:24.638Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:51:24.639Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:24.739Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:51:24.740Z||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.
2022-02-28T12:51:24.740Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:51:24.755Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:51:24.761Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:51:25.640Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:51:25.644Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:51:25.648Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:51:25.648Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:25.748Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:51:25.752Z||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.
2022-02-28T12:51:25.752Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:51:25.766Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:51:25.767Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:51:26.650Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:51:26.651Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:51:26.654Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:51:26.655Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:51:26.756Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:51:26.759Z||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.
2022-02-28T12:51:26.759Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:51:26.806Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:51:26.807Z||pool-84-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:51:27.655Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:51:27.656Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:51:27.659Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:51:27.660Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:51:27.760Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:51:27.761Z||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.
2022-02-28T12:51:27.761Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:51:27.778Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:51:27.778Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:51:28.662Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "serviceName": "Demo_pNF_LmerHbQkdevOg2RzNozL",
  "serviceVersion": "1.0",
  "serviceUUID": "3799d346-7a25-4eb6-8272-a8eeb6685d91",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "429e1226-f75b-47d0-a52a-41df5cb01896",
  "resources": [
    {
      "resourceInstanceName": "pNF 201d19ef-6c42 0",
      "resourceCustomizationUUID": "337aedc3-eb5d-4f90-a834-bebb0dc97db7",
      "resourceName": "pNF 201d19ef-6c42",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fbca3dcd-36b9-4436-80ea-daa6c7095600",
      "resourceInvariantUUID": "dead32d6-4aaf-46f5-bc00-57f39fc92cd6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
      "artifactChecksum": "OGNiOWE5ZWEzODU4NjQ0OWM0MTI1ZjU4ODEyODMwMWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd87ef20-2363-4f5b-9f4b-ad384a5995b5"
    }
  ],
  "workloadContext": "Production"
}
2022-02-28T12:51:28.663Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T12:51:28.664Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3799d346-7a25-4eb6-8272-a8eeb6685d91 ASDC
2022-02-28T12:51:28.665Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:088a8f74-3ea9-4244-9106-46d276542230
ServiceName:Demo_pNF_LmerHbQkdevOg2RzNozL
ServiceVersion:1.0
ServiceUUID:3799d346-7a25-4eb6-8272-a8eeb6685d91
ServiceInvariantUUID:429e1226-f75b-47d0-a52a-41df5cb01896
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLmerhbqkdevog2rznozl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar
ArtifactUUID:bd87ef20-2363-4f5b-9f4b-ad384a5995b5
ArtifactChecksum:OGNiOWE5ZWEzODU4NjQ0OWM0MTI1ZjU4ODEyODMwMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 201d19ef-6c42 0
ResourceCustomizationUUID:337aedc3-eb5d-4f90-a834-bebb0dc97db7
ResourceInvariantUUID:dead32d6-4aaf-46f5-bc00-57f39fc92cd6
ResourceName:pNF 201d19ef-6c42
ResourceType:PNF
ResourceUUID:fbca3dcd-36b9-4436-80ea-daa6c7095600
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-28T12:51:28.665Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3799d346-7a25-4eb6-8272-a8eeb6685d91 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=?
2022-02-28T12:51:28.698Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:51:28.699Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:51:28.700Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:51:28.700Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bd87ef20-2363-4f5b-9f4b-ad384a5995b5 from URL: /sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:28.700Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:51:28.700Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:28.784Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:51:28.789Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar bd87ef20-2363-4f5b-9f4b-ad384a5995b5 82630
2022-02-28T12:51:28.789Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar ASDC sendASDCNotification
2022-02-28T12:51:28.790Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:28.790Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:51:28.790Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:51:28.795Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:51:28.795Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052688789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:51:28.893Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-28T12:51:28.894Z||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.
2022-02-28T12:51:28.894Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:51:28.906Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:51:28.907Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:51:29.796Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:51:29.797Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:51:29.797Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bd87ef20-2363-4f5b-9f4b-ad384a5995b5, URL: /sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar to file: /app/ASDC/1/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:29.798Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:29.799Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:29.799Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:30.012Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1407111764043930583/Definitions/service-DemoPnfLmerhbqkdevog2rznozl-template.yml
2022-02-28T12:51:30.798Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T12:51:30.799Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-28T12:51:30.799Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:30.800Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-28T12:51:30.800Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 201d19ef-6c42 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-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:30.800Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||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-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:30.800Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:30.800Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||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-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:30.801Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||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-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:30.801Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||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-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:30.801Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||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-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:30.801Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-28T12:51:30.801Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:51:30.802Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LmerHbQkdevOg2RzNozL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:51:30.802Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Node template pNF 201d19ef-6c42 0 is matching search criteria
2022-02-28T12:51:30.802Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-28T12:51:30.802Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 201d19ef-6c42 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:51:30.803Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:51:30.803Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LmerHbQkdevOg2RzNozL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:51:30.803Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Node template pNF 201d19ef-6c42 0 is matching search criteria
2022-02-28T12:51:30.803Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-28T12:51:30.804Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 201d19ef-6c42 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:51:30.804Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:51:30.804Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LmerHbQkdevOg2RzNozL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:51:30.804Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:51:30.804Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LmerHbQkdevOg2RzNozL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:51:30.804Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:51:30.805Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LmerHbQkdevOg2RzNozL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:51:30.805Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:51:30.805Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LmerHbQkdevOg2RzNozL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:51:30.805Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:51:30.805Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LmerHbQkdevOg2RzNozL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:51:30.805Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_LmerHbQkdevOg2RzNozL
Description:catalog service description
Model UUID:3799d346-7a25-4eb6-8272-a8eeb6685d91
Model Version:NULL
Model InvariantUuid:429e1226-f75b-47d0-a52a-41df5cb01896
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=?
2022-02-28T12:51:30.811Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: fbca3dcd-36b9-4436-80ea-daa6c7095600
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=?
2022-02-28T12:51:30.817Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||pNF 201d19ef-6c42 0
2022-02-28T12:51:30.818Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fbca3dcd-36b9-4436-80ea-daa6c7095600
2022-02-28T12:51:30.818Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 3799d346-7a25-4eb6-8272-a8eeb6685d91
2022-02-28T12:51:30.818Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3799d346-7a25-4eb6-8272-a8eeb6685d91
2022-02-28T12:51:30.819Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 201d19ef-6c42 0 fbca3dcd-36b9-4436-80ea-daa6c7095600 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=?
2022-02-28T12:51:30.823Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32979a72, org.onap.sdc.toscaparser.api.parameters.Input@7e230158, org.onap.sdc.toscaparser.api.parameters.Input@1d327040, org.onap.sdc.toscaparser.api.parameters.Input@5b167d64, org.onap.sdc.toscaparser.api.parameters.Input@55dc287e]
2022-02-28T12:51:30.823Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:51:30.824Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LmerHbQkdevOg2RzNozL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:51:30.824Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3799d346-7a25-4eb6-8272-a8eeb6685d91: pNF 201d19ef-6c42
2022-02-28T12:51:30.824Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||Processing PNF resource: fbca3dcd-36b9-4436-80ea-daa6c7095600
2022-02-28T12:51:30.824Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-28T12:51:30.824Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LmerHbQkdevOg2RzNozL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:51:30.825Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||Resource customization UUID: 337aedc3-eb5d-4f90-a834-bebb0dc97db7 is the same as notified resource customizationUUID: 337aedc3-eb5d-4f90-a834-bebb0dc97db7
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 (?, ?)
2022-02-28T12:51:30.863Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 201d19ef-6c42 fbca3dcd-36b9-4436-80ea-daa6c7095600 0 ASDC deployResourceStructure
2022-02-28T12:51:30.863Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar ASDC sendASDCNotification
2022-02-28T12:51:30.863Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar
2022-02-28T12:51:30.864Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:51:30.864Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:51:30.866Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:51:30.866Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052690863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:51:30.967Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:51:30.968Z||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.
2022-02-28T12:51:30.968Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:51:30.979Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:51:30.980Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:51:31.872Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 088a8f74-3ea9-4244-9106-46d276542230
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-02-28T12:51:31.881Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 088a8f74-3ea9-4244-9106-46d276542230
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:51:31.884Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:51:31.884Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T12:51:31.884Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T12:51:31.884Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T12:51:31.884Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:51:31.885Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:51:31.885Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:51:31.885Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:51:31.885Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:51:31.885Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:51:31.885Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-28T12:51:31.885Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||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=?
2022-02-28T12:51:31.890Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T12:52:01.891Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 088a8f74-3ea9-4244-9106-46d276542230 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=?
2022-02-28T12:52:01.896Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 088a8f74-3ea9-4244-9106-46d276542230 and serviceModelVersionId: 3799d346-7a25-4eb6-8272-a8eeb6685d91
2022-02-28T12:52:01.896Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 429e1226-f75b-47d0-a52a-41df5cb01896
2022-02-28T12:52:01.897Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/429e1226-f75b-47d0-a52a-41df5cb01896/model-vers/model-ver/3799d346-7a25-4eb6-8272-a8eeb6685d91?depth=0
2022-02-28T12:52:01.903Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T12:52:01.949Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/429e1226-f75b-47d0-a52a-41df5cb01896/model-vers/model-ver/3799d346-7a25-4eb6-8272-a8eeb6685d91?depth=0|INFO|500||Invoke
2022-02-28T12:52:01.950Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/429e1226-f75b-47d0-a52a-41df5cb01896/model-vers/model-ver/3799d346-7a25-4eb6-8272-a8eeb6685d91?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/429e1226-f75b-47d0-a52a-41df5cb01896/model-vers/model-ver/3799d346-7a25-4eb6-8272-a8eeb6685d91?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[088a8f74-3ea9-4244-9106-46d276542230], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[988a1b0d-d994-4d8b-b0dd-0deffde7321d], X-ECOMP-RequestID=[088a8f74-3ea9-4244-9106-46d276542230], X-TransactionId=[], X-ONAP-RequestID=[088a8f74-3ea9-4244-9106-46d276542230], Content-Type=[application/merge-patch+json]}
2022-02-28T12:52:01.969Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/429e1226-f75b-47d0-a52a-41df5cb01896/model-vers/model-ver/3799d346-7a25-4eb6-8272-a8eeb6685d91?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-28T12:52:02.124Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/429e1226-f75b-47d0-a52a-41df5cb01896/model-vers/model-ver/3799d346-7a25-4eb6-8272-a8eeb6685d91?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/429e1226-f75b-47d0-a52a-41df5cb01896/model-vers/model-ver/3799d346-7a25-4eb6-8272-a8eeb6685d91?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220228-12:52:01:987-93778], vertex-id=[221424], Content-Length=[0], Date=[Mon, 28 Feb 2022 12:52:01 GMT], Content-Type=[application/json]}
2022-02-28T12:52:02.124Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/429e1226-f75b-47d0-a52a-41df5cb01896/model-vers/model-ver/3799d346-7a25-4eb6-8272-a8eeb6685d91?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-28T12:52:02.125Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/429e1226-f75b-47d0-a52a-41df5cb01896/model-vers/model-ver/3799d346-7a25-4eb6-8272-a8eeb6685d91?depth=0|INFO|500||InvokeReturn
2022-02-28T12:52:02.126Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T12:52:02.126Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||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=?
2022-02-28T12:52:02.130Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||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)
2022-02-28T12:52:02.130Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 088a8f74-3ea9-4244-9106-46d276542230 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T12:52:02.130Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T12:52:02.131Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:52:02.132Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:52:02.133Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052722130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:52:02.233Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:52:02.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.
2022-02-28T12:52:02.234Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:52:02.248Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:52:02.249Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-28T12:52:19.957Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:52:19.959Z|088a8f74-3ea9-4244-9106-46d276542230|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.
2022-02-28T12:52:19.959Z|088a8f74-3ea9-4244-9106-46d276542230|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:52:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:52:19.968Z||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.
2022-02-28T12:52:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:52:20.091Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:52:20.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:52:20.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:52:20.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:52:29.502Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:53:19.958Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:53:19.962Z|088a8f74-3ea9-4244-9106-46d276542230|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.
2022-02-28T12:53:19.962Z|088a8f74-3ea9-4244-9106-46d276542230|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:53:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:53:19.968Z||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.
2022-02-28T12:53:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:53:20.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:53:20.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:53:20.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:53:20.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:53:20.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:53:20.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:53:20.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:53:20.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:53:20.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:53:20.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:53:20.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:53:20.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:53:20.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:53:20.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:53:20.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/resourceInstances/pnf201d19ef6c420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:53:20.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:53:20.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:53:20.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-28T12:53:20.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:53:20.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:53:20.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052679957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "NOTIFIED"
}
2022-02-28T12:53:20.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-28T12:53:20.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:53:20.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052688789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-28T12:53:20.501Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:53:20.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:53:20.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052690863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLmerhbqkdevog2rznozl/1.0/artifacts/service-DemoPnfLmerhbqkdevog2rznozl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-28T12:53:20.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:53:20.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:53:20.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "088a8f74-3ea9-4244-9106-46d276542230",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646052722130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:53:20.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:53:29.510Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:54:19.958Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:54:19.962Z|088a8f74-3ea9-4244-9106-46d276542230|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.
2022-02-28T12:54:19.963Z|088a8f74-3ea9-4244-9106-46d276542230|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:54:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:54:19.968Z||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.
2022-02-28T12:54:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:54:29.506Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:54:29.506Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:55:19.960Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:55:19.965Z|088a8f74-3ea9-4244-9106-46d276542230|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.
2022-02-28T12:55:19.965Z|088a8f74-3ea9-4244-9106-46d276542230|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:55:19.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:55:19.968Z||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.
2022-02-28T12:55:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:55:29.516Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:55:29.516Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:56:19.958Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:56:19.961Z|088a8f74-3ea9-4244-9106-46d276542230|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.
2022-02-28T12:56:19.961Z|088a8f74-3ea9-4244-9106-46d276542230|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:56:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:56:19.969Z||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.
2022-02-28T12:56:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:56:29.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:56:29.517Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:57:19.958Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:57:19.960Z|088a8f74-3ea9-4244-9106-46d276542230|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.
2022-02-28T12:57:19.961Z|088a8f74-3ea9-4244-9106-46d276542230|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:57:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:57:19.968Z||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.
2022-02-28T12:57:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:57:29.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:57:29.504Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:58:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:58:19.962Z||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.
2022-02-28T12:58:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:58:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:58:19.968Z||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.
2022-02-28T12:58:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:58:29.510Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:58:29.512Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:59:19.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:59:19.963Z||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.
2022-02-28T12:59:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:59:19.967Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:59:19.968Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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.
2022-02-28T12:59:19.968Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:59:29.507Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T12:59:29.512Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:00:19.957Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:00:19.960Z||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.
2022-02-28T13:00:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:00:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:00:19.968Z||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.
2022-02-28T13:00:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:00:29.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:00:29.501Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:01:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:01:19.961Z||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.
2022-02-28T13:01:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:01:19.967Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:01:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T13:01:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:01:29.507Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:01:29.509Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:02:19.957Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:02:19.960Z||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.
2022-02-28T13:02:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:02:19.967Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:02:19.968Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:02:19.968Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:02:29.505Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:02:29.507Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:03:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:03:19.960Z||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.
2022-02-28T13:03:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:03:19.968Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:03:19.969Z||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.
2022-02-28T13:03:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:03:29.509Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:03:29.509Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:04:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:04:19.962Z||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.
2022-02-28T13:04:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:04:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:04:19.968Z||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.
2022-02-28T13:04:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:04:29.508Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:04:29.523Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:05:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:05:19.959Z||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.
2022-02-28T13:05:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:05:19.967Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:05:19.968Z|088a8f74-3ea9-4244-9106-46d276542230|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.
2022-02-28T13:05:19.968Z|088a8f74-3ea9-4244-9106-46d276542230|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:05:29.506Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:05:29.506Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:06:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:06:19.960Z||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.
2022-02-28T13:06:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:06:19.967Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:06:19.968Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:06:19.968Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:06:29.504Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:06:29.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:07:19.957Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:07:19.959Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:07:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:07:19.968Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:07:19.968Z||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.
2022-02-28T13:07:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:07:29.500Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:07:29.505Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:08:19.958Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:08:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:08:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:08:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:08:19.968Z||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.
2022-02-28T13:08:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:08:29.503Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:08:29.508Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:09:19.959Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:09:19.963Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:09:19.963Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:09:19.967Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:09:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T13:09:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:09:29.512Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:09:29.516Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:10:19.957Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:10:19.958Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:10:19.958Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:10:19.967Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:10:19.968Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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.
2022-02-28T13:10:19.968Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:10:29.503Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:10:29.507Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:11:19.958Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:11:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:11:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:11:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:11:19.968Z||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.
2022-02-28T13:11:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:11:29.504Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:11:29.504Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:12:19.958Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:12:19.959Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:12:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:12:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:12:19.967Z||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.
2022-02-28T13:12:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:12:29.497Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:12:29.503Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:13:19.959Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:13:19.962Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:13:19.962Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:13:19.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:13:19.968Z||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.
2022-02-28T13:13:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:13:29.514Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:13:29.514Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:14:19.958Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:14:19.962Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T13:14:19.962Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:14:19.968Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:14:19.970Z||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.
2022-02-28T13:14:19.970Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:14:29.519Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:14:29.519Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:15:19.957Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:15:19.959Z||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.
2022-02-28T13:15:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:15:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:15:19.968Z||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.
2022-02-28T13:15:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:15:29.506Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:15:29.510Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:16:19.957Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:16:19.959Z||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.
2022-02-28T13:16:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:16:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:16:19.968Z||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.
2022-02-28T13:16:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:16:29.505Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:16:29.507Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:17:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:17:19.965Z||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.
2022-02-28T13:17:19.966Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:17:19.967Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:17:19.968Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:17:19.968Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:17:29.512Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:17:29.512Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:18:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:18:19.961Z||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.
2022-02-28T13:18:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:18:19.967Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:18:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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.
2022-02-28T13:18:19.968Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:18:29.506Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:18:29.506Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:19:18.251Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-28T13:19:19.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:19:19.961Z||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.
2022-02-28T13:19:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:19:19.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:19:19.968Z||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.
2022-02-28T13:19:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:19:29.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:19:29.514Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:20:19.957Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:20:19.958Z||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.
2022-02-28T13:20:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:20:19.967Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:20:19.968Z|088a8f74-3ea9-4244-9106-46d276542230|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.
2022-02-28T13:20:19.968Z|088a8f74-3ea9-4244-9106-46d276542230|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:20:29.501Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:20:29.507Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:21:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:21:19.959Z||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.
2022-02-28T13:21:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:21:19.967Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:21:19.967Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:21:19.968Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:21:29.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:21:29.510Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:22:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:22:19.960Z||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.
2022-02-28T13:22:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:22:19.968Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:22:19.968Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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.
2022-02-28T13:22:19.968Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:22:29.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:22:29.505Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:23:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:23:19.962Z||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.
2022-02-28T13:23:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:23:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:23:19.968Z||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.
2022-02-28T13:23:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:23:29.507Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:23:29.512Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:24:19.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:24:19.965Z||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.
2022-02-28T13:24:19.965Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:24:19.968Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:24:19.968Z||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.
2022-02-28T13:24:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:24:29.512Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:24:29.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:25:19.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:25:19.964Z||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.
2022-02-28T13:25:19.965Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:25:19.967Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:25:19.967Z|088a8f74-3ea9-4244-9106-46d276542230|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.
2022-02-28T13:25:19.968Z|088a8f74-3ea9-4244-9106-46d276542230|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:25:29.515Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:25:29.519Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:26:19.957Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:26:19.959Z||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.
2022-02-28T13:26:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:26:19.967Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:26:19.967Z|088a8f74-3ea9-4244-9106-46d276542230|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.
2022-02-28T13:26:19.967Z|088a8f74-3ea9-4244-9106-46d276542230|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:26:29.504Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:26:29.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:27:19.957Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:27:19.959Z||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.
2022-02-28T13:27:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:27:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:27:19.967Z||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.
2022-02-28T13:27:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:27:29.523Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:27:29.523Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:28:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:28:19.959Z||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.
2022-02-28T13:28:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:28:19.968Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:28:19.968Z||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.
2022-02-28T13:28:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:28:29.509Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:28:29.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:29:19.957Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:29:19.959Z||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.
2022-02-28T13:29:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:29:19.967Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:29:19.968Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:29:19.968Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:29:29.501Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:29:29.501Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:30:19.958Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:30:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:30:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:30:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:30:19.968Z||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.
2022-02-28T13:30:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:30:29.504Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:30:29.504Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:31:19.958Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:31:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:31:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:31:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:31:19.968Z||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.
2022-02-28T13:31:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:31:29.504Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:31:29.504Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:32:19.957Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:32:19.959Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:32:19.959Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:32:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:32:19.968Z||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.
2022-02-28T13:32:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:32:29.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:32:29.510Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:33:19.957Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:33:19.959Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:33:19.959Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:33:19.967Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:33:19.968Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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.
2022-02-28T13:33:19.968Z|64544eea-b58b-4541-a9b8-3d6b2991032a|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:33:29.509Z|64544eea-b58b-4541-a9b8-3d6b2991032a|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:33:29.552Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:34:19.958Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:34:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:34:19.960Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:34:19.967Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:34:19.968Z|088a8f74-3ea9-4244-9106-46d276542230|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.
2022-02-28T13:34:19.968Z|088a8f74-3ea9-4244-9106-46d276542230|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:34:29.507Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:34:29.510Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:35:19.959Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:35:19.962Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:35:19.962Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:35:19.967Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:35:19.968Z|088a8f74-3ea9-4244-9106-46d276542230|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.
2022-02-28T13:35:19.968Z|088a8f74-3ea9-4244-9106-46d276542230|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:35:29.507Z|088a8f74-3ea9-4244-9106-46d276542230|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:35:29.507Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:36:19.957Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:36:19.958Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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.
2022-02-28T13:36:19.959Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:36:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T13:36:19.968Z||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.
2022-02-28T13:36:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T13:36:29.503Z|89d628ca-f0c7-4f2f-9824-0843b58c3c4c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-28T13:36:29.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK