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-04-28T16:02:25.513Z||main|||||INFO|500||The following profiles are active: basic
2022-04-28T16:02:35.126Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-28T16:02:35.126Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-28T16:02:35.209Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-28T16:02:37.491Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-28T16:02:37.693Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-28T16:02:38.051Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-28T16:02:38.060Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-28T16:02:38.143Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-28T16:02:38.329Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-28T16:02:38.680Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-28T16:02:39.539Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-28T16:02:41.338Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-28T16:02:41.380Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-28T16:02:41.889Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-28T16:02:42.189Z||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-04-28T16:02:43.243Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-28T16:02:44.186Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-28T16:02:44.202Z||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$$60939c6.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-04-28T16:02:44.203Z||main|||||WARN|500||The sdc end point is not alive
2022-04-28T16:02:46.759Z||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-04-28T16:02:49.487Z||main|||||WARN|500||---
2022-04-28T16:02:49.488Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-28T16:02:49.488Z||main|||||WARN|500||---
2022-04-28T16:02:49.899Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-28T16:02:54.102Z||main|||||INFO|500||Started Application in 33.064 seconds (JVM running for 34.269)
2022-04-28T16:02:54.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T16:02:54.120Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T16:02:54.129Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T16:02:54.202Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T16:02:54.239Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d73794ff-5206-4714-8b85-3dabb160f496 url= /sdc/v1/artifactTypes
2022-04-28T16:02:54.239Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T16:02:54.486Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-28T16:02:54.507Z||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-04-28T16:02:54.529Z||scheduling-1|||||DEBUG|500||create keys
2022-04-28T16:02:54.537Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-28T16:02:55.139Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:02:55.157Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5db10f08-0b49-4f18-964b-c10bf8bad10b url= /sdc/v1/registerForDistribution
2022-04-28T16:02:55.336Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5db10f08-0b49-4f18-964b-c10bf8bad10b url= /sdc/v1/registerForDistribution
2022-04-28T16:02:55.336Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-28T16:02:55.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:02:55.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:02:55.387Z||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-04-28T16:02:55.388Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:02:55.388Z||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-04-28T16:02:55.388Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:02:55.392Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-28T16:03:06.033Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:03:06.279Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:03:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:03:55.348Z||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-04-28T16:03:55.349Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:03:55.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:03:55.385Z||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-04-28T16:03:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:04:04.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:04:04.915Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:04:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:04:55.345Z||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-04-28T16:04:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:04:55.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:04:55.385Z||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-04-28T16:04:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:05:04.885Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:05:04.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:05:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:05:55.345Z||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-04-28T16:05:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:05:55.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:05:55.384Z||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-04-28T16:05:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:06:04.885Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:06:04.916Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:06:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:06:55.345Z||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-04-28T16:06:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:06:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:06:55.384Z||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-04-28T16:06:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:07:04.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:07:04.919Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:07:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:07:55.345Z||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-04-28T16:07:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:07:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:07:55.384Z||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-04-28T16:07:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:08:04.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:08:04.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:08:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:08:55.345Z||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-04-28T16:08:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:08:55.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:08:55.385Z||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-04-28T16:08:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:09:04.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:09:04.917Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:09:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:09:55.345Z||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-04-28T16:09:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:09:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:09:55.384Z||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-04-28T16:09:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:10:04.885Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:10:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:10:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:10:55.346Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T16:10:55.347Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:10:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:10:55.385Z||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-04-28T16:10:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:11:04.883Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:11:04.917Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:11:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:11:55.345Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T16:11:55.345Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:11:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:11:55.385Z||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-04-28T16:11:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:12:04.886Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:12:04.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:12:36.585Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-28T16:12:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:12:55.345Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T16:12:55.345Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:12:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:12:55.384Z||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-04-28T16:12:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:13:04.882Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:13:04.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:13:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:13:55.345Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T16:13:55.345Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:13:55.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:13:55.385Z||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-04-28T16:13:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:14:04.881Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:14:04.917Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:14:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:14:55.345Z||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-04-28T16:14:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:14:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:14:55.384Z||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-04-28T16:14:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:15:04.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:15:04.919Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:15:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:15:55.345Z||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-04-28T16:15:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:15:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:15:55.384Z||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-04-28T16:15:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:16:04.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:16:04.918Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:16:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:16:55.345Z||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-04-28T16:16:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:16:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:16:55.384Z||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-04-28T16:16:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:17:04.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:17:04.924Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:17:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:17:55.344Z||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-04-28T16:17:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:17:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:17:55.384Z||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-04-28T16:17:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:18:04.878Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:18:04.914Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:18:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:18:55.345Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T16:18:55.345Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:18:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:18:55.385Z||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-04-28T16:18:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:19:04.882Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:19:04.915Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:19:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:19:55.345Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T16:19:55.345Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:19:55.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:19:55.385Z||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-04-28T16:19:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:20:04.876Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:20:04.916Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:20:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:20:55.345Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T16:20:55.345Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:20:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:20:55.384Z||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-04-28T16:20:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:21:04.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:21:04.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:21:55.345Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:21:55.345Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T16:21:55.345Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:21:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:21:55.384Z||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-04-28T16:21:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:22:04.876Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:22:04.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:22:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:22:55.345Z||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-04-28T16:22:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:22:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:22:55.384Z||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-04-28T16:22:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:23:04.880Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:23:04.911Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:23:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:23:55.345Z||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-04-28T16:23:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:23:55.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:23:55.384Z||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-04-28T16:23:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:24:04.886Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:24:04.921Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:24:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:24:55.346Z||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-04-28T16:24:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:24:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:24:55.384Z||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-04-28T16:24:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:25:04.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:25:04.917Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:25:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:25:55.345Z||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-04-28T16:25:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:25:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:25:55.384Z||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-04-28T16:25:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:26:04.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:26:04.916Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:26:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:26:55.345Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T16:26:55.345Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:26:55.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:26:55.384Z||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-04-28T16:26:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:27:04.877Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:27:04.930Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:27:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:27:55.345Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T16:27:55.345Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:27:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:27:55.384Z||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-04-28T16:27:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:28:04.881Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:28:04.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:28:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:28:55.345Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T16:28:55.345Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:28:55.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:28:55.384Z||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-04-28T16:28:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:29:04.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:29:04.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:29:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:29:55.345Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T16:29:55.345Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:29:55.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:29:55.384Z||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-04-28T16:29:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:30:04.879Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:30:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:30:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:30:55.344Z||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-04-28T16:30:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:30:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:30:55.384Z||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-04-28T16:30:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:31:04.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:31:04.911Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:31:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:31:55.345Z||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-04-28T16:31:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:31:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:31:55.384Z||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-04-28T16:31:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:32:04.880Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:32:04.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:32:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:32:55.345Z||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-04-28T16:32:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:32:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:32:55.385Z||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-04-28T16:32:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:33:04.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:33:04.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:33:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:33:55.345Z||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-04-28T16:33:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:33:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:33:55.384Z||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-04-28T16:33:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:34:04.877Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:34:04.912Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:34:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:34:55.345Z||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-04-28T16:34:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:34:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:34:55.384Z||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-04-28T16:34:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:35:04.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:35:04.912Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:35:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:35:55.344Z||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-04-28T16:35:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:35:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:35:55.384Z||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-04-28T16:35:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:36:04.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:36:04.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:36:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:36:55.345Z||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-04-28T16:36:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:36:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:36:55.384Z||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-04-28T16:36:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:37:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:37:04.910Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:37:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:37:55.345Z||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-04-28T16:37:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:37:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:37:55.384Z||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-04-28T16:37:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:38:04.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:38:04.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:38:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:38:55.345Z||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-04-28T16:38:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:38:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:38:55.384Z||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-04-28T16:38:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:39:04.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:39:04.918Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:39:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:39:55.345Z||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-04-28T16:39:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:39:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:39:55.384Z||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-04-28T16:39:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:40:04.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:40:04.912Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:40:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:40:55.344Z||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-04-28T16:40:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:40:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:40:55.384Z||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-04-28T16:40:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:41:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:41:04.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:41:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:41:55.344Z||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-04-28T16:41:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:41:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:41:55.384Z||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-04-28T16:41:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:42:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:42:04.916Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:42:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:42:55.344Z||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-04-28T16:42:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:42:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:42:55.384Z||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-04-28T16:42:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:43:04.880Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:43:04.916Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:43:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:43:55.345Z||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-04-28T16:43:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:43:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:43:55.384Z||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-04-28T16:43:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:44:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:44:04.912Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:44:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:44:55.344Z||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-04-28T16:44:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:44:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:44:55.384Z||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-04-28T16:44:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:45:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:45:04.914Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:45:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:45:55.345Z||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-04-28T16:45:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:45:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:45:55.384Z||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-04-28T16:45:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:46:04.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:46:04.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:46:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:46:55.344Z||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-04-28T16:46:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:46:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:46:55.384Z||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-04-28T16:46:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:47:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:47:04.916Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:47:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:47:55.345Z||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-04-28T16:47:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:47:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:47:55.384Z||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-04-28T16:47:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:48:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:48:04.910Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:48:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:48:55.344Z||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-04-28T16:48:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:48:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:48:55.384Z||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-04-28T16:48:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:49:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:49:04.914Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:49:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:49:55.345Z||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-04-28T16:49:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:49:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:49:55.384Z||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-04-28T16:49:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:50:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:50:04.914Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:50:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:50:55.344Z||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-04-28T16:50:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:50:55.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:50:55.384Z||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-04-28T16:50:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:51:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:51:04.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:51:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:51:55.345Z||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-04-28T16:51:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:51:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:51:55.384Z||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-04-28T16:51:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:52:04.882Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:52:04.917Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:52:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:52:55.345Z||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-04-28T16:52:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:52:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:52:55.384Z||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-04-28T16:52:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:53:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:53:04.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:53:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:53:55.345Z||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-04-28T16:53:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:53:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:53:55.384Z||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-04-28T16:53:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:54:04.883Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:54:04.915Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:54:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:54:55.345Z||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-04-28T16:54:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:54:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:54:55.384Z||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-04-28T16:54:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:55:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:55:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:55:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:55:55.345Z||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-04-28T16:55:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:55:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:55:55.384Z||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-04-28T16:55:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:56:04.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:56:04.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:56:55.345Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:56:55.346Z||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-04-28T16:56:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:56:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:56:55.384Z||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-04-28T16:56:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:57:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:57:04.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:57:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:57:55.345Z||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-04-28T16:57:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:57:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:57:55.384Z||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-04-28T16:57:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:58:04.882Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:58:04.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:58:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:58:55.345Z||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-04-28T16:58:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:58:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:58:55.384Z||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-04-28T16:58:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:59:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:59:04.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T16:59:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:59:55.345Z||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-04-28T16:59:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:59:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:59:55.384Z||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-04-28T16:59:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:00:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:00:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:00:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:00:55.347Z||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-04-28T17:00:55.347Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:00:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:00:55.384Z||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-04-28T17:00:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:01:04.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:01:04.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:01:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:01:55.345Z||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-04-28T17:01:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:01:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:01:55.384Z||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-04-28T17:01:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:02:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:02:04.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:02:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:02:55.344Z||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-04-28T17:02:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:02:55.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:02:55.384Z||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-04-28T17:02:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:03:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:03:04.914Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:03:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:03:55.345Z||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-04-28T17:03:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:03:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:03:55.384Z||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-04-28T17:03:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:04:04.881Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:04:04.915Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:04:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:04:55.344Z||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-04-28T17:04:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:04:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:04:55.384Z||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-04-28T17:04:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:05:04.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:05:04.911Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:05:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:05:55.345Z||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-04-28T17:05:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:05:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:05:55.384Z||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-04-28T17:05:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:06:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:06:04.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:06:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:06:55.345Z||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-04-28T17:06:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:06:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:06:55.384Z||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-04-28T17:06:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:07:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:07:04.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:07:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:07:55.345Z||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-04-28T17:07:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:07:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:07:55.384Z||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-04-28T17:07:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:08:04.882Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:08:04.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:08:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:08:55.344Z||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-04-28T17:08:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:08:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:08:55.384Z||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-04-28T17:08:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:09:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:09:04.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:09:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:09:55.344Z||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-04-28T17:09:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:09:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:09:55.384Z||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-04-28T17:09:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:10:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:10:04.915Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:10:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:10:55.344Z||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-04-28T17:10:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:10:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:10:55.384Z||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-04-28T17:10:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:11:04.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:11:04.913Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:11:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:11:55.344Z||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-04-28T17:11:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:11:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:11:55.384Z||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-04-28T17:11:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:12:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:12:04.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:12:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:12:55.345Z||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-04-28T17:12:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:12:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:12:55.384Z||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-04-28T17:12:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:13:04.882Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:13:04.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:13:55.345Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:13:55.345Z||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-04-28T17:13:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:13:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:13:55.384Z||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-04-28T17:13:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:14:04.882Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:14:04.910Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:14:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:14:55.345Z||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-04-28T17:14:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:14:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:14:55.384Z||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-04-28T17:14:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:15:04.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:15:04.915Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:15:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:15:55.344Z||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-04-28T17:15:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:15:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:15:55.384Z||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-04-28T17:15:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:16:04.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:16:04.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:16:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:16:55.344Z||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-04-28T17:16:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:16:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:16:55.384Z||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-04-28T17:16:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:17:04.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:17:04.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:17:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:17:55.345Z||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-04-28T17:17:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:17:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:17:55.384Z||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-04-28T17:17:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:18:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:18:04.916Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:18:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:18:55.345Z||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-04-28T17:18:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:18:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:18:55.384Z||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-04-28T17:18:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:19:04.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:19:04.914Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:19:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:19:55.345Z||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-04-28T17:19:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:19:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:19:55.384Z||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-04-28T17:19:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:20:04.880Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:20:04.917Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:20:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:20:55.345Z||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-04-28T17:20:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:20:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:20:55.384Z||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-04-28T17:20:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:21:04.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:21:04.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:21:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:21:55.344Z||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-04-28T17:21:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:21:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:21:55.384Z||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-04-28T17:21:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:22:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:22:04.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:22:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:22:55.344Z||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-04-28T17:22:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:22:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:22:55.384Z||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-04-28T17:22:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:23:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:23:04.914Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:23:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:23:55.345Z||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-04-28T17:23:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:23:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:23:55.384Z||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-04-28T17:23:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:24:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:24:04.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:24:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:24:55.344Z||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-04-28T17:24:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:24:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:24:55.384Z||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-04-28T17:24:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:25:04.873Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:25:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:25:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:25:55.344Z||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-04-28T17:25:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:25:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:25:55.384Z||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-04-28T17:25:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:26:04.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:26:04.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:26:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:26:55.345Z||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-04-28T17:26:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:26:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:26:55.384Z||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-04-28T17:26:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:27:04.289Z||http-nio-8085-exec-6|||||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 [0x160x030x010x020x000x010x000x010xfc0x030x03_F0x9b0xc3D0xba0xe30xfe0xf70x910xee0x1e0xd80xf8_J>+q0x9emNV0x930xf40x110xf50x9e0x16C0xb10x18]. 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-04-28T17:27:04.875Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:27:04.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:27:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:27:55.345Z||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-04-28T17:27:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:27:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:27:55.384Z||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-04-28T17:27:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:28:04.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:28:04.910Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:28:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:28:55.344Z||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-04-28T17:28:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:28:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:28:55.384Z||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-04-28T17:28:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:29:04.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:29:04.914Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:29:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:29:55.344Z||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-04-28T17:29:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:29:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:29:55.384Z||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-04-28T17:29:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:30:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:30:04.912Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:30:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:30:55.344Z||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-04-28T17:30:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:30:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:30:55.384Z||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-04-28T17:30:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:31:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:31:04.911Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:31:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:31:55.345Z||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-04-28T17:31:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:31:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:31:55.384Z||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-04-28T17:31:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:32:04.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:32:04.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:32:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:32:55.344Z||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-04-28T17:32:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:32:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:32:55.384Z||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-04-28T17:32:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:33:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:33:04.912Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:33:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:33:55.344Z||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-04-28T17:33:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:33:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:33:55.384Z||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-04-28T17:33:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:34:04.875Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:34:04.912Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:34:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:34:55.344Z||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-04-28T17:34:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:34:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:34:55.384Z||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-04-28T17:34:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:35:04.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:35:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:35:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:35:55.344Z||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-04-28T17:35:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:35:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:35:55.384Z||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-04-28T17:35:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:36:04.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:36:04.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:36:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:36:55.344Z||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-04-28T17:36:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:36:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:36:55.384Z||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-04-28T17:36:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:37:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:37:04.917Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:37:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:37:55.344Z||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-04-28T17:37:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:37:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:37:55.384Z||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-04-28T17:37:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:38:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:38:04.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:38:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:38:55.344Z||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-04-28T17:38:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:38:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:38:55.384Z||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-04-28T17:38:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:39:04.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:39:04.912Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:39:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:39:55.346Z||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-04-28T17:39:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:39:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:39:55.384Z||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-04-28T17:39:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:40:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:40:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:40:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:40:55.345Z||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-04-28T17:40:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:40:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:40:55.384Z||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-04-28T17:40:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:41:04.881Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:41:04.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:41:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:41:55.344Z||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-04-28T17:41:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:41:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:41:55.384Z||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-04-28T17:41:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:42:04.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:42:04.910Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:42:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:42:55.345Z||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-04-28T17:42:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:42:55.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:42:55.384Z||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-04-28T17:42:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:43:04.882Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:43:04.912Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:43:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:43:55.344Z||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-04-28T17:43:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:43:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:43:55.384Z||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-04-28T17:43:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:44:04.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:44:04.912Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:44:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:44:55.346Z||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-04-28T17:44:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:44:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:44:55.384Z||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-04-28T17:44:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:45:04.880Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:45:04.911Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:45:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:45:55.344Z||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-04-28T17:45:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:45:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:45:55.384Z||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-04-28T17:45:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:46:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:46:04.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:46:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:46:55.345Z||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-04-28T17:46:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:46:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:46:55.384Z||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-04-28T17:46:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:47:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:47:04.916Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:47:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:47:55.344Z||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-04-28T17:47:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:47:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:47:55.384Z||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-04-28T17:47:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:48:04.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:48:04.909Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:48:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:48:55.345Z||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-04-28T17:48:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:48:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:48:55.384Z||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-04-28T17:48:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:49:04.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:49:04.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:49:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:49:55.344Z||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-04-28T17:49:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:49:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:49:55.384Z||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-04-28T17:49:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:50:04.875Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:50:04.912Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:50:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:50:55.345Z||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-04-28T17:50:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:50:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:50:55.384Z||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-04-28T17:50:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:51:04.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:51:04.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:51:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:51:55.344Z||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-04-28T17:51:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:51:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:51:55.384Z||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-04-28T17:51:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:52:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:52:04.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:52:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:52:55.344Z||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-04-28T17:52:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:52:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:52:55.384Z||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-04-28T17:52:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:53:04.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:53:04.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:53:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:53:55.345Z||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-04-28T17:53:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:53:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:53:55.384Z||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-04-28T17:53:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:54:04.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:54:04.909Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:54:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:54:55.345Z||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-04-28T17:54:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:54:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:54:55.384Z||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-04-28T17:54:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:55:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:55:04.911Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:55:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:55:55.344Z||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-04-28T17:55:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:55:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:55:55.384Z||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-04-28T17:55:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:56:04.873Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:56:04.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:56:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:56:55.344Z||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-04-28T17:56:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:56:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:56:55.384Z||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-04-28T17:56:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:57:04.874Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:57:04.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:57:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:57:55.344Z||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-04-28T17:57:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:57:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:57:55.384Z||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-04-28T17:57:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:58:04.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:58:04.918Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:58:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:58:55.344Z||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-04-28T17:58:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:58:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:58:55.384Z||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-04-28T17:58:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:59:04.882Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:59:04.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T17:59:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:59:55.345Z||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-04-28T17:59:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:59:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:59:55.384Z||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-04-28T17:59:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:00:04.874Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:00:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:00:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:00:55.344Z||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-04-28T18:00:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:00:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:00:55.384Z||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-04-28T18:00:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:01:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:01:04.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:01:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:01:55.344Z||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-04-28T18:01:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:01:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:01:55.384Z||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-04-28T18:01:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:02:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:02:04.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:02:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:02:55.344Z||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-04-28T18:02:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:02:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:02:55.384Z||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-04-28T18:02:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:03:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:03:04.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:03:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:03:55.344Z||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-04-28T18:03:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:03:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:03:55.384Z||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-04-28T18:03:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:04:04.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:04:04.915Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:04:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:04:55.344Z||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-04-28T18:04:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:04:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:04:55.384Z||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-04-28T18:04:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:05:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:05:04.910Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:05:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:05:55.344Z||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-04-28T18:05:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:05:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:05:55.384Z||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-04-28T18:05:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:06:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:06:04.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:06:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:06:55.344Z||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-04-28T18:06:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:06:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:06:55.384Z||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-04-28T18:06:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:07:04.873Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:07:04.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:07:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:07:55.345Z||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-04-28T18:07:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:07:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:07:55.384Z||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-04-28T18:07:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:08:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:08:04.911Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:08:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:08:55.345Z||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-04-28T18:08:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:08:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:08:55.384Z||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-04-28T18:08:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:09:04.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:09:04.916Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:09:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:09:55.345Z||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-04-28T18:09:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:09:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:09:55.384Z||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-04-28T18:09:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:10:04.881Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:10:04.912Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:10:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:10:55.345Z||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-04-28T18:10:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:10:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:10:55.384Z||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-04-28T18:10:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:11:04.880Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:11:04.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:11:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:11:55.345Z||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-04-28T18:11:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:11:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:11:55.384Z||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-04-28T18:11:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:12:04.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:12:04.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:12:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:12:55.345Z||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-04-28T18:12:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:12:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:12:55.384Z||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-04-28T18:12:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:13:04.880Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:13:04.911Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:13:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:13:55.344Z||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-04-28T18:13:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:13:55.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:13:55.384Z||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-04-28T18:13:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:14:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:14:04.915Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:14:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:14:55.344Z||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-04-28T18:14:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:14:55.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:14:55.384Z||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-04-28T18:14:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:15:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:15:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:15:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:15:55.344Z||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-04-28T18:15:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:15:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:15:55.384Z||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-04-28T18:15:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:16:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:16:04.911Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:16:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:16:55.344Z||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-04-28T18:16:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:16:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:16:55.384Z||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-04-28T18:16:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:17:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:17:04.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:17:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:17:55.344Z||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-04-28T18:17:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:17:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:17:55.384Z||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-04-28T18:17:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:18:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:18:04.911Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:18:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:18:55.344Z||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-04-28T18:18:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:18:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:18:55.384Z||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-04-28T18:18:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:19:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:19:04.914Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:19:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:19:55.344Z||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-04-28T18:19:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:19:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:19:55.384Z||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-04-28T18:19:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:20:04.873Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:20:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:20:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:20:55.344Z||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-04-28T18:20:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:20:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:20:55.384Z||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-04-28T18:20:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:21:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:21:04.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:21:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:21:55.344Z||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-04-28T18:21:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:21:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:21:55.384Z||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-04-28T18:21:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:22:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:22:04.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:22:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:22:55.344Z||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-04-28T18:22:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:22:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:22:55.384Z||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-04-28T18:22:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:23:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:23:04.910Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:23:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:23:55.345Z||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-04-28T18:23:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:23:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:23:55.384Z||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-04-28T18:23:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:24:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:24:04.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:24:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:24:55.344Z||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-04-28T18:24:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:24:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:24:55.384Z||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-04-28T18:24:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:25:04.872Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:25:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:25:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:25:55.344Z||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-04-28T18:25:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:25:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:25:55.384Z||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-04-28T18:25:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:26:04.873Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:26:04.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:26:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:26:55.344Z||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-04-28T18:26:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:26:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:26:55.384Z||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-04-28T18:26:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:27:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:27:04.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:27:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:27:55.345Z||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-04-28T18:27:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:27:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:27:55.384Z||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-04-28T18:27:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:28:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:28:04.912Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:28:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:28:55.344Z||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-04-28T18:28:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:28:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:28:55.384Z||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-04-28T18:28:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:29:04.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:29:04.914Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:29:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:29:55.344Z||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-04-28T18:29:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:29:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:29:55.384Z||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-04-28T18:29:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:30:04.872Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:30:04.912Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:30:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:30:55.344Z||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-04-28T18:30:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:30:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:30:55.384Z||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-04-28T18:30:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:31:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:31:04.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:31:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:31:55.344Z||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-04-28T18:31:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:31:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:31:55.384Z||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-04-28T18:31:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:32:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:32:04.916Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:32:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:32:55.344Z||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-04-28T18:32:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:32:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:32:55.384Z||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-04-28T18:32:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:33:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:33:04.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:33:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:33:55.344Z||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-04-28T18:33:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:33:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:33:55.384Z||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-04-28T18:33:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:34:04.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:34:04.910Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:34:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:34:55.344Z||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-04-28T18:34:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:34:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:34:55.384Z||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-04-28T18:34:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:35:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:35:04.909Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:35:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:35:55.344Z||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-04-28T18:35:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:35:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:35:55.384Z||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-04-28T18:35:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:36:04.881Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:36:04.911Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:36:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:36:55.344Z||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-04-28T18:36:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:36:55.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:36:55.384Z||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-04-28T18:36:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:37:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:37:04.916Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:37:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:37:55.345Z||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-04-28T18:37:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:37:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:37:55.384Z||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-04-28T18:37:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:38:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:38:04.914Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:38:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:38:55.344Z||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-04-28T18:38:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:38:55.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:38:55.384Z||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-04-28T18:38:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:39:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:39:04.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:39:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:39:55.345Z||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-04-28T18:39:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:39:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:39:55.384Z||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-04-28T18:39:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:40:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:40:04.912Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:40:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:40:55.345Z||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-04-28T18:40:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:40:55.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:40:55.384Z||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-04-28T18:40:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:41:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:41:04.916Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:41:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:41:55.344Z||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-04-28T18:41:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:41:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:41:55.384Z||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-04-28T18:41:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:42:04.882Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:42:04.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:42:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:42:55.345Z||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-04-28T18:42:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:42:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:42:55.384Z||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-04-28T18:42:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:43:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:43:04.914Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:43:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:43:55.344Z||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-04-28T18:43:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:43:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:43:55.384Z||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-04-28T18:43:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:44:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:44:04.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:44:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:44:55.344Z||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-04-28T18:44:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:44:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:44:55.384Z||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-04-28T18:44:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:45:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:45:04.910Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:45:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:45:55.344Z||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-04-28T18:45:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:45:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:45:55.384Z||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-04-28T18:45:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:46:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:46:04.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:46:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:46:55.344Z||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-04-28T18:46:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:46:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:46:55.384Z||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-04-28T18:46:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:47:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:47:04.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:47:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:47:55.344Z||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-04-28T18:47:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:47:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:47:55.384Z||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-04-28T18:47:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:48:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:48:04.912Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:48:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:48:55.344Z||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-04-28T18:48:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:48:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:48:55.384Z||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-04-28T18:48:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:49:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:49:04.912Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:49:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:49:55.344Z||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-04-28T18:49:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:49:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:49:55.384Z||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-04-28T18:49:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:50:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:50:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:50:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:50:55.344Z||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-04-28T18:50:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:50:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:50:55.384Z||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-04-28T18:50:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:51:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:51:04.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:51:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:51:55.344Z||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-04-28T18:51:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:51:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:51:55.384Z||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-04-28T18:51:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:52:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:52:04.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:52:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:52:55.344Z||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-04-28T18:52:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:52:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:52:55.384Z||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-04-28T18:52:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:53:04.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:53:04.916Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:53:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:53:55.344Z||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-04-28T18:53:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:53:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:53:55.384Z||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-04-28T18:53:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:54:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:54:04.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:54:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:54:55.344Z||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-04-28T18:54:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:54:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:54:55.384Z||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-04-28T18:54:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:55:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:55:04.914Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:55:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:55:55.344Z||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-04-28T18:55:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:55:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:55:55.384Z||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-04-28T18:55:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:56:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:56:04.913Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:56:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:56:55.344Z||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-04-28T18:56:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:56:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:56:55.384Z||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-04-28T18:56:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:57:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:57:04.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:57:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:57:55.344Z||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-04-28T18:57:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:57:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:57:55.384Z||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-04-28T18:57:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:58:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:58:04.912Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:58:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:58:55.344Z||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-04-28T18:58:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:58:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:58:55.384Z||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-04-28T18:58:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:59:04.873Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:59:04.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T18:59:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:59:55.344Z||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-04-28T18:59:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:59:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:59:55.384Z||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-04-28T18:59:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:00:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:00:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:00:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:00:55.345Z||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-04-28T19:00:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:00:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:00:55.384Z||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-04-28T19:00:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:01:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:01:04.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:01:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:01:55.344Z||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-04-28T19:01:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:01:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:01:55.384Z||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-04-28T19:01:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:02:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:02:04.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:02:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:02:55.344Z||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-04-28T19:02:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:02:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:02:55.384Z||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-04-28T19:02:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:03:04.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:03:04.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:03:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:03:55.344Z||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-04-28T19:03:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:03:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:03:55.384Z||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-04-28T19:03:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:04:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:04:04.910Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:04:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:04:55.345Z||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-04-28T19:04:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:04:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:04:55.384Z||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-04-28T19:04:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:05:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:05:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:05:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:05:55.345Z||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-04-28T19:05:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:05:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:05:55.384Z||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-04-28T19:05:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:06:04.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:06:04.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:06:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:06:55.345Z||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-04-28T19:06:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:06:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:06:55.384Z||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-04-28T19:06:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:07:04.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:07:04.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:07:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:07:55.344Z||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-04-28T19:07:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:07:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:07:55.384Z||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-04-28T19:07:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:08:04.873Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:08:04.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:08:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:08:55.345Z||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-04-28T19:08:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:08:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:08:55.384Z||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-04-28T19:08:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:09:04.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:09:04.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:09:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:09:55.345Z||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-04-28T19:09:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:09:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:09:55.384Z||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-04-28T19:09:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:10:04.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:10:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:10:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:10:55.344Z||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-04-28T19:10:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:10:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:10:55.384Z||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-04-28T19:10:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:11:04.877Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:11:04.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:11:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:11:55.344Z||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-04-28T19:11:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:11:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:11:55.384Z||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-04-28T19:11:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:12:04.873Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:12:04.910Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:12:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:12:55.344Z||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-04-28T19:12:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:12:55.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:12:55.384Z||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-04-28T19:12:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:13:04.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:13:04.912Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:13:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:13:55.344Z||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-04-28T19:13:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:13:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:13:55.384Z||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-04-28T19:13:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:14:04.874Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:14:04.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:14:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:14:55.345Z||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-04-28T19:14:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:14:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:14:55.384Z||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-04-28T19:14:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:15:04.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:15:04.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:15:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:15:55.344Z||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-04-28T19:15:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:15:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:15:55.384Z||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-04-28T19:15:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:16:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:16:04.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:16:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:16:55.344Z||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-04-28T19:16:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:16:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:16:55.384Z||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-04-28T19:16:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:17:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:17:04.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:17:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:17:55.344Z||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-04-28T19:17:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:17:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:17:55.384Z||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-04-28T19:17:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:18:04.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:18:04.914Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:18:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:18:55.344Z||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-04-28T19:18:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:18:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:18:55.384Z||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-04-28T19:18:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:19:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:19:04.910Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:19:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:19:55.344Z||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-04-28T19:19:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:19:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:19:55.384Z||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-04-28T19:19:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:04.880Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:20:04.911Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:20:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:20:55.344Z||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-04-28T19:20:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:20:55.384Z||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-04-28T19:20:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:55.961Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:20:55.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T19:20:55.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2adae013-a9f6-4505-9424-d0e321973af3","serviceName":"vFW 2022-04-28 19-18-24","serviceVersion":"1.0","serviceUUID":"0737c00c-7fa4-4911-a7f4-55980aa14d98","serviceDescription":"catalog service description","serviceInvariantUUID":"98206123-f529-48b9-90e8-b0175ad62663","resources":[{"resourceInstanceName":"vFW 7de83e10-097f 0","resourceName":"vFW 7de83e10-097f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cdd022b6-94a2-41bf-8b09-33dc782cba18","resourceInvariantUUID":"db61381a-dafe-44fc-a792-8d17c5d6e007","resourceCustomizationUUID":"9cf01f04-5753-42e5-a00f-d6a2ce2a11d9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml","artifactChecksum":"ZDVmMTEyMjMxYzBmOGYyOGFiZDBlMGY4NzdmMGE5NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2622d18-b0b0-48c5-b1b8-6f1e6e7a3c9a","artifactVersion":"1"},{"artifactName":"vfw7de83e10097f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json","artifactChecksum":"MWM0NGY1ZWNkYTEwNTc2OWVlNzJmZDQ4ODc4Y2VjMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8d80471b-f31f-4fa1-be4b-4fdae645248c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"21af7cf2-d249-4708-949e-cd033781e32d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml","artifactChecksum":"NjI4ZWQyOTZlZmNkZWYxNDhkMzYzNWUwYjVjN2FjOWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76aa9734-efcd-44a9-979b-2660c5f34c52","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72765f87-3318-49f8-8163-091b7e6782ef","artifactVersion":"2","generatedFromUUID":"21af7cf2-d249-4708-949e-cd033781e32d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220428191824-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml","artifactChecksum":"NzhiODk3NTZlZmI1OWE2YmIzNzQ1MzJkNTZjZjM4Nzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"caa92ec3-745d-485f-aa27-dd840885061c","artifactVersion":"1"},{"artifactName":"service-Vfw20220428191824-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar","artifactChecksum":"OTA2MTJmMDY3OWYxNjU1YTYxMDcyMDM4ZWMzOTQxYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b268c180-07e9-4cf9-98af-c166924a38e6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T19:20:55.971Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:20:55.977Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:20:55.988Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:20:55.988Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.001Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:20:56.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651173645575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651173642879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "policy-id",
  "timestamp": 1651173642327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651173645575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651173642879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "policy-id",
  "timestamp": 1651173642327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651173645575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651173642879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "policy-id",
  "timestamp": 1651173642327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651173645575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651173642879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "policy-id",
  "timestamp": 1651173642327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "cds",
  "timestamp": 1651173652340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651173645575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651173642879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "policy-id",
  "timestamp": 1651173642327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "cds",
  "timestamp": 1651173652340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651173645575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651173642879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "policy-id",
  "timestamp": 1651173642327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "cds",
  "timestamp": 1651173652340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651173645575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651173642879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "policy-id",
  "timestamp": 1651173642327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:20:56.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:20:56.089Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-28T19:20:56.093Z||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-04-28T19:20:56.093Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:56.102Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:20:56.103Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:20:56.993Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:20:56.994Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:20:56.996Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:20:56.996Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:20:57.097Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:20:57.098Z||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-04-28T19:20:57.098Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:57.108Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:20:57.108Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:20:57.997Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:20:57.998Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:20:58.000Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:20:58.000Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:20:58.101Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:20:58.101Z||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-04-28T19:20:58.101Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:58.112Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:20:58.112Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:20:59.001Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:20:59.002Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:20:59.005Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:20:59.005Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:20:59.105Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:20:59.106Z||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-04-28T19:20:59.106Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:59.115Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:20:59.115Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:00.005Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:21:00.007Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:00.009Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:00.009Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T19:21:00.110Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:00.110Z||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-04-28T19:21:00.111Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:00.121Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:21:00.121Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:01.010Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:21:01.011Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:01.013Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:01.013Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:21:01.113Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:01.114Z||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-04-28T19:21:01.114Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:01.125Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:21:01.125Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:02.013Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:21:02.014Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:02.016Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:02.016Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:21:02.116Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:02.117Z||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-04-28T19:21:02.117Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:02.127Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:21:02.128Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:03.018Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "serviceName": "vFW 2022-04-28 19-18-24",
  "serviceVersion": "1.0",
  "serviceUUID": "0737c00c-7fa4-4911-a7f4-55980aa14d98",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "98206123-f529-48b9-90e8-b0175ad62663",
  "resources": [
    {
      "resourceInstanceName": "vFW 7de83e10-097f 0",
      "resourceCustomizationUUID": "9cf01f04-5753-42e5-a00f-d6a2ce2a11d9",
      "resourceName": "vFW 7de83e10-097f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cdd022b6-94a2-41bf-8b09-33dc782cba18",
      "resourceInvariantUUID": "db61381a-dafe-44fc-a792-8d17c5d6e007",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7de83e10097f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
          "artifactChecksum": "MWM0NGY1ZWNkYTEwNTc2OWVlNzJmZDQ4ODc4Y2VjMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8d80471b-f31f-4fa1-be4b-4fdae645248c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "21af7cf2-d249-4708-949e-cd033781e32d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "72765f87-3318-49f8-8163-091b7e6782ef",
            "generatedFromUUID": "21af7cf2-d249-4708-949e-cd033781e32d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "72765f87-3318-49f8-8163-091b7e6782ef",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220428191824-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
      "artifactChecksum": "OTA2MTJmMDY3OWYxNjU1YTYxMDcyMDM4ZWMzOTQxYmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b268c180-07e9-4cf9-98af-c166924a38e6"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T19:21:03.019Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T19:21:03.020Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0737c00c-7fa4-4911-a7f4-55980aa14d98 ASDC
2022-04-28T19:21:03.096Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2adae013-a9f6-4505-9424-d0e321973af3
ServiceName:vFW 2022-04-28 19-18-24
ServiceVersion:1.0
ServiceUUID:0737c00c-7fa4-4911-a7f4-55980aa14d98
ServiceInvariantUUID:98206123-f529-48b9-90e8-b0175ad62663
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220428191824-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar
ArtifactUUID:b268c180-07e9-4cf9-98af-c166924a38e6
ArtifactChecksum:OTA2MTJmMDY3OWYxNjU1YTYxMDcyMDM4ZWMzOTQxYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7de83e10-097f 0
ResourceCustomizationUUID:9cf01f04-5753-42e5-a00f-d6a2ce2a11d9
ResourceInvariantUUID:db61381a-dafe-44fc-a792-8d17c5d6e007
ResourceName:vFW 7de83e10-097f
ResourceType:VF
ResourceUUID:cdd022b6-94a2-41bf-8b09-33dc782cba18
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7de83e10097f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json
ArtifactUUID:8d80471b-f31f-4fa1-be4b-4fdae645248c
ArtifactChecksum:MWM0NGY1ZWNkYTEwNTc2OWVlNzJmZDQ4ODc4Y2VjMmE=
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/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml
ArtifactUUID:21af7cf2-d249-4708-949e-cd033781e32d
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/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env
ArtifactUUID:72765f87-3318-49f8-8163-091b7e6782ef
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/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env
ArtifactUUID:72765f87-3318-49f8-8163-091b7e6782ef
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T19:21:03.096Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0737c00c-7fa4-4911-a7f4-55980aa14d98 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-04-28T19:21:03.272Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:21:03.272Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:21:03.273Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:21:03.273Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b268c180-07e9-4cf9-98af-c166924a38e6 from URL: /sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:03.273Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:21:03.274Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:03.460Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:21:03.479Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar b268c180-07e9-4cf9-98af-c166924a38e6 98983
2022-04-28T19:21:03.480Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar ASDC sendASDCNotification
2022-04-28T19:21:03.480Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:03.481Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:21:03.481Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:03.483Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:03.483Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173663479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:21:03.583Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:03.584Z||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-04-28T19:21:03.584Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:03.596Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:21:03.596Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:04.485Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:21:04.485Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:21:04.486Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b268c180-07e9-4cf9-98af-c166924a38e6, URL: /sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar to file: /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:04.486Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220428191824-csar.csar
2022-04-28T19:21:04.546Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:04.546Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:05.110Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3507092703078427452/Definitions/service-Vfw20220428191824-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-28T19:21:07.725Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T19:21:07.730Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-28T19:21:07.730Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.730Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-28T19:21:07.730Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||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-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.730Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||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-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||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-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||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-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||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-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7de83e10-097f 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-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|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-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-28T19:21:07.737Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.739Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.741Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:07.742Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-28T19:21:07.743Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:21:07.744Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.744Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.744Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:07.744Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-28T19:21:07.744Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:21:07.744Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.745Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.747Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:21:07.750Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.750Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:07.750Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=356f0dba-a8f3-4911-9b7a-5f3f9ce374fd
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:21:07.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57a4ebc5-020d-476c-8b37-0a52ab3283e4
2022-04-28T19:21:07.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:07.771Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:07.772Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:21:07.772Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.772Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.772Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.772Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=314ed6a6-454b-47d9-8d35-482e4cbca801
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:07.775Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.775Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-28 19-18-24
Description:catalog service description
Model UUID:0737c00c-7fa4-4911-a7f4-55980aa14d98
Model Version:NULL
Model InvariantUuid:98206123-f529-48b9-90e8-b0175ad62663
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7de83e10-097f
Model UUID:e94d75b8-cb37-46bd-aa7d-c380e5dff43b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db61381a-dafe-44fc-a792-8d17c5d6e007
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9cf01f04-5753-42e5-a00f-d6a2ce2a11d9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:60bd1a42-9b1c-43c1-b65c-d44c52d0942a
ModelName:Vfw7de83e10097f..base_vfw..module-0
ModelUuid:9b0dff9b-0c71-4ced-badd-9636777f6d11
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:356f0dba-a8f3-4911-9b7a-5f3f9ce374fd
ModelInvariantUuid:42968d16-7b06-488e-82b5-a9c7cefb48b5
ModelName:vFW 7de83e10-097f-nodes.vfwCvfc
ModelUuid:c3f020fa-ace9-451a-987c-15c5beb14562
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:531d16d1-1d87-4fbf-b1c8-b8824cf00e18
ModelInvariantUuid:c9d9ed85-b4d0-4cde-90a7-310249555aa3
ModelName:Vfw7de83e10097f.compute.nodes.heat.vfw
ModelUuid:06ca2544-1378-40ee-b013-612351647416
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:57a4ebc5-020d-476c-8b37-0a52ab3283e4
ModelInvariantUuid:9ac60f20-626a-455c-af3f-52642874ffb2
ModelName:vFW 7de83e10-097f-nodes.vsnCvfc
ModelUuid:55be8989-616c-4314-9076-c0bbf2f2ad03
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9be0ed2-1211-4092-acf8-cf8d5849cdac
ModelInvariantUuid:48909013-5175-4713-99f9-3aa0df9bfb82
ModelName:Vfw7de83e10097f.compute.nodes.heat.vsn
ModelUuid:b6f90319-3b55-45b8-8dd4-ce0b923a0b8d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:314ed6a6-454b-47d9-8d35-482e4cbca801
ModelInvariantUuid:78f9e579-51d1-4183-b2f9-5b438ee8aa76
ModelName:vFW 7de83e10-097f-nodes.vpgCvfc
ModelUuid:60ffd8af-d97b-41de-9fba-31dc2e75a4be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ba5199dc-ae08-4dc4-b61a-d88a3ff87052
ModelInvariantUuid:e5d9824a-d388-4947-a334-ae45dd46c585
ModelName:Vfw7de83e10097f.compute.nodes.heat.vpg
ModelUuid:d23e00e3-25dd-4b6c-b6c5-5163f82b4a0d
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-04-28T19:21:07.795Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: cdd022b6-94a2-41bf-8b09-33dc782cba18
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-04-28T19:21:07.873Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||vFW 7de83e10-097f 0
2022-04-28T19:21:07.878Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cdd022b6-94a2-41bf-8b09-33dc782cba18
2022-04-28T19:21:07.878Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8d80471b-f31f-4fa1-be4b-4fdae645248c from URL: /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json
2022-04-28T19:21:07.878Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:21:07.878Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json
2022-04-28T19:21:08.246Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:21:08.247Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json 8d80471b-f31f-4fa1-be4b-4fdae645248c 785
2022-04-28T19:21:08.247Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json ASDC sendASDCNotification
2022-04-28T19:21:08.247Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json
2022-04-28T19:21:08.248Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:21:08.248Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:08.251Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:08.251Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173668247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:21:08.351Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:08.352Z||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-04-28T19:21:08.352Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:08.363Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:21:08.363Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:21:09.252Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7de83e10097f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "60bd1a42-9b1c-43c1-b65c-d44c52d0942a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b0dff9b-0c71-4ced-badd-9636777f6d11",
    "vfModuleModelCustomizationUUID": "aec08491-9ae3-424a-a95b-1f30042df965",
    "isBase": true,
    "artifacts": [
      "21af7cf2-d249-4708-949e-cd033781e32d",
      "72765f87-3318-49f8-8163-091b7e6782ef"
    ],
    "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-04-28T19:21:09.266Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7de83e10097f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b0dff9b-0c71-4ced-badd-9636777f6d11
VfModuleModelInvariantUUID:60bd1a42-9b1c-43c1-b65c-d44c52d0942a
VfModuleModelDescription:NULL
Artifacts UUID List:{
21af7cf2-d249-4708-949e-cd033781e32d
,
72765f87-3318-49f8-8163-091b7e6782ef

}
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-04-28T19:21:09.268Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7de83e10097f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "60bd1a42-9b1c-43c1-b65c-d44c52d0942a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b0dff9b-0c71-4ced-badd-9636777f6d11",
    "vfModuleModelCustomizationUUID": "aec08491-9ae3-424a-a95b-1f30042df965",
    "isBase": true,
    "artifacts": [
      "21af7cf2-d249-4708-949e-cd033781e32d",
      "72765f87-3318-49f8-8163-091b7e6782ef"
    ],
    "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-04-28T19:21:09.268Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7de83e10097f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b0dff9b-0c71-4ced-badd-9636777f6d11
VfModuleModelInvariantUUID:60bd1a42-9b1c-43c1-b65c-d44c52d0942a
VfModuleModelDescription:NULL
Artifacts UUID List:{
21af7cf2-d249-4708-949e-cd033781e32d
,
72765f87-3318-49f8-8163-091b7e6782ef

}
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-04-28T19:21:09.268Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 21af7cf2-d249-4708-949e-cd033781e32d from URL: /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml
2022-04-28T19:21:09.268Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:21:09.268Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml
2022-04-28T19:21:09.951Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:21:09.952Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml 21af7cf2-d249-4708-949e-cd033781e32d 20368
2022-04-28T19:21:09.952Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T19:21:09.952Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml
2022-04-28T19:21:09.952Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:21:09.952Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:09.954Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:09.954Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173669952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:21:10.054Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:10.055Z||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-04-28T19:21:10.055Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:10.067Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:21:10.067Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:10.955Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 72765f87-3318-49f8-8163-091b7e6782ef from URL: /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env
2022-04-28T19:21:10.955Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:21:10.956Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env
2022-04-28T19:21:11.362Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:21:11.362Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env 72765f87-3318-49f8-8163-091b7e6782ef 2098
2022-04-28T19:21:11.362Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T19:21:11.363Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env
2022-04-28T19:21:11.363Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:21:11.363Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:11.365Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:11.365Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173671362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:21:11.465Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:11.466Z||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-04-28T19:21:11.466Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:11.478Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:21:11.478Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:12.366Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0737c00c-7fa4-4911-a7f4-55980aa14d98
2022-04-28T19:21:12.366Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7de83e10-097f 0 cdd022b6-94a2-41bf-8b09-33dc782cba18 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-04-28T19:21:12.397Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bdd650, org.onap.sdc.toscaparser.api.parameters.Input@5272cacf, org.onap.sdc.toscaparser.api.parameters.Input@4d471d8f, org.onap.sdc.toscaparser.api.parameters.Input@41ebeb5, org.onap.sdc.toscaparser.api.parameters.Input@6cf9e730]
2022-04-28T19:21:12.400Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.400Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.400Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-04-28T19:21:12.400Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9cf01f04-5753-42e5-a00f-d6a2ce2a11d9
2022-04-28T19:21:12.400Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9cf01f04-5753-42e5-a00f-d6a2ce2a11d9 matches Tosca VF Customization UUID: 9cf01f04-5753-42e5-a00f-d6a2ce2a11d9
2022-04-28T19:21:12.400Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9cf01f04-5753-42e5-a00f-d6a2ce2a11d9  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-04-28T19:21:12.406Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.406Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.407Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9cf01f04-5753-42e5-a00f-d6a2ce2a11d9: {\"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-04-28T19:21:12.407Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c0144aa
2022-04-28T19:21:12.407Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.407Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:21:12.407Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aec08491-9ae3-424a-a95b-1f30042df965
2022-04-28T19:21:12.408Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aec08491-9ae3-424a-a95b-1f30042df965
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-04-28T19:21:12.413Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.413Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:12.413Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:12.413Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:12.415Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:21:12.415Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:12.415Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:21:12.415Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.415Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=356f0dba-a8f3-4911-9b7a-5f3f9ce374fd
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-04-28T19:21:12.422Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.422Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:12.422Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T19:21:12.424Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:21:12.424Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:12.424Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:21:12.424Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.424Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57a4ebc5-020d-476c-8b37-0a52ab3283e4
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-04-28T19:21:12.426Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.426Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:12.426Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:12.427Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:12.429Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:21:12.429Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:21:12.429Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.429Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:12.429Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T19:21:12.429Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=314ed6a6-454b-47d9-8d35-482e4cbca801
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-04-28T19:21:12.431Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.431Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:12.431Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:12.431Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.431Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:12.431Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=9cf01f04-5753-42e5-a00f-d6a2ce2a11d9
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-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0737c00c-7fa4-4911-a7f4-55980aa14d98: vFW 7de83e10-097f
2022-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-04-28 19-18-24 
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-04-28T19:21:12.671Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7de83e10-097f cdd022b6-94a2-41bf-8b09-33dc782cba18 1 ASDC deployResourceStructure
2022-04-28T19:21:12.671Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json ASDC sendASDCNotification
2022-04-28T19:21:12.671Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json
2022-04-28T19:21:12.671Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:21:12.672Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:12.673Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:12.673Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173672671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:21:12.773Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:12.774Z||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-04-28T19:21:12.774Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:12.784Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:21:12.785Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:13.674Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T19:21:13.674Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml
2022-04-28T19:21:13.674Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:21:13.674Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:13.676Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:13.676Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173673673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T19:21:13.776Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:13.777Z||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-04-28T19:21:13.777Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:13.788Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:21:13.789Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:14.677Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T19:21:14.678Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env
2022-04-28T19:21:14.678Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:21:14.678Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:14.680Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:14.680Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173674677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T19:21:14.780Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:14.781Z||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-04-28T19:21:14.781Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:14.793Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:21:14.793Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:15.681Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar ASDC sendASDCNotification
2022-04-28T19:21:15.682Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:15.682Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:21:15.682Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:15.684Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:15.684Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173675681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:21:15.785Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:21:15.785Z||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-04-28T19:21:15.785Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:15.796Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:21:15.796Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:16.685Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:21:16.707Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:21:16.709Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:21:16.709Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:21:16.709Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:21:46.709Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:21:46.721Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:21:46.723Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:21:46.723Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:21:46.723Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:21:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:21:55.384Z||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-04-28T19:21:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:55.502Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:21:55.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:21:55.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "cds",
  "timestamp": 1651173652340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:21:55.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:16.724Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:22:16.734Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:22:16.736Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:22:16.736Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:22:16.736Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:22:46.736Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:22:46.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:22:46.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:22:46.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:22:46.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:22:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:22:55.384Z||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-04-28T19:22:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:22:55.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:22:55.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "policy-id",
  "timestamp": 1651173656248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651173656271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "cds",
  "timestamp": 1651173652340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "policy-id",
  "timestamp": 1651173657256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651173657341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651173656918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "cds",
  "timestamp": 1651173652340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:22:55.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "policy-id",
  "timestamp": 1651173658259,
  "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-04-28T19:22:55.923Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2adae013-a9f6-4505-9424-d0e321973af3
2022-04-28T19:22:55.924Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:22:55.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651173658501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651173656918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "cds",
  "timestamp": 1651173652340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651173656918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651173659601,
  "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-04-28T19:22:55.940Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2adae013-a9f6-4505-9424-d0e321973af3
2022-04-28T19:22:55.940Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:22:55.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651173656918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651173660604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "cds",
  "timestamp": 1651173660644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "clamp",
  "timestamp": 1651173660171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651173656918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "cds",
  "timestamp": 1651173661660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-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-04-28T19:22:55.955Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2adae013-a9f6-4505-9424-d0e321973af3
2022-04-28T19:22:55.955Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:22:55.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "clamp",
  "timestamp": 1651173660171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:22:55.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173655344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651173656918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "clamp",
  "timestamp": 1651173660171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173663479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651173656918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "clamp",
  "timestamp": 1651173660171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "clamp",
  "timestamp": 1651173660171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651173664833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "clamp",
  "timestamp": 1651173660171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "aai-ml",
  "timestamp": 1651173665651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "clamp",
  "timestamp": 1651173660171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "aai-ml",
  "timestamp": 1651173665651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173668247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "aai-ml",
  "timestamp": 1651173665651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651173669225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "aai-ml",
  "timestamp": 1651173665651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173669952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651173670229,
  "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-04-28T19:22:55.972Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2adae013-a9f6-4505-9424-d0e321973af3
2022-04-28T19:22:55.972Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:22:55.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "aai-ml",
  "timestamp": 1651173665651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "aai-ml",
  "timestamp": 1651173665651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173671362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "aai-ml",
  "timestamp": 1651173665651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173672671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "aai-ml",
  "timestamp": 1651173673520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173673673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173674677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173675681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "clamp",
  "timestamp": 1651173677374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "clamp",
  "timestamp": 1651173679380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "clamp",
  "timestamp": 1651173680384,
  "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-04-28T19:22:55.987Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2adae013-a9f6-4505-9424-d0e321973af3
2022-04-28T19:22:55.988Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:22:55.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "aai-ml",
  "timestamp": 1651173684567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:22:55.996Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "aai-ml",
  "timestamp": 1651173685572,
  "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-04-28T19:22:56.001Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2adae013-a9f6-4505-9424-d0e321973af3
2022-04-28T19:22:56.001Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:23:16.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:23:16.767Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:23:16.770Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:23:16.770Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:23:16.770Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T19:23:16.770Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T19:23:16.770Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:23:16.771Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:23:16.771Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:23:16.771Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:23:16.771Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:23:16.771Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:23:16.771Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:23:16.778Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T19:23:46.778Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:23:46.788Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2adae013-a9f6-4505-9424-d0e321973af3 and serviceModelVersionId: 0737c00c-7fa4-4911-a7f4-55980aa14d98
2022-04-28T19:23:46.788Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 98206123-f529-48b9-90e8-b0175ad62663
2022-04-28T19:23:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:23:55.384Z||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-04-28T19:23:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:23:59.045Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/98206123-f529-48b9-90e8-b0175ad62663/model-vers/model-ver/0737c00c-7fa4-4911-a7f4-55980aa14d98?depth=0
2022-04-28T19:23:59.153Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T19:23:59.701Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98206123-f529-48b9-90e8-b0175ad62663/model-vers/model-ver/0737c00c-7fa4-4911-a7f4-55980aa14d98?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-04-28T19:23:59.706Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98206123-f529-48b9-90e8-b0175ad62663/model-vers/model-ver/0737c00c-7fa4-4911-a7f4-55980aa14d98?depth=0|INFO|500||Invoke
2022-04-28T19:23:59.991Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98206123-f529-48b9-90e8-b0175ad62663/model-vers/model-ver/0737c00c-7fa4-4911-a7f4-55980aa14d98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-28T19:24:00.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98206123-f529-48b9-90e8-b0175ad62663/model-vers/model-ver/0737c00c-7fa4-4911-a7f4-55980aa14d98?depth=0|INFO|500||InvokeReturn
2022-04-28T19:24:00.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98206123-f529-48b9-90e8-b0175ad62663/model-vers/model-ver/0737c00c-7fa4-4911-a7f4-55980aa14d98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220428-19:23:59:997-20655], vertex-id=[208936], Content-Length=[0], Date=[Thu, 28 Apr 2022 19:23:59 GMT], Content-Type=[application/json]}
2022-04-28T19:24:00.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-28T19:24:00.755Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T19:24:00.755Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:24:00.759Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:24:00.765Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2adae013-a9f6-4505-9424-d0e321973af3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T19:24:00.765Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T19:24:00.766Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:24:00.767Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:24:00.767Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173840765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:24:00.868Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:24:00.868Z||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-04-28T19:24:00.869Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:24:00.880Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:24:00.881Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:24:01.488Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:24:01.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:24:01.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651173840765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:24:01.490Z||pool-2-thread-6|||||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-04-28T19:24:01.784Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:24:01.784Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:24:01.784Z|2adae013-a9f6-4505-9424-d0e321973af3|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:24:12.111Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:24:12.111Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:24:12.112Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:24:12.112Z|2adae013-a9f6-4505-9424-d0e321973af3|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:24:21.641Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:24:21.642Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:24:21.642Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:24:21.642Z|2adae013-a9f6-4505-9424-d0e321973af3|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:24:31.169Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:24:55.344Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:24:55.344Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:24:55.344Z|2adae013-a9f6-4505-9424-d0e321973af3|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:24:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:24:55.385Z||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-04-28T19:24:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:25:04.870Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:25:04.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:25:55.344Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:25:55.345Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:25:55.345Z|2adae013-a9f6-4505-9424-d0e321973af3|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:25:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:25:55.384Z||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-04-28T19:25:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:04.876Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:26:04.912Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:26:55.344Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:26:55.345Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:26:55.345Z|2adae013-a9f6-4505-9424-d0e321973af3|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:26:55.384Z||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-04-28T19:26:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:55.630Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:26:55.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174005575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "cds",
  "timestamp": 1651173997340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174002879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "policy-id",
  "timestamp": 1651174002327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "cds",
  "timestamp": 1651173997340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174005575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:26:55.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174002879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "policy-id",
  "timestamp": 1651174002327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174005575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:26:55.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "cds",
  "timestamp": 1651173997340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174002879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "policy-id",
  "timestamp": 1651174002327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174005575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "cds",
  "timestamp": 1651173997340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174002879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "policy-id",
  "timestamp": 1651174002327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174005575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174002879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "cds",
  "timestamp": 1651173997340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "policy-id",
  "timestamp": 1651174002327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174005575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "cds",
  "timestamp": 1651173997340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174002879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "policy-id",
  "timestamp": 1651174002327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174005575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174002879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "cds",
  "timestamp": 1651173997340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "policy-id",
  "timestamp": 1651174002327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174014476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "policy-id",
  "timestamp": 1651174014481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "cds",
  "timestamp": 1651174014503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:26:55.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:26:55.965Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:26:55.965Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.965Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb7e4528-b513-4646-bba5-c6bad23af8cd","serviceName":"vFW 2022-04-28 19-25-01","serviceVersion":"1.0","serviceUUID":"7a3a465e-723b-457b-8b6e-f6fef95e4535","serviceDescription":"catalog service description","serviceInvariantUUID":"87b23a6a-8de0-4c26-8e95-2ccd3daa9399","resources":[{"resourceInstanceName":"vFW af4c8914-a880 0","resourceName":"vFW af4c8914-a880","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"882a27a5-f819-4a1e-a7fe-64784fe8b42b","resourceInvariantUUID":"a3152864-28dd-4879-9e92-a2b7d399f79f","resourceCustomizationUUID":"ec5e26ea-3922-43fb-8d9a-565342246234","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml","artifactChecksum":"ODI3ZTVlMzc2M2U0OTAzNTE3YzljZGE0MmFhMjhmNTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67a34e3a-2032-48ad-90ad-0efb1f4c440f","artifactVersion":"1"},{"artifactName":"vfwaf4c8914a8800_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json","artifactChecksum":"MzhmYzFhZDk3M2VmOTJlNGIwZThjNGQ2OGQyZmM2ZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c7ddc30-de63-4f4b-ad8d-983eea348439","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ba9163c-981e-4668-bf85-abd4aed0b004","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml","artifactChecksum":"MzQwZjNjZjQxMGViODQ2ODE1MWMxYzBjZWRmYTI4YWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d9f502-2f88-4887-abbb-65879a8f9cdb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b0e3bce-f738-45e2-aa9a-3808a25c7778","artifactVersion":"2","generatedFromUUID":"5ba9163c-981e-4668-bf85-abd4aed0b004"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220428192501-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml","artifactChecksum":"ZDgwYjFjZDExNjIzMDUxODYxOTIxYWUwYjkxNmRkYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3dfc3626-5edb-4db0-b438-aab95da06da5","artifactVersion":"1"},{"artifactName":"service-Vfw20220428192501-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar","artifactChecksum":"ZjY5ZjBjN2I4YmJmN2ZlNWQ0ZGIzODliMzkzNDI3ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38485603-77ec-4145-83ce-58d58f2f9f9d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T19:26:55.968Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:26:55.968Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:26:55.970Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:26:55.970Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:56.070Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:26:56.071Z||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-04-28T19:26:56.071Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:56.081Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:26:56.082Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:26:56.970Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:26:56.971Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:26:56.973Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:26:56.973Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:26:57.073Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:26:57.074Z||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-04-28T19:26:57.074Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:57.086Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:26:57.087Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:26:57.974Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:26:57.974Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:26:57.977Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:26:57.977Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:26:58.077Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:26:58.078Z||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-04-28T19:26:58.078Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:58.089Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:26:58.089Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:26:58.977Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:26:58.978Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:26:58.980Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:26:58.981Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:26:59.081Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:26:59.082Z||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-04-28T19:26:59.082Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:59.092Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:26:59.092Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:26:59.982Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:26:59.982Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:26:59.985Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:26:59.985Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T19:27:00.085Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:00.086Z||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-04-28T19:27:00.086Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:00.094Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:27:00.095Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:00.986Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:27:00.987Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:00.989Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:00.989Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:27:01.089Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:01.090Z||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-04-28T19:27:01.090Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:01.100Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:27:01.100Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:01.989Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:27:01.990Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:01.991Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:01.991Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:27:02.092Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:27:02.093Z||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-04-28T19:27:02.093Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:02.103Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:27:02.103Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:02.993Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "serviceName": "vFW 2022-04-28 19-25-01",
  "serviceVersion": "1.0",
  "serviceUUID": "7a3a465e-723b-457b-8b6e-f6fef95e4535",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "87b23a6a-8de0-4c26-8e95-2ccd3daa9399",
  "resources": [
    {
      "resourceInstanceName": "vFW af4c8914-a880 0",
      "resourceCustomizationUUID": "ec5e26ea-3922-43fb-8d9a-565342246234",
      "resourceName": "vFW af4c8914-a880",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "882a27a5-f819-4a1e-a7fe-64784fe8b42b",
      "resourceInvariantUUID": "a3152864-28dd-4879-9e92-a2b7d399f79f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwaf4c8914a8800_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
          "artifactChecksum": "MzhmYzFhZDk3M2VmOTJlNGIwZThjNGQ2OGQyZmM2ZjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8c7ddc30-de63-4f4b-ad8d-983eea348439",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5ba9163c-981e-4668-bf85-abd4aed0b004",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8b0e3bce-f738-45e2-aa9a-3808a25c7778",
            "generatedFromUUID": "5ba9163c-981e-4668-bf85-abd4aed0b004"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8b0e3bce-f738-45e2-aa9a-3808a25c7778",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220428192501-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
      "artifactChecksum": "ZjY5ZjBjN2I4YmJmN2ZlNWQ0ZGIzODliMzkzNDI3ZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "38485603-77ec-4145-83ce-58d58f2f9f9d"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T19:27:02.994Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T19:27:02.994Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7a3a465e-723b-457b-8b6e-f6fef95e4535 ASDC
2022-04-28T19:27:02.994Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:cb7e4528-b513-4646-bba5-c6bad23af8cd
ServiceName:vFW 2022-04-28 19-25-01
ServiceVersion:1.0
ServiceUUID:7a3a465e-723b-457b-8b6e-f6fef95e4535
ServiceInvariantUUID:87b23a6a-8de0-4c26-8e95-2ccd3daa9399
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220428192501-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar
ArtifactUUID:38485603-77ec-4145-83ce-58d58f2f9f9d
ArtifactChecksum:ZjY5ZjBjN2I4YmJmN2ZlNWQ0ZGIzODliMzkzNDI3ZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW af4c8914-a880 0
ResourceCustomizationUUID:ec5e26ea-3922-43fb-8d9a-565342246234
ResourceInvariantUUID:a3152864-28dd-4879-9e92-a2b7d399f79f
ResourceName:vFW af4c8914-a880
ResourceType:VF
ResourceUUID:882a27a5-f819-4a1e-a7fe-64784fe8b42b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwaf4c8914a8800_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json
ArtifactUUID:8c7ddc30-de63-4f4b-ad8d-983eea348439
ArtifactChecksum:MzhmYzFhZDk3M2VmOTJlNGIwZThjNGQ2OGQyZmM2ZjI=
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/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml
ArtifactUUID:5ba9163c-981e-4668-bf85-abd4aed0b004
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/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env
ArtifactUUID:8b0e3bce-f738-45e2-aa9a-3808a25c7778
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/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env
ArtifactUUID:8b0e3bce-f738-45e2-aa9a-3808a25c7778
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T19:27:02.994Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a3a465e-723b-457b-8b6e-f6fef95e4535 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-04-28T19:27:03.030Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:27:03.031Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:27:03.031Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:27:03.031Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 38485603-77ec-4145-83ce-58d58f2f9f9d from URL: /sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:03.031Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:27:03.031Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:03.539Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:27:03.545Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar 38485603-77ec-4145-83ce-58d58f2f9f9d 98992
2022-04-28T19:27:03.546Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar ASDC sendASDCNotification
2022-04-28T19:27:03.546Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:03.546Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:27:03.547Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:03.548Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:03.548Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174023546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:27:03.649Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:03.649Z||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-04-28T19:27:03.649Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:03.659Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:27:03.660Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:04.549Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:27:04.550Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:27:04.550Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 38485603-77ec-4145-83ce-58d58f2f9f9d, URL: /sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar to file: /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:04.550Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220428192501-csar.csar
2022-04-28T19:27:04.551Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:04.551Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:04.822Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7148948862455070309/Definitions/service-Vfw20220428192501-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-28T19:27:07.011Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T19:27:07.012Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-28T19:27:07.012Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.012Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-28T19:27:07.012Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||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-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.012Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||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-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW af4c8914-a880 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-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||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-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||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-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.014Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||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-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.014Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.014Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.014Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-28T19:27:07.014Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.014Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.015Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:07.015Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-28T19:27:07.015Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:27:07.015Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.015Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.015Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:07.016Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-28T19:27:07.016Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:27:07.016Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.016Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.016Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.018Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:27:07.018Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:27:07.018Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:27:07.018Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.018Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.018Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:27:07.019Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.019Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:27:07.019Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.019Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T19:27:07.019Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.019Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:27:07.020Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.020Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:07.020Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:07.020Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.020Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:07.021Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:07.021Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.021Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:07.021Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:07.021Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.021Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.023Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:27:07.023Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.023Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:27:07.023Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.023Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=936bac1f-aeaa-4cb8-bfe8-76e80e3d0f03
2022-04-28T19:27:07.024Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.024Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:07.024Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:07.024Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:07.024Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:27:07.025Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.025Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.025Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.025Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:27:07.025Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T19:27:07.025Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:27:07.026Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.026Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:27:07.026Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.026Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e87503c-2a92-497d-a09e-31b7b7ad1e15
2022-04-28T19:27:07.026Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.026Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:07.027Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:07.027Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:07.027Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:27:07.027Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.027Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.027Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.028Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:27:07.028Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:27:07.028Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:27:07.028Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.028Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.028Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T19:27:07.029Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=850b20dd-fd9b-4e41-837c-31bf505f7d77
2022-04-28T19:27:07.029Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.029Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.029Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.029Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.029Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.030Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.030Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:07.030Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.030Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-28 19-25-01
Description:catalog service description
Model UUID:7a3a465e-723b-457b-8b6e-f6fef95e4535
Model Version:NULL
Model InvariantUuid:87b23a6a-8de0-4c26-8e95-2ccd3daa9399
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW af4c8914-a880
Model UUID:b3dc9cc7-e5b2-4400-9dfe-b66176f5ac4f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a3152864-28dd-4879-9e92-a2b7d399f79f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ec5e26ea-3922-43fb-8d9a-565342246234
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:67652587-138b-4841-9ef5-b2ea2948c591
ModelName:VfwAf4c8914A880..base_vfw..module-0
ModelUuid:ec2ef03a-9b9a-4b3a-94c5-c090a4dba432
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:936bac1f-aeaa-4cb8-bfe8-76e80e3d0f03
ModelInvariantUuid:cc662d1a-05fc-42e0-bbed-f47be2343148
ModelName:vFW af4c8914-a880-nodes.vfwCvfc
ModelUuid:9abf2275-6113-49a2-adfd-087b9e7c643d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:db6f2cae-6272-42ba-a774-d4d372f72a85
ModelInvariantUuid:cede7f10-ccc7-4680-99a0-d9dd87f358f8
ModelName:VfwAf4c8914A880.compute.nodes.heat.vfw
ModelUuid:8d26a64b-24ab-438e-a675-d1633322aec4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e87503c-2a92-497d-a09e-31b7b7ad1e15
ModelInvariantUuid:44ba7f8e-6937-4fd9-9fa3-f95fe6c3f62e
ModelName:vFW af4c8914-a880-nodes.vsnCvfc
ModelUuid:83a73034-b1e2-46da-8286-e26cfd918071
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:99a75326-ff51-4473-9d8f-c26e66332967
ModelInvariantUuid:8a74b588-5d9b-4a5f-bb43-cf3b8afc511e
ModelName:VfwAf4c8914A880.compute.nodes.heat.vsn
ModelUuid:e5bfa330-812d-44b3-901c-2cf36cfff3b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:850b20dd-fd9b-4e41-837c-31bf505f7d77
ModelInvariantUuid:7df02828-8c5d-4515-a5d6-d4430a2a5532
ModelName:vFW af4c8914-a880-nodes.vpgCvfc
ModelUuid:c0f50023-0e80-4c21-93cd-9564754d8978
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c80be754-07d5-4d7e-ad9c-6d1afadb7e26
ModelInvariantUuid:12d4ac3d-95ca-49b5-9bb3-3178ce49d1fe
ModelName:VfwAf4c8914A880.compute.nodes.heat.vpg
ModelUuid:3fc6ba0f-72e7-464b-81b6-dc259f707390
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-04-28T19:27:07.038Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 882a27a5-f819-4a1e-a7fe-64784fe8b42b
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-04-28T19:27:07.041Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||vFW af4c8914-a880 0
2022-04-28T19:27:07.041Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 882a27a5-f819-4a1e-a7fe-64784fe8b42b
2022-04-28T19:27:07.041Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8c7ddc30-de63-4f4b-ad8d-983eea348439 from URL: /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json
2022-04-28T19:27:07.042Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:27:07.042Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json
2022-04-28T19:27:08.137Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:27:08.138Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json 8c7ddc30-de63-4f4b-ad8d-983eea348439 785
2022-04-28T19:27:08.138Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json ASDC sendASDCNotification
2022-04-28T19:27:08.138Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json
2022-04-28T19:27:08.138Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:27:08.138Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:08.141Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:08.141Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174028138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:27:08.241Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:08.242Z||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-04-28T19:27:08.242Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:08.252Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:27:08.252Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:09.141Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAf4c8914A880..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "67652587-138b-4841-9ef5-b2ea2948c591",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ec2ef03a-9b9a-4b3a-94c5-c090a4dba432",
    "vfModuleModelCustomizationUUID": "4a900f59-fa73-4c4f-96df-254296df08e6",
    "isBase": true,
    "artifacts": [
      "5ba9163c-981e-4668-bf85-abd4aed0b004",
      "8b0e3bce-f738-45e2-aa9a-3808a25c7778"
    ],
    "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-04-28T19:27:09.148Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAf4c8914A880..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ec2ef03a-9b9a-4b3a-94c5-c090a4dba432
VfModuleModelInvariantUUID:67652587-138b-4841-9ef5-b2ea2948c591
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ba9163c-981e-4668-bf85-abd4aed0b004
,
8b0e3bce-f738-45e2-aa9a-3808a25c7778

}
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-04-28T19:27:09.150Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAf4c8914A880..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "67652587-138b-4841-9ef5-b2ea2948c591",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ec2ef03a-9b9a-4b3a-94c5-c090a4dba432",
    "vfModuleModelCustomizationUUID": "4a900f59-fa73-4c4f-96df-254296df08e6",
    "isBase": true,
    "artifacts": [
      "5ba9163c-981e-4668-bf85-abd4aed0b004",
      "8b0e3bce-f738-45e2-aa9a-3808a25c7778"
    ],
    "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-04-28T19:27:09.150Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAf4c8914A880..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ec2ef03a-9b9a-4b3a-94c5-c090a4dba432
VfModuleModelInvariantUUID:67652587-138b-4841-9ef5-b2ea2948c591
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ba9163c-981e-4668-bf85-abd4aed0b004
,
8b0e3bce-f738-45e2-aa9a-3808a25c7778

}
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-04-28T19:27:09.150Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5ba9163c-981e-4668-bf85-abd4aed0b004 from URL: /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml
2022-04-28T19:27:09.150Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:27:09.151Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml
2022-04-28T19:27:09.946Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:27:09.947Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml 5ba9163c-981e-4668-bf85-abd4aed0b004 20368
2022-04-28T19:27:09.947Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T19:27:09.947Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml
2022-04-28T19:27:09.947Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:27:09.948Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:09.950Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:09.950Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174029947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:27:10.050Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:10.051Z||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-04-28T19:27:10.051Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:10.065Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:27:10.070Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:27:10.951Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8b0e3bce-f738-45e2-aa9a-3808a25c7778 from URL: /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env
2022-04-28T19:27:10.952Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:27:10.952Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env
2022-04-28T19:27:11.165Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:27:11.165Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env 8b0e3bce-f738-45e2-aa9a-3808a25c7778 2098
2022-04-28T19:27:11.165Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T19:27:11.165Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env
2022-04-28T19:27:11.165Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:27:11.166Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:11.167Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:11.168Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174031165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:27:11.268Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:11.270Z||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-04-28T19:27:11.270Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:11.280Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:27:11.280Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:12.168Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7a3a465e-723b-457b-8b6e-f6fef95e4535
2022-04-28T19:27:12.169Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW af4c8914-a880 0 882a27a5-f819-4a1e-a7fe-64784fe8b42b 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-04-28T19:27:12.189Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36c87570, org.onap.sdc.toscaparser.api.parameters.Input@69f7b970, org.onap.sdc.toscaparser.api.parameters.Input@26783d05, org.onap.sdc.toscaparser.api.parameters.Input@668d188f, org.onap.sdc.toscaparser.api.parameters.Input@131b82db]
2022-04-28T19:27:12.191Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.191Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.191Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-04-28T19:27:12.191Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ec5e26ea-3922-43fb-8d9a-565342246234
2022-04-28T19:27:12.191Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec5e26ea-3922-43fb-8d9a-565342246234 matches Tosca VF Customization UUID: ec5e26ea-3922-43fb-8d9a-565342246234
2022-04-28T19:27:12.191Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ec5e26ea-3922-43fb-8d9a-565342246234  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-04-28T19:27:12.193Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.193Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.194Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id ec5e26ea-3922-43fb-8d9a-565342246234: {\"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-04-28T19:27:12.194Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e4325e0
2022-04-28T19:27:12.194Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.194Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:27:12.194Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4a900f59-fa73-4c4f-96df-254296df08e6
2022-04-28T19:27:12.194Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4a900f59-fa73-4c4f-96df-254296df08e6
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-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=936bac1f-aeaa-4cb8-bfe8-76e80e3d0f03
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-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:27:12.201Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.201Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e87503c-2a92-497d-a09e-31b7b7ad1e15
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-04-28T19:27:12.202Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.202Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:12.202Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=850b20dd-fd9b-4e41-837c-31bf505f7d77
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-04-28T19:27:12.206Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.207Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:12.207Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:12.207Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.207Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:12.207Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=ec5e26ea-3922-43fb-8d9a-565342246234
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-04-28T19:27:12.209Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7a3a465e-723b-457b-8b6e-f6fef95e4535: vFW af4c8914-a880
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.211Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.211Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.211Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.211Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:27:12.211Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.211Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-04-28 19-25-01 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T19:27:12.360Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW af4c8914-a880 882a27a5-f819-4a1e-a7fe-64784fe8b42b 1 ASDC deployResourceStructure
2022-04-28T19:27:12.360Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json ASDC sendASDCNotification
2022-04-28T19:27:12.361Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json
2022-04-28T19:27:12.361Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:27:12.361Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:12.363Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:12.363Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174032360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:27:12.463Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:12.464Z||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-04-28T19:27:12.464Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:12.474Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:27:12.474Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:13.364Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T19:27:13.365Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml
2022-04-28T19:27:13.365Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:27:13.365Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:13.367Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:13.367Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174033364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T19:27:13.468Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:13.468Z||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-04-28T19:27:13.468Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:13.481Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:27:13.481Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:14.368Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T19:27:14.369Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env
2022-04-28T19:27:14.369Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:27:14.369Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:14.371Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:14.371Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174034368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T19:27:14.472Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:27:14.472Z||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-04-28T19:27:14.472Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:14.482Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:27:14.484Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:15.372Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar ASDC sendASDCNotification
2022-04-28T19:27:15.372Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:15.373Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:27:15.373Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:15.375Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:15.375Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174035372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:27:15.475Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:15.476Z||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-04-28T19:27:15.476Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:15.490Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:27:15.491Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:16.375Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:27:16.390Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:27:16.392Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:27:16.392Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:27:16.392Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:27:46.393Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:27:46.407Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:27:46.410Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:27:46.410Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:27:46.411Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:27:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:27:55.384Z||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-04-28T19:27:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:55.401Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:27:55.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:27:55.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "cds",
  "timestamp": 1651174015509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-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-04-28T19:27:55.411Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb7e4528-b513-4646-bba5-c6bad23af8cd
2022-04-28T19:27:55.411Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:28:16.411Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:28:16.425Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:28:16.429Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:28:16.429Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:28:16.429Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:28:46.429Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:28:46.438Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:28:46.440Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:28:46.440Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:28:46.441Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:28:55.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:28:55.385Z||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-04-28T19:28:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:28:55.401Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:28:55.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:28:55.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "policy-id",
  "timestamp": 1651174015484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:28:55.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:16.441Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:29:16.451Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:29:16.453Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:29:16.453Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:29:16.453Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:29:46.454Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:29:46.464Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:29:46.468Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:29:46.469Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:29:46.469Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:29:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:29:55.384Z||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-04-28T19:29:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:29:55.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:29:55.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174015532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "policy-id",
  "timestamp": 1651174016486,
  "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-04-28T19:29:55.416Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb7e4528-b513-4646-bba5-c6bad23af8cd
2022-04-28T19:29:55.416Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:29:55.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174016580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:29:55.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174016918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174017595,
  "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-04-28T19:29:55.432Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb7e4528-b513-4646-bba5-c6bad23af8cd
2022-04-28T19:29:55.432Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:29:55.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:29:55.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174016918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174018597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174016918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174016918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "clamp",
  "timestamp": 1651174020171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174016918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "clamp",
  "timestamp": 1651174020171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174015344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174016918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "clamp",
  "timestamp": 1651174020171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174023546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174016918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "clamp",
  "timestamp": 1651174020171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "clamp",
  "timestamp": 1651174020171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174025213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "clamp",
  "timestamp": 1651174020171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "aai-ml",
  "timestamp": 1651174025651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "clamp",
  "timestamp": 1651174020171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "aai-ml",
  "timestamp": 1651174025651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174028097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174028138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "aai-ml",
  "timestamp": 1651174025651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174029100,
  "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-04-28T19:29:55.447Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb7e4528-b513-4646-bba5-c6bad23af8cd
2022-04-28T19:29:55.447Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:29:55.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "aai-ml",
  "timestamp": 1651174025651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174029947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "aai-ml",
  "timestamp": 1651174025651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174031165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "aai-ml",
  "timestamp": 1651174025651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "aai-ml",
  "timestamp": 1651174025651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174032360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174033364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "aai-ml",
  "timestamp": 1651174033482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174034368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174035372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "clamp",
  "timestamp": 1651174040423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "aai-ml",
  "timestamp": 1651174040845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "aai-ml",
  "timestamp": 1651174041848,
  "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-04-28T19:29:55.459Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb7e4528-b513-4646-bba5-c6bad23af8cd
2022-04-28T19:29:55.459Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:29:55.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "clamp",
  "timestamp": 1651174042431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:29:55.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "clamp",
  "timestamp": 1651174043433,
  "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-04-28T19:29:55.469Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb7e4528-b513-4646-bba5-c6bad23af8cd
2022-04-28T19:29:55.469Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:30:16.469Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:30:16.482Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:30:16.487Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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-04-28T19:30:16.492Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T19:30:46.493Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:30:46.498Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb7e4528-b513-4646-bba5-c6bad23af8cd and serviceModelVersionId: 7a3a465e-723b-457b-8b6e-f6fef95e4535
2022-04-28T19:30:46.498Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87b23a6a-8de0-4c26-8e95-2ccd3daa9399
2022-04-28T19:30:46.499Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87b23a6a-8de0-4c26-8e95-2ccd3daa9399/model-vers/model-ver/7a3a465e-723b-457b-8b6e-f6fef95e4535?depth=0
2022-04-28T19:30:46.507Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T19:30:46.544Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87b23a6a-8de0-4c26-8e95-2ccd3daa9399/model-vers/model-ver/7a3a465e-723b-457b-8b6e-f6fef95e4535?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-04-28T19:30:46.545Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87b23a6a-8de0-4c26-8e95-2ccd3daa9399/model-vers/model-ver/7a3a465e-723b-457b-8b6e-f6fef95e4535?depth=0|INFO|500||Invoke
2022-04-28T19:30:46.568Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87b23a6a-8de0-4c26-8e95-2ccd3daa9399/model-vers/model-ver/7a3a465e-723b-457b-8b6e-f6fef95e4535?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-28T19:30:46.644Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87b23a6a-8de0-4c26-8e95-2ccd3daa9399/model-vers/model-ver/7a3a465e-723b-457b-8b6e-f6fef95e4535?depth=0|INFO|500||InvokeReturn
2022-04-28T19:30:46.645Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87b23a6a-8de0-4c26-8e95-2ccd3daa9399/model-vers/model-ver/7a3a465e-723b-457b-8b6e-f6fef95e4535?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220428-19:30:46:574-51631], vertex-id=[413824], Content-Length=[0], Date=[Thu, 28 Apr 2022 19:30:46 GMT], Content-Type=[application/json]}
2022-04-28T19:30:46.645Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-28T19:30:46.646Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T19:30:46.646Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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-04-28T19:30:46.650Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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-04-28T19:30:46.650Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb7e4528-b513-4646-bba5-c6bad23af8cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T19:30:46.650Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T19:30:46.651Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:46.652Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:46.652Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174246650,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:30:46.753Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:30:46.753Z||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-04-28T19:30:46.754Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:46.768Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:30:46.768Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T19:30:47.666Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:30:47.666Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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-04-28T19:30:47.666Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:52.050Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:30:52.051Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T19:30:52.051Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"59dc1447-21e6-4e34-bde0-2d829e9a990e","serviceName":"vFW 2022-04-28 19-26-59","serviceVersion":"1.0","serviceUUID":"0203693b-7cec-4909-b476-e60087b62430","serviceDescription":"catalog service description","serviceInvariantUUID":"113f9481-2c26-40b3-bb05-37e913ca57dc","resources":[{"resourceInstanceName":"vFW cf305ccf-11d1 0","resourceName":"vFW cf305ccf-11d1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0910c032-9596-4478-9bf1-8fbd73f23142","resourceInvariantUUID":"e0ab8a5d-5208-4f17-88c5-b3d1c5743b5c","resourceCustomizationUUID":"7d816a6d-748a-4008-be70-c2ed30d72341","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml","artifactChecksum":"YzdhYTYxNGZkNjNhMTcyZjRhMjY0YmY1NjVhOTllNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a51479be-ec87-471c-a172-a60bec890cc8","artifactVersion":"1"},{"artifactName":"vfwcf305ccf11d10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json","artifactChecksum":"ODgzNmY4NjcyMGEwOTliOTkzYWZjNmM3MmMxMWYzMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c28310b7-b4a3-400e-b481-a8fcf055492b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"09df72a5-ad75-4ebb-b8a7-6bc4822f4a56","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml","artifactChecksum":"MGFhN2YyYzUyMTNkOGM0MjM5ZjdhNWEwYWE2MThiZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1f1d60d7-ada1-4a3c-8c32-6a33b4f9b7db","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d4d3f143-4142-4eb4-99a5-fbc4bd03ed21","artifactVersion":"2","generatedFromUUID":"09df72a5-ad75-4ebb-b8a7-6bc4822f4a56"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220428192659-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml","artifactChecksum":"YmNmYTBmYTI0Y2FmY2EyNGU3ZjlmZThjZWU2OTgyNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77766728-8f68-4ed2-9240-41158d893817","artifactVersion":"1"},{"artifactName":"service-Vfw20220428192659-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar","artifactChecksum":"MTA3M2I0OGE3NGY5Nzc0Mzg4YjJkYjk1MjU2ZjkwZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee31e7a8-53de-4965-887b-bca01e1dec92","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T19:30:52.054Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:52.054Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:52.056Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:52.056Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:52.156Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:30:52.157Z||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-04-28T19:30:52.157Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:52.166Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:30:52.166Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:30:53.057Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:53.058Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:53.059Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:53.060Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:30:53.160Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:30:53.160Z||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-04-28T19:30:53.161Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:53.170Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:30:53.170Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:30:54.060Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:54.061Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:54.063Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:54.063Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:30:54.164Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T19:30:54.164Z||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-04-28T19:30:54.164Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:54.175Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:30:54.175Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:30:55.064Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:55.065Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:55.067Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:55.067Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.167Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:30:55.167Z||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-04-28T19:30:55.167Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:55.177Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:30:55.178Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:30:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:30:55.384Z||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-04-28T19:30:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:55.401Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:30:55.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174105575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174102881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "cds",
  "timestamp": 1651174102340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "policy-id",
  "timestamp": 1651174102327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174106918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174105575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174102881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "cds",
  "timestamp": 1651174102340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "policy-id",
  "timestamp": 1651174102327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174106918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174105575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174102881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "cds",
  "timestamp": 1651174102340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "policy-id",
  "timestamp": 1651174102327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174106918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174105575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174102881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "cds",
  "timestamp": 1651174102340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "policy-id",
  "timestamp": 1651174102327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174106918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174105575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174102881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "cds",
  "timestamp": 1651174102340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "policy-id",
  "timestamp": 1651174102327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "clamp",
  "timestamp": 1651174110171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174106918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174105575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174102881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "cds",
  "timestamp": 1651174102340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "policy-id",
  "timestamp": 1651174102327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "clamp",
  "timestamp": 1651174110171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174106918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174105575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174102881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "cds",
  "timestamp": 1651174102340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "policy-id",
  "timestamp": 1651174102327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "clamp",
  "timestamp": 1651174110171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174106918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "clamp",
  "timestamp": 1651174110171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "cds",
  "timestamp": 1651174114111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174114115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "policy-id",
  "timestamp": 1651174114245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "clamp",
  "timestamp": 1651174110171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174115111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "cds",
  "timestamp": 1651174115116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-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-04-28T19:30:55.426Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59dc1447-21e6-4e34-bde0-2d829e9a990e
2022-04-28T19:30:55.426Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc1447-21e6-4e34-bde0-2d829e9a990e 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-04-28T19:30:55.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "policy-id",
  "timestamp": 1651174115248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174115541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "clamp",
  "timestamp": 1651174110171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "policy-id",
  "timestamp": 1651174116250,
  "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-04-28T19:30:55.438Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59dc1447-21e6-4e34-bde0-2d829e9a990e
2022-04-28T19:30:55.438Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc1447-21e6-4e34-bde0-2d829e9a990e 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-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "aai-ml",
  "timestamp": 1651174115651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "clamp",
  "timestamp": 1651174110171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "aai-ml",
  "timestamp": 1651174115651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174117761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174117850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "aai-ml",
  "timestamp": 1651174115651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174118776,
  "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-04-28T19:30:55.451Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59dc1447-21e6-4e34-bde0-2d829e9a990e
2022-04-28T19:30:55.451Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc1447-21e6-4e34-bde0-2d829e9a990e 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-04-28T19:30:55.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174118853,
  "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-04-28T19:30:55.459Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59dc1447-21e6-4e34-bde0-2d829e9a990e
2022-04-28T19:30:55.460Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc1447-21e6-4e34-bde0-2d829e9a990e 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-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "aai-ml",
  "timestamp": 1651174115651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174119780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "aai-ml",
  "timestamp": 1651174115651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "aai-ml",
  "timestamp": 1651174115651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "aai-ml",
  "timestamp": 1651174115651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "clamp",
  "timestamp": 1651174123438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "aai-ml",
  "timestamp": 1651174123566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "clamp",
  "timestamp": 1651174125445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "clamp",
  "timestamp": 1651174126448,
  "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-04-28T19:30:55.471Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 59dc1447-21e6-4e34-bde0-2d829e9a990e
2022-04-28T19:30:55.471Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc1447-21e6-4e34-bde0-2d829e9a990e 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-04-28T19:30:55.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "aai-ml",
  "timestamp": 1651174131022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:30:55.477Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "aai-ml",
  "timestamp": 1651174132025,
  "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-04-28T19:30:55.481Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59dc1447-21e6-4e34-bde0-2d829e9a990e
2022-04-28T19:30:55.481Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc1447-21e6-4e34-bde0-2d829e9a990e 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-04-28T19:30:56.067Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:56.068Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:56.071Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:56.071Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T19:30:56.171Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:30:56.171Z||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-04-28T19:30:56.171Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:56.182Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:30:56.182Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:30:57.072Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:57.072Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:57.075Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:57.075Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:30:57.175Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T19:30:57.176Z||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-04-28T19:30:57.177Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:57.187Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:30:57.187Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:30:58.076Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:58.077Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:58.079Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:58.079Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:30:58.179Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:30:58.180Z||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-04-28T19:30:58.180Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:58.192Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:30:58.192Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:30:59.081Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "serviceName": "vFW 2022-04-28 19-26-59",
  "serviceVersion": "1.0",
  "serviceUUID": "0203693b-7cec-4909-b476-e60087b62430",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "113f9481-2c26-40b3-bb05-37e913ca57dc",
  "resources": [
    {
      "resourceInstanceName": "vFW cf305ccf-11d1 0",
      "resourceCustomizationUUID": "7d816a6d-748a-4008-be70-c2ed30d72341",
      "resourceName": "vFW cf305ccf-11d1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0910c032-9596-4478-9bf1-8fbd73f23142",
      "resourceInvariantUUID": "e0ab8a5d-5208-4f17-88c5-b3d1c5743b5c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwcf305ccf11d10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
          "artifactChecksum": "ODgzNmY4NjcyMGEwOTliOTkzYWZjNmM3MmMxMWYzMzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c28310b7-b4a3-400e-b481-a8fcf055492b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "09df72a5-ad75-4ebb-b8a7-6bc4822f4a56",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d4d3f143-4142-4eb4-99a5-fbc4bd03ed21",
            "generatedFromUUID": "09df72a5-ad75-4ebb-b8a7-6bc4822f4a56"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d4d3f143-4142-4eb4-99a5-fbc4bd03ed21",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220428192659-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
      "artifactChecksum": "MTA3M2I0OGE3NGY5Nzc0Mzg4YjJkYjk1MjU2ZjkwZjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee31e7a8-53de-4965-887b-bca01e1dec92"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T19:30:59.081Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T19:30:59.081Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0203693b-7cec-4909-b476-e60087b62430 ASDC
2022-04-28T19:30:59.082Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:59dc1447-21e6-4e34-bde0-2d829e9a990e
ServiceName:vFW 2022-04-28 19-26-59
ServiceVersion:1.0
ServiceUUID:0203693b-7cec-4909-b476-e60087b62430
ServiceInvariantUUID:113f9481-2c26-40b3-bb05-37e913ca57dc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220428192659-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar
ArtifactUUID:ee31e7a8-53de-4965-887b-bca01e1dec92
ArtifactChecksum:MTA3M2I0OGE3NGY5Nzc0Mzg4YjJkYjk1MjU2ZjkwZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cf305ccf-11d1 0
ResourceCustomizationUUID:7d816a6d-748a-4008-be70-c2ed30d72341
ResourceInvariantUUID:e0ab8a5d-5208-4f17-88c5-b3d1c5743b5c
ResourceName:vFW cf305ccf-11d1
ResourceType:VF
ResourceUUID:0910c032-9596-4478-9bf1-8fbd73f23142
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcf305ccf11d10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json
ArtifactUUID:c28310b7-b4a3-400e-b481-a8fcf055492b
ArtifactChecksum:ODgzNmY4NjcyMGEwOTliOTkzYWZjNmM3MmMxMWYzMzg=
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/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml
ArtifactUUID:09df72a5-ad75-4ebb-b8a7-6bc4822f4a56
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/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env
ArtifactUUID:d4d3f143-4142-4eb4-99a5-fbc4bd03ed21
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/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env
ArtifactUUID:d4d3f143-4142-4eb4-99a5-fbc4bd03ed21
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T19:30:59.082Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0203693b-7cec-4909-b476-e60087b62430 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-04-28T19:30:59.111Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:30:59.111Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:30:59.111Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:30:59.111Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ee31e7a8-53de-4965-887b-bca01e1dec92 from URL: /sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar
2022-04-28T19:30:59.112Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:30:59.112Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar
2022-04-28T19:30:59.410Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:30:59.414Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar ee31e7a8-53de-4965-887b-bca01e1dec92 99010
2022-04-28T19:30:59.415Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar ASDC sendASDCNotification
2022-04-28T19:30:59.415Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar
2022-04-28T19:30:59.415Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:30:59.415Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:59.417Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:59.418Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174259415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:30:59.518Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:30:59.518Z||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-04-28T19:30:59.518Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:59.528Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:30:59.528Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:31:00.418Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:31:00.419Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:31:00.420Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ee31e7a8-53de-4965-887b-bca01e1dec92, URL: /sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar to file: /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:00.420Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220428192659-csar.csar
2022-04-28T19:31:00.421Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:00.421Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:00.806Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4857069342570927348/Definitions/service-Vfw20220428192659-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-28T19:31:02.380Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T19:31:02.380Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-28T19:31:02.380Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.380Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||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-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||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-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||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-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cf305ccf-11d1 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-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||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-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||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-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is not matching search criteria
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a879f65f-9a56-4568-91ce-dfe605276490
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is not matching search criteria
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5697d20a-ec4d-4aef-9855-fbf7f050623a
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is not matching search criteria
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=12cd8f0c-b53f-4823-9a43-d9b2d6152148
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.392Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:02.392Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.392Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-28 19-26-59
Description:catalog service description
Model UUID:0203693b-7cec-4909-b476-e60087b62430
Model Version:NULL
Model InvariantUuid:113f9481-2c26-40b3-bb05-37e913ca57dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW cf305ccf-11d1
Model UUID:dc3bd3d8-83a0-4dd3-b854-fc7e107ac930
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e0ab8a5d-5208-4f17-88c5-b3d1c5743b5c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7d816a6d-748a-4008-be70-c2ed30d72341
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8cd18193-7ac8-412e-84ee-f1c32aa0408d
ModelName:VfwCf305ccf11d1..base_vfw..module-0
ModelUuid:39577e28-579d-4092-9c71-aff31941ef69
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a879f65f-9a56-4568-91ce-dfe605276490
ModelInvariantUuid:1ae53b03-a3b0-48f2-987e-064871ed8f75
ModelName:vFW cf305ccf-11d1-nodes.vfwCvfc
ModelUuid:790f2eaa-daae-4823-99bf-bf51c8ae21d5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a1884c9e-3e9d-4d78-b952-1f7ba14b539f
ModelInvariantUuid:5ed62281-7091-4ba9-8dd6-f922c2459455
ModelName:VfwCf305ccf11d1.compute.nodes.heat.vfw
ModelUuid:0b0aad60-1e31-4214-8d80-cf3cee5fefae
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5697d20a-ec4d-4aef-9855-fbf7f050623a
ModelInvariantUuid:12690e56-7775-4b8b-b0cc-8e4c247bb852
ModelName:vFW cf305ccf-11d1-nodes.vsnCvfc
ModelUuid:b0602f19-a469-472c-a341-c00ea745c090
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e8b35d36-69ad-460d-880b-9c957b9e3674
ModelInvariantUuid:531ec1e3-2cff-4d6a-94d6-7a115dc2c777
ModelName:VfwCf305ccf11d1.compute.nodes.heat.vsn
ModelUuid:67796ae4-f208-4407-a551-8afefd9a2931
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:12cd8f0c-b53f-4823-9a43-d9b2d6152148
ModelInvariantUuid:be655bb0-9275-4fbc-98b6-ce281a6db524
ModelName:vFW cf305ccf-11d1-nodes.vpgCvfc
ModelUuid:fd33b502-084a-4ef7-b452-8dbe0895cc1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5a900f6d-7abe-4b68-9615-aab2dbe6475b
ModelInvariantUuid:b7830c09-1385-4ab1-ad98-931453bde5f2
ModelName:VfwCf305ccf11d1.compute.nodes.heat.vpg
ModelUuid:a86fe655-18f2-461d-b18a-dde33b4eb428
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-04-28T19:31:02.398Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0910c032-9596-4478-9bf1-8fbd73f23142
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-04-28T19:31:02.400Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||vFW cf305ccf-11d1 0
2022-04-28T19:31:02.400Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0910c032-9596-4478-9bf1-8fbd73f23142
2022-04-28T19:31:02.400Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c28310b7-b4a3-400e-b481-a8fcf055492b from URL: /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json
2022-04-28T19:31:02.400Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:31:02.400Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json
2022-04-28T19:31:02.839Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:31:02.839Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json c28310b7-b4a3-400e-b481-a8fcf055492b 785
2022-04-28T19:31:02.840Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json ASDC sendASDCNotification
2022-04-28T19:31:02.840Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json
2022-04-28T19:31:02.840Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:31:02.840Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:31:02.842Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:31:02.843Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174262840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:31:02.943Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:31:02.944Z||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-04-28T19:31:02.944Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:02.955Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:31:02.955Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:31:03.843Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCf305ccf11d1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8cd18193-7ac8-412e-84ee-f1c32aa0408d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39577e28-579d-4092-9c71-aff31941ef69",
    "vfModuleModelCustomizationUUID": "0998b7ad-d797-4a6e-b4d2-8e6c37da9165",
    "isBase": true,
    "artifacts": [
      "09df72a5-ad75-4ebb-b8a7-6bc4822f4a56",
      "d4d3f143-4142-4eb4-99a5-fbc4bd03ed21"
    ],
    "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-04-28T19:31:03.847Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf305ccf11d1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39577e28-579d-4092-9c71-aff31941ef69
VfModuleModelInvariantUUID:8cd18193-7ac8-412e-84ee-f1c32aa0408d
VfModuleModelDescription:NULL
Artifacts UUID List:{
09df72a5-ad75-4ebb-b8a7-6bc4822f4a56
,
d4d3f143-4142-4eb4-99a5-fbc4bd03ed21

}
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-04-28T19:31:03.850Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCf305ccf11d1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8cd18193-7ac8-412e-84ee-f1c32aa0408d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39577e28-579d-4092-9c71-aff31941ef69",
    "vfModuleModelCustomizationUUID": "0998b7ad-d797-4a6e-b4d2-8e6c37da9165",
    "isBase": true,
    "artifacts": [
      "09df72a5-ad75-4ebb-b8a7-6bc4822f4a56",
      "d4d3f143-4142-4eb4-99a5-fbc4bd03ed21"
    ],
    "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-04-28T19:31:03.850Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf305ccf11d1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39577e28-579d-4092-9c71-aff31941ef69
VfModuleModelInvariantUUID:8cd18193-7ac8-412e-84ee-f1c32aa0408d
VfModuleModelDescription:NULL
Artifacts UUID List:{
09df72a5-ad75-4ebb-b8a7-6bc4822f4a56
,
d4d3f143-4142-4eb4-99a5-fbc4bd03ed21

}
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-04-28T19:31:03.850Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 09df72a5-ad75-4ebb-b8a7-6bc4822f4a56 from URL: /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml
2022-04-28T19:31:03.850Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:31:03.850Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml
2022-04-28T19:31:04.414Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:31:04.415Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml 09df72a5-ad75-4ebb-b8a7-6bc4822f4a56 20368
2022-04-28T19:31:04.416Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T19:31:04.416Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml
2022-04-28T19:31:04.416Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:31:04.416Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:31:04.418Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:31:04.418Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174264416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:31:04.519Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:31:04.519Z||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-04-28T19:31:04.519Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:04.530Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:31:04.530Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:31:05.419Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d4d3f143-4142-4eb4-99a5-fbc4bd03ed21 from URL: /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env
2022-04-28T19:31:05.420Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:31:05.420Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env
2022-04-28T19:31:06.601Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:31:06.601Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env d4d3f143-4142-4eb4-99a5-fbc4bd03ed21 2098
2022-04-28T19:31:06.601Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T19:31:06.601Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env
2022-04-28T19:31:06.601Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:31:06.602Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:31:06.604Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:31:06.604Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174266601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:31:06.704Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:31:06.704Z||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-04-28T19:31:06.705Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:06.715Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:31:06.715Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:31:07.604Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0203693b-7cec-4909-b476-e60087b62430
2022-04-28T19:31:07.605Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cf305ccf-11d1 0 0910c032-9596-4478-9bf1-8fbd73f23142 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-04-28T19:31:07.619Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5122f806, org.onap.sdc.toscaparser.api.parameters.Input@e668a78, org.onap.sdc.toscaparser.api.parameters.Input@e987697, org.onap.sdc.toscaparser.api.parameters.Input@39e5600, org.onap.sdc.toscaparser.api.parameters.Input@45ba6cbd]
2022-04-28T19:31:07.620Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.621Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:07.621Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-04-28T19:31:07.621Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7d816a6d-748a-4008-be70-c2ed30d72341
2022-04-28T19:31:07.621Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7d816a6d-748a-4008-be70-c2ed30d72341 matches Tosca VF Customization UUID: 7d816a6d-748a-4008-be70-c2ed30d72341
2022-04-28T19:31:07.621Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7d816a6d-748a-4008-be70-c2ed30d72341  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-04-28T19:31:07.622Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.623Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:07.623Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 7d816a6d-748a-4008-be70-c2ed30d72341: {\"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-04-28T19:31:07.623Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@430b988b
2022-04-28T19:31:07.623Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.623Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:31:07.623Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0998b7ad-d797-4a6e-b4d2-8e6c37da9165
2022-04-28T19:31:07.624Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0998b7ad-d797-4a6e-b4d2-8e6c37da9165
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-04-28T19:31:07.625Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.625Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:07.625Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:31:07.625Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.626Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:07.626Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:31:07.626Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.626Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is not matching search criteria
2022-04-28T19:31:07.626Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:31:07.626Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:31:07.626Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T19:31:07.626Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:31:07.626Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:31:07.626Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:07.627Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:07.627Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:31:07.627Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:07.627Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:31:07.627Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:07.627Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a879f65f-9a56-4568-91ce-dfe605276490
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-04-28T19:31:07.628Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.628Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:07.629Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:31:07.629Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.629Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is not matching search criteria
2022-04-28T19:31:07.629Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:31:07.629Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:31:07.629Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:31:07.629Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:07.629Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:07.630Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:31:07.630Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:07.630Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T19:31:07.630Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:31:07.630Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:07.630Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:31:07.630Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:07.630Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5697d20a-ec4d-4aef-9855-fbf7f050623a
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-04-28T19:31:07.632Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.632Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:07.632Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:31:07.632Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.632Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is not matching search criteria
2022-04-28T19:31:07.632Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:31:07.633Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:31:07.633Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:31:07.633Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:07.633Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:07.633Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:31:07.633Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:07.633Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:31:07.633Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:31:07.633Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:07.634Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:07.634Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T19:31:07.634Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=12cd8f0c-b53f-4823-9a43-d9b2d6152148
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-04-28T19:31:07.635Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.635Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:07.635Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:31:07.636Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.636Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:07.636Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0] matching following query criteria: sdcType=VF, customizationUUID=7d816a6d-748a-4008-be70-c2ed30d72341
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-04-28T19:31:07.637Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.637Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:07.637Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0203693b-7cec-4909-b476-e60087b62430: vFW cf305ccf-11d1
2022-04-28T19:31:07.637Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.638Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:07.638Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.638Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:07.638Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.638Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:07.638Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.638Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:07.638Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:31:07.638Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:07.638Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-04-28 19-26-59 
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-04-28T19:31:07.771Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cf305ccf-11d1 0910c032-9596-4478-9bf1-8fbd73f23142 1 ASDC deployResourceStructure
2022-04-28T19:31:07.771Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json ASDC sendASDCNotification
2022-04-28T19:31:07.772Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json
2022-04-28T19:31:07.772Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:31:07.772Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:31:07.773Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:31:07.773Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174267771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:31:07.874Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:31:07.875Z||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-04-28T19:31:07.875Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:07.886Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:31:07.887Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:31:08.774Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T19:31:08.775Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml
2022-04-28T19:31:08.775Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:31:08.775Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:31:08.777Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:31:08.777Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174268774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T19:31:08.877Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:31:08.878Z||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-04-28T19:31:08.878Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:08.889Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:31:08.890Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:31:09.778Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T19:31:09.778Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env
2022-04-28T19:31:09.778Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:31:09.779Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:31:09.780Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:31:09.780Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174269778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T19:31:09.881Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:31:09.882Z||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-04-28T19:31:09.882Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:09.893Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:31:09.893Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:31:10.782Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar ASDC sendASDCNotification
2022-04-28T19:31:10.782Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:10.782Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:31:10.782Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:31:10.785Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:31:10.785Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174270781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:31:10.885Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:31:10.885Z||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-04-28T19:31:10.886Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:10.897Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:31:10.897Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:31:11.785Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59dc1447-21e6-4e34-bde0-2d829e9a990e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:31:11.797Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59dc1447-21e6-4e34-bde0-2d829e9a990e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:31:11.800Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:31:11.800Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:31:11.800Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T19:31:11.800Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T19:31:11.800Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:31:11.800Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:31:11.800Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:31:11.800Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:31:11.801Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:31:11.801Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:31:11.801Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:31:11.805Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T19:31:41.806Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59dc1447-21e6-4e34-bde0-2d829e9a990e 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-04-28T19:31:41.812Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59dc1447-21e6-4e34-bde0-2d829e9a990e and serviceModelVersionId: 0203693b-7cec-4909-b476-e60087b62430
2022-04-28T19:31:41.812Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 113f9481-2c26-40b3-bb05-37e913ca57dc
2022-04-28T19:31:41.813Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/113f9481-2c26-40b3-bb05-37e913ca57dc/model-vers/model-ver/0203693b-7cec-4909-b476-e60087b62430?depth=0
2022-04-28T19:31:41.820Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T19:31:41.850Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/113f9481-2c26-40b3-bb05-37e913ca57dc/model-vers/model-ver/0203693b-7cec-4909-b476-e60087b62430?depth=0|INFO|500||Invoke
2022-04-28T19:31:41.851Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/113f9481-2c26-40b3-bb05-37e913ca57dc/model-vers/model-ver/0203693b-7cec-4909-b476-e60087b62430?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/113f9481-2c26-40b3-bb05-37e913ca57dc/model-vers/model-ver/0203693b-7cec-4909-b476-e60087b62430?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59dc1447-21e6-4e34-bde0-2d829e9a990e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[01deb358-544e-4f97-9970-ee0a87cf81e9], X-ECOMP-RequestID=[59dc1447-21e6-4e34-bde0-2d829e9a990e], X-TransactionId=[], X-ONAP-RequestID=[59dc1447-21e6-4e34-bde0-2d829e9a990e], Content-Type=[application/merge-patch+json]}
2022-04-28T19:31:41.878Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/113f9481-2c26-40b3-bb05-37e913ca57dc/model-vers/model-ver/0203693b-7cec-4909-b476-e60087b62430?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-28T19:31:42.178Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/113f9481-2c26-40b3-bb05-37e913ca57dc/model-vers/model-ver/0203693b-7cec-4909-b476-e60087b62430?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/113f9481-2c26-40b3-bb05-37e913ca57dc/model-vers/model-ver/0203693b-7cec-4909-b476-e60087b62430?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220428-19:31:41:884-15680], vertex-id=[188592], Content-Length=[0], Date=[Thu, 28 Apr 2022 19:31:41 GMT], Content-Type=[application/json]}
2022-04-28T19:31:42.179Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/113f9481-2c26-40b3-bb05-37e913ca57dc/model-vers/model-ver/0203693b-7cec-4909-b476-e60087b62430?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-28T19:31:42.179Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/113f9481-2c26-40b3-bb05-37e913ca57dc/model-vers/model-ver/0203693b-7cec-4909-b476-e60087b62430?depth=0|INFO|500||InvokeReturn
2022-04-28T19:31:42.180Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T19:31:42.180Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:31:42.184Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:31:42.185Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59dc1447-21e6-4e34-bde0-2d829e9a990e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T19:31:42.185Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T19:31:42.185Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:31:42.187Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:31:42.188Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174302185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:31:42.288Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:31:42.289Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:31:42.289Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:42.304Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:31:42.304Z||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-04-28T19:31:43.199Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:31:43.200Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:31:43.200Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:52.728Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:31:52.728Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:31:52.729Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:31:52.729Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:31:55.384Z||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-04-28T19:31:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:55.398Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:31:55.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:31:55.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174246650,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:31:55.399Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:31:55.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:31:55.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:31:55.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:31:55.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:31:55.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:31:55.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:31:55.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:31:55.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:31:55.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:31:55.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:31:55.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:31:55.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:32:02.256Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:32:02.256Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:32:02.257Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:32:02.257Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:32:11.788Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:32:11.789Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:32:11.789Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:32:11.789Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:32:21.318Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:32:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:32:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:32:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:32:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:32:55.384Z||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-04-28T19:32:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:32:55.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:32:55.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:32:55.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-28T19:32:55.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:32:55.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:32:55.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:32:55.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:32:55.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:32:55.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174247665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:32:55.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:32:55.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:32:55.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174259415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:32:55.901Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:32:55.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:32:55.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174262840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:32:55.901Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:32:55.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:32:55.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174264416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:32:55.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:32:55.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:32:55.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174266601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:32:55.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:32:55.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:32:55.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174267771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:32:55.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:32:55.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:32:55.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174268774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T19:32:55.903Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:32:55.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:32:55.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174269778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-28T19:32:55.903Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:32:55.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:32:55.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174270781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:32:55.903Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:32:55.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:32:55.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174302185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:32:55.903Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:33:04.875Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:33:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:33:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:33:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:33:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:33:55.384Z||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-04-28T19:33:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:34:04.877Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:34:04.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:34:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:34:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:34:55.345Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:34:55.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:34:55.384Z||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-04-28T19:34:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:35:04.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:35:04.919Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:35:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:35:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:35:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:35:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:35:55.384Z||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-04-28T19:35:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:36:04.877Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:36:04.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:36:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:36:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:36:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:36:55.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:36:55.384Z||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-04-28T19:36:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:37:04.876Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:37:04.912Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:37:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:37:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:37:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:37:55.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:37:55.384Z||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-04-28T19:37:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:38:04.875Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:38:04.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:38:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:38:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:38:55.344Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:38:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:38:55.384Z||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-04-28T19:38:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:39:04.879Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:39:04.910Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:39:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:39:55.344Z||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-04-28T19:39:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:39:55.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:39:55.384Z||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-04-28T19:39:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:39:55.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:39:55.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T19:39:55.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a41b93b-cc64-4b4c-9a92-533b5b038cd7","serviceName":"Demo_pNF_8pQAL4FsQA99rVxhojvx","serviceVersion":"1.0","serviceUUID":"ed1ed010-a7fc-4861-a32a-7554c7f1e516","serviceDescription":"catalog service description","serviceInvariantUUID":"fe590e8b-a3f0-4317-8cb0-dbc7b83cd089","resources":[{"resourceInstanceName":"pNF dc4c62e8-4d96 0","resourceName":"pNF dc4c62e8-4d96","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1f4b7d5e-de1b-4e46-8971-34cb86b126fb","resourceInvariantUUID":"7b38157b-5f74-4746-be16-c65f6ff3ddea","resourceCustomizationUUID":"722ea9ca-b244-480e-86c1-212c732c01f2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vf-license-model.xml","artifactChecksum":"NWYyNGMyOGIwZTY2NDRiOWFhOTA4OWRhNGEwMDFlMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c198d5b1-babd-430c-afe4-722544b24b8c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/pNF.csar","artifactChecksum":"MGZhMTk2OGExZjg2NjBhYmY4MmM5MTc0NWI0MGQ1MWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c18d395-5651-4fb2-a6ab-213c0eaa2aab","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30682f69-f1f1-4f05-a1c9-511abfbbd7f2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vendor-license-model.xml","artifactChecksum":"ZmY1ODk2YmE4NDA4NjA4ZmZlYTVhYmU5NjAxNmIxYTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ef8d4a9-12f6-4f17-b3cc-5185c45c754b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ed891c4e-7713-4af0-be9b-f45e4f416405","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"77197a9d-c816-4a57-b868-dacaa7c9021b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8pqal4fsqa99rvxhojvx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-template.yml","artifactChecksum":"NTdiM2ExN2RhNDUxODgyNWIxZTE0NGIyOTE3YzI2YzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63a4f1c6-517d-48fb-b8f9-157bd18a3232","artifactVersion":"1"},{"artifactName":"service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar","artifactChecksum":"OGMyN2NmYzg5N2Y2ZGMxYTUxMDY1NmViNmQ4NTU5ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95b309d2-275c-4a1d-a19d-c75bd6c037cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T19:39:55.972Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:39:55.973Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:39:55.976Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:39:55.976Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.002Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:39:56.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174745575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "aai-ml",
  "timestamp": 1651174745651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174742879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "cds",
  "timestamp": 1651174747340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174745575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "aai-ml",
  "timestamp": 1651174745651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174742879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "cds",
  "timestamp": 1651174747340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174745575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174742879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "aai-ml",
  "timestamp": 1651174745651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "cds",
  "timestamp": 1651174747340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174745575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "aai-ml",
  "timestamp": 1651174745651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174742879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "cds",
  "timestamp": 1651174747340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174745575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "aai-ml",
  "timestamp": 1651174745651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174742879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "cds",
  "timestamp": 1651174747340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174742879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:39:56.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "aai-ml",
  "timestamp": 1651174745651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "cds",
  "timestamp": 1651174747340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174745575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "aai-ml",
  "timestamp": 1651174745651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174742879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "cds",
  "timestamp": 1651174747340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174745575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "aai-ml",
  "timestamp": 1651174745651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174742879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "cds",
  "timestamp": 1651174747340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:39:56.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174745575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:39:56.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "aai-ml",
  "timestamp": 1651174760987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:39:56.016Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:39:56.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "cds",
  "timestamp": 1651174760997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:39:56.017Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:39:56.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174761055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:39:56.017Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:39:56.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "cds",
  "timestamp": 1651174762001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-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-04-28T19:39:56.032Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a41b93b-cc64-4b4c-9a92-533b5b038cd7
2022-04-28T19:39:56.032Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a41b93b-cc64-4b4c-9a92-533b5b038cd7 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-04-28T19:39:56.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174762308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T19:39:56.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:39:56.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "policy-id",
  "timestamp": 1651174762327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174763312,
  "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-04-28T19:39:56.047Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8a41b93b-cc64-4b4c-9a92-533b5b038cd7
2022-04-28T19:39:56.047Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a41b93b-cc64-4b4c-9a92-533b5b038cd7 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-04-28T19:39:56.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "policy-id",
  "timestamp": 1651174762327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "aai-ml",
  "timestamp": 1651174764565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:39:56.055Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:39:56.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "policy-id",
  "timestamp": 1651174762327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "aai-ml",
  "timestamp": 1651174765568,
  "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-04-28T19:39:56.060Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a41b93b-cc64-4b4c-9a92-533b5b038cd7
2022-04-28T19:39:56.060Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a41b93b-cc64-4b4c-9a92-533b5b038cd7 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-04-28T19:39:56.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "policy-id",
  "timestamp": 1651174762327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "policy-id",
  "timestamp": 1651174762327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174766918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "policy-id",
  "timestamp": 1651174762327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174766918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "policy-id",
  "timestamp": 1651174762327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174766918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "policy-id",
  "timestamp": 1651174762327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:39:56.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174766918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "clamp",
  "timestamp": 1651174770171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174766918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "policy-id",
  "timestamp": 1651174771610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:39:56.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:39:56.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "clamp",
  "timestamp": 1651174770171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174766918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "policy-id",
  "timestamp": 1651174772613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:39:56.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:39:56.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "clamp",
  "timestamp": 1651174770171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174766918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.076Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:39:56.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "policy-id",
  "timestamp": 1651174773616,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-04-28T19:39:56.077Z||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-04-28T19:39:56.077Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T19:39:56.081Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a41b93b-cc64-4b4c-9a92-533b5b038cd7
2022-04-28T19:39:56.081Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a41b93b-cc64-4b4c-9a92-533b5b038cd7 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-04-28T19:39:56.085Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:39:56.086Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:39:56.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "clamp",
  "timestamp": 1651174770171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174766918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:39:56.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "clamp",
  "timestamp": 1651174770171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "clamp",
  "timestamp": 1651174770171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174776741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "clamp",
  "timestamp": 1651174770171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "clamp",
  "timestamp": 1651174770171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174778394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174779397,
  "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-04-28T19:39:56.093Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a41b93b-cc64-4b4c-9a92-533b5b038cd7
2022-04-28T19:39:56.093Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a41b93b-cc64-4b4c-9a92-533b5b038cd7 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-04-28T19:39:56.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "clamp",
  "timestamp": 1651174784550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:39:56.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:39:56.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "clamp",
  "timestamp": 1651174787552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:39:56.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:39:56.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T19:39:56.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "clamp",
  "timestamp": 1651174788555,
  "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-04-28T19:39:56.104Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8a41b93b-cc64-4b4c-9a92-533b5b038cd7
2022-04-28T19:39:56.104Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a41b93b-cc64-4b4c-9a92-533b5b038cd7 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-04-28T19:39:56.976Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:39:56.977Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:39:56.979Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:39:56.979Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:57.079Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:39:57.080Z||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-04-28T19:39:57.080Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:39:57.091Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:39:57.091Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:39:57.979Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:39:57.980Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:39:57.982Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:39:57.982Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:58.083Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:39:58.084Z||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-04-28T19:39:58.084Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:39:58.093Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:39:58.094Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:39:58.983Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:39:58.984Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:39:58.986Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:39:58.986Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:39:59.086Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:39:59.087Z||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-04-28T19:39:59.087Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:39:59.097Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:39:59.098Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:39:59.986Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:39:59.987Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:39:59.988Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:39:59.988Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:40:00.088Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:40:00.089Z||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-04-28T19:40:00.089Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:40:00.098Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:40:00.099Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:40:00.989Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:40:00.989Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:40:01.005Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:40:01.009Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:40:01.106Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-28T19:40:01.107Z||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-04-28T19:40:01.107Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:40:01.118Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:40:01.118Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:40:02.012Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:40:02.013Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:40:02.015Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:40:02.015Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:40:02.115Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:40:02.116Z||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-04-28T19:40:02.116Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:40:02.127Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:40:02.127Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:40:03.016Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:40:03.017Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:40:03.019Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:40:03.019Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:40:03.119Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:40:03.120Z||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-04-28T19:40:03.120Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:40:03.131Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:40:03.131Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:40:04.020Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "serviceName": "Demo_pNF_8pQAL4FsQA99rVxhojvx",
  "serviceVersion": "1.0",
  "serviceUUID": "ed1ed010-a7fc-4861-a32a-7554c7f1e516",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fe590e8b-a3f0-4317-8cb0-dbc7b83cd089",
  "resources": [
    {
      "resourceInstanceName": "pNF dc4c62e8-4d96 0",
      "resourceCustomizationUUID": "722ea9ca-b244-480e-86c1-212c732c01f2",
      "resourceName": "pNF dc4c62e8-4d96",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1f4b7d5e-de1b-4e46-8971-34cb86b126fb",
      "resourceInvariantUUID": "7b38157b-5f74-4746-be16-c65f6ff3ddea",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
      "artifactChecksum": "OGMyN2NmYzg5N2Y2ZGMxYTUxMDY1NmViNmQ4NTU5ZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95b309d2-275c-4a1d-a19d-c75bd6c037cb"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T19:40:04.020Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T19:40:04.020Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ed1ed010-a7fc-4861-a32a-7554c7f1e516 ASDC
2022-04-28T19:40:04.021Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8a41b93b-cc64-4b4c-9a92-533b5b038cd7
ServiceName:Demo_pNF_8pQAL4FsQA99rVxhojvx
ServiceVersion:1.0
ServiceUUID:ed1ed010-a7fc-4861-a32a-7554c7f1e516
ServiceInvariantUUID:fe590e8b-a3f0-4317-8cb0-dbc7b83cd089
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
ArtifactUUID:95b309d2-275c-4a1d-a19d-c75bd6c037cb
ArtifactChecksum:OGMyN2NmYzg5N2Y2ZGMxYTUxMDY1NmViNmQ4NTU5ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF dc4c62e8-4d96 0
ResourceCustomizationUUID:722ea9ca-b244-480e-86c1-212c732c01f2
ResourceInvariantUUID:7b38157b-5f74-4746-be16-c65f6ff3ddea
ResourceName:pNF dc4c62e8-4d96
ResourceType:PNF
ResourceUUID:1f4b7d5e-de1b-4e46-8971-34cb86b126fb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-28T19:40:04.021Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed1ed010-a7fc-4861-a32a-7554c7f1e516 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-04-28T19:40:04.044Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:40:04.044Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:40:04.045Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:40:04.045Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 95b309d2-275c-4a1d-a19d-c75bd6c037cb from URL: /sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:04.045Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-28T19:40:04.045Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:04.347Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-28T19:40:04.353Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar 95b309d2-275c-4a1d-a19d-c75bd6c037cb 82651
2022-04-28T19:40:04.353Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar ASDC sendASDCNotification
2022-04-28T19:40:04.353Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:04.353Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:40:04.353Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:40:04.355Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:40:04.355Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174804353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:40:04.455Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:40:04.455Z||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-04-28T19:40:04.456Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:40:04.466Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:40:04.466Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:40:05.355Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:40:05.356Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:40:05.356Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 95b309d2-275c-4a1d-a19d-c75bd6c037cb, URL: /sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar to file: /app/ASDC/1/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:05.357Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:05.357Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:05.357Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:05.440Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15843668568793840613/Definitions/service-DemoPnf8pqal4fsqa99rvxhojvx-template.yml
2022-04-28T19:40:06.027Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T19:40:06.027Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T19:40:06.027Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:06.027Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-28T19:40:06.028Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dc4c62e8-4d96 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-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:06.028Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||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-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:06.028Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:06.028Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||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-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:06.028Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|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-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:06.028Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|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-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:06.028Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|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-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:06.028Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T19:40:06.028Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:40:06.028Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8pQAL4FsQA99rVxhojvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:40:06.028Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Node template pNF dc4c62e8-4d96 0 is matching search criteria
2022-04-28T19:40:06.029Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T19:40:06.029Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF dc4c62e8-4d96 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:40:06.029Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:40:06.029Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8pQAL4FsQA99rVxhojvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:40:06.029Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Node template pNF dc4c62e8-4d96 0 is matching search criteria
2022-04-28T19:40:06.029Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T19:40:06.029Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF dc4c62e8-4d96 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:40:06.029Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:40:06.029Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8pQAL4FsQA99rVxhojvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:40:06.029Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:40:06.029Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8pQAL4FsQA99rVxhojvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:40:06.029Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:40:06.030Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8pQAL4FsQA99rVxhojvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:40:06.030Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:40:06.030Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8pQAL4FsQA99rVxhojvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:40:06.030Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:40:06.030Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8pQAL4FsQA99rVxhojvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:40:06.030Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_8pQAL4FsQA99rVxhojvx
Description:catalog service description
Model UUID:ed1ed010-a7fc-4861-a32a-7554c7f1e516
Model Version:NULL
Model InvariantUuid:fe590e8b-a3f0-4317-8cb0-dbc7b83cd089
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-04-28T19:40:06.037Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1f4b7d5e-de1b-4e46-8971-34cb86b126fb
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-04-28T19:40:06.040Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||pNF dc4c62e8-4d96 0
2022-04-28T19:40:06.040Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1f4b7d5e-de1b-4e46-8971-34cb86b126fb
2022-04-28T19:40:06.040Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||No resources found for Service: ed1ed010-a7fc-4861-a32a-7554c7f1e516
2022-04-28T19:40:06.040Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ed1ed010-a7fc-4861-a32a-7554c7f1e516
2022-04-28T19:40:06.040Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dc4c62e8-4d96 0 1f4b7d5e-de1b-4e46-8971-34cb86b126fb 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-04-28T19:40:06.044Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24ef4f51, org.onap.sdc.toscaparser.api.parameters.Input@3cade7ac, org.onap.sdc.toscaparser.api.parameters.Input@5961dc4a, org.onap.sdc.toscaparser.api.parameters.Input@76d98ab1, org.onap.sdc.toscaparser.api.parameters.Input@2812d6fc]
2022-04-28T19:40:06.044Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:40:06.044Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8pQAL4FsQA99rVxhojvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:40:06.045Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ed1ed010-a7fc-4861-a32a-7554c7f1e516: pNF dc4c62e8-4d96
2022-04-28T19:40:06.045Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||Processing PNF resource: 1f4b7d5e-de1b-4e46-8971-34cb86b126fb
2022-04-28T19:40:06.045Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:40:06.045Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8pQAL4FsQA99rVxhojvx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:40:06.045Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||Resource customization UUID: 722ea9ca-b244-480e-86c1-212c732c01f2 is the same as notified resource customizationUUID: 722ea9ca-b244-480e-86c1-212c732c01f2
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-04-28T19:40:06.105Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF dc4c62e8-4d96 1f4b7d5e-de1b-4e46-8971-34cb86b126fb 0 ASDC deployResourceStructure
2022-04-28T19:40:06.106Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar ASDC sendASDCNotification
2022-04-28T19:40:06.106Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar
2022-04-28T19:40:06.106Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:40:06.106Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:40:06.108Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:40:06.109Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174806106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:40:06.209Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:40:06.209Z||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-04-28T19:40:06.210Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:40:06.221Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:40:06.221Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:40:07.109Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a41b93b-cc64-4b4c-9a92-533b5b038cd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:40:07.121Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a41b93b-cc64-4b4c-9a92-533b5b038cd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:40:07.124Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:40:07.124Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:40:07.124Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T19:40:07.125Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T19:40:07.125Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:40:07.125Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:40:07.125Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:40:07.125Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:40:07.125Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:40:07.125Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:40:07.125Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:40:07.125Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|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-04-28T19:40:07.129Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T19:40:37.129Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a41b93b-cc64-4b4c-9a92-533b5b038cd7 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-04-28T19:40:37.135Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a41b93b-cc64-4b4c-9a92-533b5b038cd7 and serviceModelVersionId: ed1ed010-a7fc-4861-a32a-7554c7f1e516
2022-04-28T19:40:37.136Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe590e8b-a3f0-4317-8cb0-dbc7b83cd089
2022-04-28T19:40:37.136Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe590e8b-a3f0-4317-8cb0-dbc7b83cd089/model-vers/model-ver/ed1ed010-a7fc-4861-a32a-7554c7f1e516?depth=0
2022-04-28T19:40:37.141Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T19:40:37.170Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe590e8b-a3f0-4317-8cb0-dbc7b83cd089/model-vers/model-ver/ed1ed010-a7fc-4861-a32a-7554c7f1e516?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-04-28T19:40:37.170Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe590e8b-a3f0-4317-8cb0-dbc7b83cd089/model-vers/model-ver/ed1ed010-a7fc-4861-a32a-7554c7f1e516?depth=0|INFO|500||Invoke
2022-04-28T19:40:37.187Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe590e8b-a3f0-4317-8cb0-dbc7b83cd089/model-vers/model-ver/ed1ed010-a7fc-4861-a32a-7554c7f1e516?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-28T19:40:38.463Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe590e8b-a3f0-4317-8cb0-dbc7b83cd089/model-vers/model-ver/ed1ed010-a7fc-4861-a32a-7554c7f1e516?depth=0|INFO|500||InvokeReturn
2022-04-28T19:40:38.464Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe590e8b-a3f0-4317-8cb0-dbc7b83cd089/model-vers/model-ver/ed1ed010-a7fc-4861-a32a-7554c7f1e516?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220428-19:40:37:199-60252], vertex-id=[196792], Content-Length=[0], Date=[Thu, 28 Apr 2022 19:40:37 GMT], Content-Type=[application/json]}
2022-04-28T19:40:38.464Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-28T19:40:38.464Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T19:40:38.464Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|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-04-28T19:40:38.469Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|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-04-28T19:40:38.469Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a41b93b-cc64-4b4c-9a92-533b5b038cd7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T19:40:38.469Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T19:40:38.470Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:40:38.471Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:40:38.472Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174838469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:40:38.572Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:40:38.572Z||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-04-28T19:40:38.573Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:40:38.587Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:40:38.588Z||pool-61-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-04-28T19:40:55.344Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:40:55.345Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|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-04-28T19:40:55.345Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:40:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:40:55.384Z||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-04-28T19:40:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:40:55.497Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:40:55.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:40:55.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:40:55.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:41:04.877Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:41:55.344Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:41:55.344Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|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-04-28T19:41:55.345Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:41:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:41:55.384Z||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-04-28T19:41:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:41:55.400Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:41:55.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:41:55.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:41:55.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/resourceInstances/pnfdc4c62e84d960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174795344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:41:55.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:41:55.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:41:55.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174804353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:41:55.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:41:55.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:41:55.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174806106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pqal4fsqa99rvxhojvx/1.0/artifacts/service-DemoPnf8pqal4fsqa99rvxhojvx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:41:55.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:41:55.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:41:55.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a41b93b-cc64-4b4c-9a92-533b5b038cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174838469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:41:55.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:41:55.965Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:41:55.965Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T19:41:55.965Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd861dbb-96b4-43ba-bab6-75ff8525533f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9e7d4e0b-e17b-4416-8b50-bff0eb258829","serviceDescription":"service","serviceInvariantUUID":"7f1dbd72-7af4-4127-87b2-df51df975352","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9cb05b52-64f9-4ebb-9589-1a7d358cd0d7","resourceInvariantUUID":"a6182887-8cb7-43ac-b952-3cecfbc74473","resourceCustomizationUUID":"9ceb45ec-08d3-43e1-b9ac-e1bf99b13566","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YTVlYTYwYjQyODFhZmIyMjJiY2Y2ZWRlMGQ4ZDEzZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5ba4921-4bbe-431b-b69a-3ead5f413d62","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"M2UxNWNmZDBlYjFhMDFlYjQ2OTVhMTIwY2Y5MDAxMzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"501eb004-745c-4c52-b816-ac7eeb9e6199","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c202f4db-8f47-45d9-b989-2cdf9e646d43","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e778b6a-54e8-4ff4-87d9-f634e598437c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a809130-66fc-467a-900d-1323a6f2ea73","artifactVersion":"2","generatedFromUUID":"c202f4db-8f47-45d9-b989-2cdf9e646d43"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTgxOTM0MzU1NjYxYTA2ZjIxNWEyMTk5MmFjNGJmNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b871ce3e-951e-4ce7-afc1-3473e8aeef4d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWYwZTBjOTI3MGM2YWE0YWFmNDY5NTM1NjQzZThlY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdcabeb8-bb25-4c75-8374-7a277b16c1f8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T19:41:55.968Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:41:55.968Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:41:55.970Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:41:55.970Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:41:56.070Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:41:56.071Z||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-04-28T19:41:56.071Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:41:56.081Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:41:56.082Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:41:56.970Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:41:56.971Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:41:56.973Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:41:56.973Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:41:57.073Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:41:57.074Z||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-04-28T19:41:57.074Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:41:57.085Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:41:57.085Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:41:57.973Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:41:57.974Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:41:57.976Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:41:57.976Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:41:58.077Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:41:58.077Z||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-04-28T19:41:58.077Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:41:58.086Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:41:58.087Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:41:58.977Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:41:58.978Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:41:58.980Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:41:58.980Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:41:59.080Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:41:59.081Z||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-04-28T19:41:59.081Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:41:59.090Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:41:59.091Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:41:59.980Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:41:59.981Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:41:59.983Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:41:59.983Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-28T19:42:00.083Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:42:00.084Z||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-04-28T19:42:00.084Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:42:00.093Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:42:00.094Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:42:00.983Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:42:00.985Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:42:00.987Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:42:00.987Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:01.087Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:42:01.088Z||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-04-28T19:42:01.088Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:42:01.096Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:42:01.097Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:42:01.987Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:42:01.988Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:42:01.990Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:42:01.990Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:42:02.090Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:42:02.091Z||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-04-28T19:42:02.091Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:42:02.101Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:42:02.101Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:42:02.992Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9e7d4e0b-e17b-4416-8b50-bff0eb258829",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7f1dbd72-7af4-4127-87b2-df51df975352",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9ceb45ec-08d3-43e1-b9ac-e1bf99b13566",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9cb05b52-64f9-4ebb-9589-1a7d358cd0d7",
      "resourceInvariantUUID": "a6182887-8cb7-43ac-b952-3cecfbc74473",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "M2UxNWNmZDBlYjFhMDFlYjQ2OTVhMTIwY2Y5MDAxMzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "501eb004-745c-4c52-b816-ac7eeb9e6199",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c202f4db-8f47-45d9-b989-2cdf9e646d43",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5a809130-66fc-467a-900d-1323a6f2ea73",
            "generatedFromUUID": "c202f4db-8f47-45d9-b989-2cdf9e646d43"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5a809130-66fc-467a-900d-1323a6f2ea73",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWYwZTBjOTI3MGM2YWE0YWFmNDY5NTM1NjQzZThlY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdcabeb8-bb25-4c75-8374-7a277b16c1f8"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T19:42:02.992Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T19:42:02.992Z|8a41b93b-cc64-4b4c-9a92-533b5b038cd7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9e7d4e0b-e17b-4416-8b50-bff0eb258829 ASDC
2022-04-28T19:42:02.992Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:cd861dbb-96b4-43ba-bab6-75ff8525533f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9e7d4e0b-e17b-4416-8b50-bff0eb258829
ServiceInvariantUUID:7f1dbd72-7af4-4127-87b2-df51df975352
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:bdcabeb8-bb25-4c75-8374-7a277b16c1f8
ArtifactChecksum:OWYwZTBjOTI3MGM2YWE0YWFmNDY5NTM1NjQzZThlY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9ceb45ec-08d3-43e1-b9ac-e1bf99b13566
ResourceInvariantUUID:a6182887-8cb7-43ac-b952-3cecfbc74473
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9cb05b52-64f9-4ebb-9589-1a7d358cd0d7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:501eb004-745c-4c52-b816-ac7eeb9e6199
ArtifactChecksum:M2UxNWNmZDBlYjFhMDFlYjQ2OTVhMTIwY2Y5MDAxMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:c202f4db-8f47-45d9-b989-2cdf9e646d43
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:5a809130-66fc-467a-900d-1323a6f2ea73
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:5a809130-66fc-467a-900d-1323a6f2ea73
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T19:42:02.993Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e7d4e0b-e17b-4416-8b50-bff0eb258829 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-04-28T19:42:03.022Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:42:03.022Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:42:03.022Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:42:03.023Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bdcabeb8-bb25-4c75-8374-7a277b16c1f8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-28T19:42:03.023Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-28T19:42:03.023Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-28T19:42:03.610Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-28T19:42:03.615Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bdcabeb8-bb25-4c75-8374-7a277b16c1f8 71063
2022-04-28T19:42:03.616Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-28T19:42:03.616Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-28T19:42:03.616Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:42:03.616Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:42:03.618Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:42:03.618Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174923616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:42:03.718Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:42:03.719Z||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-04-28T19:42:03.719Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:42:03.727Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:42:03.728Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:42:04.625Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:42:04.625Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:42:04.626Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bdcabeb8-bb25-4c75-8374-7a277b16c1f8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-28T19:42:04.626Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-28T19:42:04.626Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-28T19:42:04.626Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-28T19:42:05.034Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP64751245039904769/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-28T19:42:05.919Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T19:42:05.919Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T19:42:05.919Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-28T19:42:05.919Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-28T19:42:05.919Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-28T19:42:05.919Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-28T19:42:05.919Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|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-BasicVm-csar.csar
2022-04-28T19:42:05.919Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|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-BasicVm-csar.csar
2022-04-28T19:42:05.919Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|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-BasicVm-csar.csar
2022-04-28T19:42:05.919Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-28T19:42:05.919Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|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-BasicVm-csar.csar
2022-04-28T19:42:05.919Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-28T19:42:05.919Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|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-BasicVm-csar.csar
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:05.920Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:42:05.921Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e7ea3b2c-60e1-454e-97fb-5eb518d188ab
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:05.922Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9e7d4e0b-e17b-4416-8b50-bff0eb258829
Model Version:NULL
Model InvariantUuid:7f1dbd72-7af4-4127-87b2-df51df975352
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:56e16beb-5630-466f-933f-a7c4c3e90c37
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a6182887-8cb7-43ac-b952-3cecfbc74473
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9ceb45ec-08d3-43e1-b9ac-e1bf99b13566
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ae2e655e-cc5b-4b83-8735-f09df9f6b3e1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:589ac1e6-7f79-47e5-8d87-04ffaa3dafe2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e7ea3b2c-60e1-454e-97fb-5eb518d188ab
ModelInvariantUuid:f97def1a-4288-430b-a9ed-7c31e3436a47
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e6c3d28f-8ec7-497b-b8c7-6d6b8aec9c95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:cabef000-180e-4e9b-bf98-0911fdc91e86
ModelInvariantUuid:a60693e6-bf70-4d5c-9d64-abe4319112d5
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:4365b656-a1b5-4911-ad4c-96219939e2c6
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-04-28T19:42:05.930Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9cb05b52-64f9-4ebb-9589-1a7d358cd0d7
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-04-28T19:42:05.933Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-04-28T19:42:05.933Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9cb05b52-64f9-4ebb-9589-1a7d358cd0d7
2022-04-28T19:42:05.933Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 501eb004-745c-4c52-b816-ac7eeb9e6199 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-28T19:42:05.933Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-28T19:42:05.933Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-28T19:42:07.103Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-28T19:42:07.103Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 501eb004-745c-4c52-b816-ac7eeb9e6199 787
2022-04-28T19:42:07.103Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-28T19:42:07.103Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-28T19:42:07.104Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:42:07.104Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:42:07.106Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:42:07.106Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174927103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:42:07.206Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:42:07.207Z||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-04-28T19:42:07.207Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:42:07.214Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:42:07.214Z||pool-70-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:42:08.107Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ae2e655e-cc5b-4b83-8735-f09df9f6b3e1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "589ac1e6-7f79-47e5-8d87-04ffaa3dafe2",
    "vfModuleModelCustomizationUUID": "82673f8c-3eab-4ed2-a509-f32b457261f0",
    "isBase": true,
    "artifacts": [
      "c202f4db-8f47-45d9-b989-2cdf9e646d43",
      "5a809130-66fc-467a-900d-1323a6f2ea73"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-28T19:42:08.111Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:589ac1e6-7f79-47e5-8d87-04ffaa3dafe2
VfModuleModelInvariantUUID:ae2e655e-cc5b-4b83-8735-f09df9f6b3e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c202f4db-8f47-45d9-b989-2cdf9e646d43
,
5a809130-66fc-467a-900d-1323a6f2ea73

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-04-28T19:42:08.113Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ae2e655e-cc5b-4b83-8735-f09df9f6b3e1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "589ac1e6-7f79-47e5-8d87-04ffaa3dafe2",
    "vfModuleModelCustomizationUUID": "82673f8c-3eab-4ed2-a509-f32b457261f0",
    "isBase": true,
    "artifacts": [
      "c202f4db-8f47-45d9-b989-2cdf9e646d43",
      "5a809130-66fc-467a-900d-1323a6f2ea73"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-28T19:42:08.113Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:589ac1e6-7f79-47e5-8d87-04ffaa3dafe2
VfModuleModelInvariantUUID:ae2e655e-cc5b-4b83-8735-f09df9f6b3e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c202f4db-8f47-45d9-b989-2cdf9e646d43
,
5a809130-66fc-467a-900d-1323a6f2ea73

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-04-28T19:42:08.114Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c202f4db-8f47-45d9-b989-2cdf9e646d43 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-28T19:42:08.114Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-28T19:42:08.114Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-28T19:42:08.765Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-28T19:42:08.765Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c202f4db-8f47-45d9-b989-2cdf9e646d43 5033
2022-04-28T19:42:08.766Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-28T19:42:08.766Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-28T19:42:08.766Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:42:08.766Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:42:08.768Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:42:08.768Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174928766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:42:08.868Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T19:42:08.869Z||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-04-28T19:42:08.869Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:42:08.877Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:42:08.877Z||pool-71-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:42:09.769Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5a809130-66fc-467a-900d-1323a6f2ea73 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-28T19:42:09.770Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-28T19:42:09.770Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-28T19:42:10.347Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-28T19:42:10.347Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5a809130-66fc-467a-900d-1323a6f2ea73 903
2022-04-28T19:42:10.347Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-28T19:42:10.347Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-28T19:42:10.348Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:42:10.348Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:42:10.349Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:42:10.350Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174930347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:42:10.450Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:42:10.450Z||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-04-28T19:42:10.450Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:42:10.459Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:42:10.459Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:42:11.350Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9e7d4e0b-e17b-4416-8b50-bff0eb258829
2022-04-28T19:42:11.351Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9cb05b52-64f9-4ebb-9589-1a7d358cd0d7 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-04-28T19:42:11.365Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a3b2b7f, org.onap.sdc.toscaparser.api.parameters.Input@16a960e, org.onap.sdc.toscaparser.api.parameters.Input@4d64f3e9, org.onap.sdc.toscaparser.api.parameters.Input@3ef2f974, org.onap.sdc.toscaparser.api.parameters.Input@6d415d06]
2022-04-28T19:42:11.367Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.367Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:11.367Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-28T19:42:11.367Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9ceb45ec-08d3-43e1-b9ac-e1bf99b13566
2022-04-28T19:42:11.367Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ceb45ec-08d3-43e1-b9ac-e1bf99b13566 matches Tosca VF Customization UUID: 9ceb45ec-08d3-43e1-b9ac-e1bf99b13566
2022-04-28T19:42:11.368Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9ceb45ec-08d3-43e1-b9ac-e1bf99b13566  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-04-28T19:42:11.370Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.370Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:11.370Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9ceb45ec-08d3-43e1-b9ac-e1bf99b13566: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-04-28T19:42:11.371Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bcf517b
2022-04-28T19:42:11.371Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.371Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:42:11.371Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 82673f8c-3eab-4ed2-a509-f32b457261f0
2022-04-28T19:42:11.371Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 82673f8c-3eab-4ed2-a509-f32b457261f0
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-04-28T19:42:11.373Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.373Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T19:42:11.374Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:42:11.374Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.374Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T19:42:11.374Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:42:11.374Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.375Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-28T19:42:11.375Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-28T19:42:11.375Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-28T19:42:11.375Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e7ea3b2c-60e1-454e-97fb-5eb518d188ab
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-04-28T19:42:11.377Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.377Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T19:42:11.377Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:42:11.378Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.378Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-28T19:42:11.378Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9ceb45ec-08d3-43e1-b9ac-e1bf99b13566
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-04-28T19:42:11.379Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.379Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:11.379Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9e7d4e0b-e17b-4416-8b50-bff0eb258829: basic_vm
2022-04-28T19:42:11.380Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.380Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:11.380Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.380Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:11.380Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.380Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:11.380Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.380Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:11.380Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:42:11.380Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:42:11.380Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T19:42:11.438Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9cb05b52-64f9-4ebb-9589-1a7d358cd0d7 1 ASDC deployResourceStructure
2022-04-28T19:42:11.439Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-28T19:42:11.439Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-28T19:42:11.439Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:42:11.439Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:42:11.440Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:42:11.440Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174931439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:42:11.541Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:42:11.541Z||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-04-28T19:42:11.541Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:42:11.551Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:42:11.552Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:42:12.441Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-28T19:42:12.441Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-28T19:42:12.442Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:42:12.442Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:42:12.444Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:42:12.444Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174932441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T19:42:12.544Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:42:12.545Z||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-04-28T19:42:12.545Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:42:12.555Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:42:12.556Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:42:13.444Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-28T19:42:13.445Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-28T19:42:13.445Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:42:13.445Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:42:13.447Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:42:13.447Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174933444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-28T19:42:13.547Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:42:13.548Z||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-04-28T19:42:13.548Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:42:13.558Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:42:13.558Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:42:14.448Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-28T19:42:14.448Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-28T19:42:14.448Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:42:14.448Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:42:14.450Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:42:14.450Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174934447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:42:14.550Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:42:14.551Z||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-04-28T19:42:14.551Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:42:14.560Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:42:14.560Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:42:15.450Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd861dbb-96b4-43ba-bab6-75ff8525533f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:42:15.461Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd861dbb-96b4-43ba-bab6-75ff8525533f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:42:15.462Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:42:15.462Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:42:15.462Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:42:45.464Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd861dbb-96b4-43ba-bab6-75ff8525533f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:42:45.475Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd861dbb-96b4-43ba-bab6-75ff8525533f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:42:45.477Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:42:45.477Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:42:45.477Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:42:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:42:55.384Z||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-04-28T19:42:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:42:55.405Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:42:55.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174882879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "cds",
  "timestamp": 1651174882340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "policy-id",
  "timestamp": 1651174882327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174885575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174882879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "cds",
  "timestamp": 1651174882340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "policy-id",
  "timestamp": 1651174882327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174885575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:42:55.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174886918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "cds",
  "timestamp": 1651174882340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174882879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "policy-id",
  "timestamp": 1651174882327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:42:55.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174885575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:42:55.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174886918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "cds",
  "timestamp": 1651174882340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174882879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "policy-id",
  "timestamp": 1651174882327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174885575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174886918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174882879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "cds",
  "timestamp": 1651174882340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "policy-id",
  "timestamp": 1651174882327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174885575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-28T19:42:55.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174886918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "clamp",
  "timestamp": 1651174890171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "cds",
  "timestamp": 1651174882340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174882879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "policy-id",
  "timestamp": 1651174882327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174885575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174886918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "clamp",
  "timestamp": 1651174890171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "cds",
  "timestamp": 1651174882340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174882879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "policy-id",
  "timestamp": 1651174882327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174885575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174886918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "clamp",
  "timestamp": 1651174890171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174886918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "clamp",
  "timestamp": 1651174890171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "cds",
  "timestamp": 1651174893950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "policy-id",
  "timestamp": 1651174893944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174894000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "clamp",
  "timestamp": 1651174890171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174894912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:42:55.418Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:42:55.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "cds",
  "timestamp": 1651174894954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-28T19:42:55.424Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd861dbb-96b4-43ba-bab6-75ff8525533f
2022-04-28T19:42:55.424Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd861dbb-96b4-43ba-bab6-75ff8525533f 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-04-28T19:42:55.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "policy-id",
  "timestamp": 1651174894951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:42:55.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:42:55.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174895738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:42:55.432Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:42:55.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "clamp",
  "timestamp": 1651174890171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "policy-id",
  "timestamp": 1651174895952,
  "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-04-28T19:42:55.436Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd861dbb-96b4-43ba-bab6-75ff8525533f
2022-04-28T19:42:55.436Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd861dbb-96b4-43ba-bab6-75ff8525533f 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-04-28T19:42:55.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "aai-ml",
  "timestamp": 1651174895651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "clamp",
  "timestamp": 1651174890171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:42:55.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174896943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:42:55.443Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:42:55.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "aai-ml",
  "timestamp": 1651174895651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174897946,
  "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-04-28T19:42:55.448Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd861dbb-96b4-43ba-bab6-75ff8525533f
2022-04-28T19:42:55.448Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd861dbb-96b4-43ba-bab6-75ff8525533f 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-04-28T19:42:55.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174898000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:42:55.456Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:42:55.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "aai-ml",
  "timestamp": 1651174895651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174899016,
  "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-04-28T19:42:55.460Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd861dbb-96b4-43ba-bab6-75ff8525533f
2022-04-28T19:42:55.460Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd861dbb-96b4-43ba-bab6-75ff8525533f 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-04-28T19:42:55.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "aai-ml",
  "timestamp": 1651174895651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174900019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:42:55.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:42:55.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "aai-ml",
  "timestamp": 1651174895651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "aai-ml",
  "timestamp": 1651174895651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:42:55.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "aai-ml",
  "timestamp": 1651174895651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "aai-ml",
  "timestamp": 1651174903463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "aai-ml",
  "timestamp": 1651174908912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "clamp",
  "timestamp": 1651174909574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "aai-ml",
  "timestamp": 1651174909915,
  "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-04-28T19:42:55.471Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd861dbb-96b4-43ba-bab6-75ff8525533f
2022-04-28T19:42:55.471Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd861dbb-96b4-43ba-bab6-75ff8525533f 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-04-28T19:42:55.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "clamp",
  "timestamp": 1651174911581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:42:55.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:42:55.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:42:55.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "clamp",
  "timestamp": 1651174912583,
  "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-04-28T19:42:55.481Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cd861dbb-96b4-43ba-bab6-75ff8525533f
2022-04-28T19:42:55.481Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd861dbb-96b4-43ba-bab6-75ff8525533f 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-04-28T19:43:15.478Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd861dbb-96b4-43ba-bab6-75ff8525533f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:43:15.487Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd861dbb-96b4-43ba-bab6-75ff8525533f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:43:15.489Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:43:15.490Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:43:15.490Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T19:43:15.490Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T19:43:15.490Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:43:15.490Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:43:15.490Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:43:15.490Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:43:15.490Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:43:15.490Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:43:15.490Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|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-04-28T19:43:15.495Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T19:43:45.495Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd861dbb-96b4-43ba-bab6-75ff8525533f 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-04-28T19:43:45.501Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd861dbb-96b4-43ba-bab6-75ff8525533f and serviceModelVersionId: 9e7d4e0b-e17b-4416-8b50-bff0eb258829
2022-04-28T19:43:45.501Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f1dbd72-7af4-4127-87b2-df51df975352
2022-04-28T19:43:45.502Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f1dbd72-7af4-4127-87b2-df51df975352/model-vers/model-ver/9e7d4e0b-e17b-4416-8b50-bff0eb258829?depth=0
2022-04-28T19:43:45.506Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T19:43:45.536Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f1dbd72-7af4-4127-87b2-df51df975352/model-vers/model-ver/9e7d4e0b-e17b-4416-8b50-bff0eb258829?depth=0|INFO|500||Invoke
2022-04-28T19:43:45.536Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f1dbd72-7af4-4127-87b2-df51df975352/model-vers/model-ver/9e7d4e0b-e17b-4416-8b50-bff0eb258829?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f1dbd72-7af4-4127-87b2-df51df975352/model-vers/model-ver/9e7d4e0b-e17b-4416-8b50-bff0eb258829?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd861dbb-96b4-43ba-bab6-75ff8525533f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1ecf1c1b-2aa2-468c-a62c-ff9be2c689fd], X-ECOMP-RequestID=[cd861dbb-96b4-43ba-bab6-75ff8525533f], X-TransactionId=[], X-ONAP-RequestID=[cd861dbb-96b4-43ba-bab6-75ff8525533f], Content-Type=[application/merge-patch+json]}
2022-04-28T19:43:45.553Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f1dbd72-7af4-4127-87b2-df51df975352/model-vers/model-ver/9e7d4e0b-e17b-4416-8b50-bff0eb258829?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-28T19:43:45.625Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f1dbd72-7af4-4127-87b2-df51df975352/model-vers/model-ver/9e7d4e0b-e17b-4416-8b50-bff0eb258829?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/7f1dbd72-7af4-4127-87b2-df51df975352/model-vers/model-ver/9e7d4e0b-e17b-4416-8b50-bff0eb258829?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220428-19:43:45:557-95585], vertex-id=[233680], Content-Length=[0], Date=[Thu, 28 Apr 2022 19:43:45 GMT], Content-Type=[application/json]}
2022-04-28T19:43:45.625Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f1dbd72-7af4-4127-87b2-df51df975352/model-vers/model-ver/9e7d4e0b-e17b-4416-8b50-bff0eb258829?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-28T19:43:45.626Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f1dbd72-7af4-4127-87b2-df51df975352/model-vers/model-ver/9e7d4e0b-e17b-4416-8b50-bff0eb258829?depth=0|INFO|500||InvokeReturn
2022-04-28T19:43:45.626Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T19:43:45.626Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|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-04-28T19:43:45.630Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|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-04-28T19:43:45.630Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd861dbb-96b4-43ba-bab6-75ff8525533f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T19:43:45.631Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T19:43:45.631Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:43:45.633Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:43:45.633Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175025630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:43:45.733Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:43:45.734Z||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-04-28T19:43:45.734Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:43:45.748Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:43:45.748Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T19:43:46.645Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:43:46.645Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|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-04-28T19:43:46.646Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:43:47.261Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:43:47.261Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T19:43:47.261Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"96c11ebf-63c2-4544-9ff3-97ad1d6e4029","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0da371ef-c889-4d68-80b0-bb959293bda4","serviceDescription":"service","serviceInvariantUUID":"081cb5ec-2aad-42cb-babb-6b741b48a77c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"35913377-24d8-4a52-86fe-38c936dac9a7","resourceInvariantUUID":"38159e30-39c0-4150-be90-e9cfbfc1c775","resourceCustomizationUUID":"e66b2c9a-5294-454e-862e-eb24144b48c7","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":"ZWZmZjFiOGUwZjYzN2RjOWU2MDFhMDQ5ZmEyMWU4OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48011844-c4de-4973-82ba-63b715fa522b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTNiMWUwMDQ3OThjOWI2MGQyMDc0ZjFhYTdiZDljOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59946422-aec5-4aaa-8192-f996efe28be2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T19:43:47.263Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:43:47.263Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:43:47.265Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:43:47.265Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175026645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:43:47.370Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-28T19:43:47.371Z||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-04-28T19:43:47.371Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:43:47.381Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:43:47.381Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:43:48.266Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:43:48.267Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:43:48.269Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:43:48.269Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175026645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:43:48.369Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:43:48.369Z||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-04-28T19:43:48.370Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:43:48.379Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:43:48.379Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:43:49.270Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0da371ef-c889-4d68-80b0-bb959293bda4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "081cb5ec-2aad-42cb-babb-6b741b48a77c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e66b2c9a-5294-454e-862e-eb24144b48c7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "35913377-24d8-4a52-86fe-38c936dac9a7",
      "resourceInvariantUUID": "38159e30-39c0-4150-be90-e9cfbfc1c775",
      "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": "NTNiMWUwMDQ3OThjOWI2MGQyMDc0ZjFhYTdiZDljOGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "59946422-aec5-4aaa-8192-f996efe28be2"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T19:43:49.270Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T19:43:49.270Z|cd861dbb-96b4-43ba-bab6-75ff8525533f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0da371ef-c889-4d68-80b0-bb959293bda4 ASDC
2022-04-28T19:43:49.271Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:96c11ebf-63c2-4544-9ff3-97ad1d6e4029
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0da371ef-c889-4d68-80b0-bb959293bda4
ServiceInvariantUUID:081cb5ec-2aad-42cb-babb-6b741b48a77c
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:59946422-aec5-4aaa-8192-f996efe28be2
ArtifactChecksum:NTNiMWUwMDQ3OThjOWI2MGQyMDc0ZjFhYTdiZDljOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e66b2c9a-5294-454e-862e-eb24144b48c7
ResourceInvariantUUID:38159e30-39c0-4150-be90-e9cfbfc1c775
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:35913377-24d8-4a52-86fe-38c936dac9a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-28T19:43:49.271Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0da371ef-c889-4d68-80b0-bb959293bda4 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-04-28T19:43:49.291Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:43:49.292Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:43:49.292Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:43:49.292Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 59946422-aec5-4aaa-8192-f996efe28be2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-28T19:43:49.292Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-28T19:43:49.292Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-28T19:43:49.349Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-28T19:43:49.352Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 59946422-aec5-4aaa-8192-f996efe28be2 52507
2022-04-28T19:43:49.352Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-28T19:43:49.352Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-28T19:43:49.352Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:43:49.352Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:43:49.354Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:43:49.354Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175029352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:43:49.455Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:43:49.455Z||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-04-28T19:43:49.455Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:43:49.465Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:43:49.465Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:43:50.355Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:43:50.356Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:43:50.356Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 59946422-aec5-4aaa-8192-f996efe28be2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-28T19:43:50.356Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-28T19:43:50.357Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-28T19:43:50.357Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-28T19:43:50.440Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11396157726897727523/Definitions/service-BasicNetwork-template.yml
2022-04-28T19:43:50.787Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T19:43:50.788Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T19:43:50.788Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-28T19:43:50.788Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-28T19:43:50.788Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||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-04-28T19:43:50.788Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||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-04-28T19:43:50.788Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||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-04-28T19:43:50.788Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||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-04-28T19:43:50.788Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|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-BasicNetwork-csar.csar
2022-04-28T19:43:50.789Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||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-04-28T19:43:50.789Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||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-04-28T19:43:50.789Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||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-04-28T19:43:50.789Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T19:43:50.789Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.789Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:43:50.789Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-28T19:43:50.789Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T19:43:50.789Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:43:50.790Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.790Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:43:50.790Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-28T19:43:50.790Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T19:43:50.790Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:43:50.790Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.790Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:43:50.790Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.790Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:43:50.791Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.791Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:43:50.791Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.791Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:43:50.791Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.791Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:43:50.791Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:0da371ef-c889-4d68-80b0-bb959293bda4
Model Version:NULL
Model InvariantUuid:081cb5ec-2aad-42cb-babb-6b741b48a77c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:38159e30-39c0-4150-be90-e9cfbfc1c775
Model UUID:43aeb54c-7070-49b2-a751-72cf8101db1e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e66b2c9a-5294-454e-862e-eb24144b48c7
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-04-28T19:43:50.798Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 35913377-24d8-4a52-86fe-38c936dac9a7
2022-04-28T19:43:50.798Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||No resources found for Service: 0da371ef-c889-4d68-80b0-bb959293bda4
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-04-28T19:43:50.802Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||
2022-04-28T19:43:50.802Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-28T19:43:50.802Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 0da371ef-c889-4d68-80b0-bb959293bda4
2022-04-28T19:43:50.802Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0da371ef-c889-4d68-80b0-bb959293bda4
2022-04-28T19:43:50.802Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-28T19:43:50.802Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||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-04-28T19:43:50.806Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@264dd869, org.onap.sdc.toscaparser.api.parameters.Input@6ba01182, org.onap.sdc.toscaparser.api.parameters.Input@5e13c889, org.onap.sdc.toscaparser.api.parameters.Input@2627dc01, org.onap.sdc.toscaparser.api.parameters.Input@6e61d63c]
2022-04-28T19:43:50.807Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.807Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:43:50.807Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.807Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:43:50.808Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0da371ef-c889-4d68-80b0-bb959293bda4: Generic NeutronNet
2022-04-28T19:43:50.808Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.808Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:43:50.808Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.808Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||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-04-28T19:43:50.834Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.834Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:43:50.834Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.834Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:43:50.834Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:43:50.834Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:43:50.835Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||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-04-28T19:43:50.882Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-28T19:43:50.882Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-28T19:43:50.882Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-28T19:43:50.882Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:43:50.883Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:43:50.884Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:43:50.884Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175030882,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:43:50.984Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:43:50.985Z||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-04-28T19:43:50.985Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:43:50.995Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:43:50.995Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:43:51.885Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96c11ebf-63c2-4544-9ff3-97ad1d6e4029
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:43:51.897Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96c11ebf-63c2-4544-9ff3-97ad1d6e4029
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:43:51.899Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:43:51.899Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:43:51.899Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:43:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:43:55.384Z||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-04-28T19:43:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:43:55.401Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:43:55.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:43:55.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:43:55.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:43:55.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:43:55.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-28T19:43:55.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:43:55.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174915344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:43:55.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174923616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:43:55.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174927103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:43:55.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174928766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:43:55.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174930347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:43:55.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174931439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:43:55.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174932441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174933444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651174934447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174945575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "cds",
  "timestamp": 1651174942340,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174946918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "policy-id",
  "timestamp": 1651174942327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174942879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "clamp",
  "timestamp": 1651174950171,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "cds",
  "timestamp": 1651174942340,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:43:55.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651174945575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174946918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "policy-id",
  "timestamp": 1651174942327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651174942879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "clamp",
  "timestamp": 1651174950171,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:43:55.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "policy-id",
  "timestamp": 1651174953044,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174953148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "cds",
  "timestamp": 1651174953213,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "policy-id",
  "timestamp": 1651174954047,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "cds",
  "timestamp": 1651174954217,
  "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=?
2022-04-28T19:43:55.416Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 96c11ebf-63c2-4544-9ff3-97ad1d6e4029
2022-04-28T19:43:55.416Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96c11ebf-63c2-4544-9ff3-97ad1d6e4029 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-04-28T19:43:55.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174954572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:43:55.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "policy-id",
  "timestamp": 1651174955049,
  "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-04-28T19:43:55.428Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96c11ebf-63c2-4544-9ff3-97ad1d6e4029
2022-04-28T19:43:55.428Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96c11ebf-63c2-4544-9ff3-97ad1d6e4029 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-04-28T19:43:55.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651174955574,
  "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-04-28T19:43:55.440Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 96c11ebf-63c2-4544-9ff3-97ad1d6e4029
2022-04-28T19:43:55.440Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96c11ebf-63c2-4544-9ff3-97ad1d6e4029 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-04-28T19:43:55.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "aai-ml",
  "timestamp": 1651174955651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:43:55.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "aai-ml",
  "timestamp": 1651174955651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:43:55.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:43:55.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "clamp",
  "timestamp": 1651174957583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:43:55.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "aai-ml",
  "timestamp": 1651174958955,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:43:55.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "clamp",
  "timestamp": 1651174959588,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:43:55.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "clamp",
  "timestamp": 1651174960591,
  "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-04-28T19:43:55.451Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 96c11ebf-63c2-4544-9ff3-97ad1d6e4029
2022-04-28T19:43:55.452Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96c11ebf-63c2-4544-9ff3-97ad1d6e4029 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-04-28T19:43:55.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "aai-ml",
  "timestamp": 1651174962463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:43:55.458Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:43:55.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:43:55.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "aai-ml",
  "timestamp": 1651174963466,
  "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-04-28T19:43:55.461Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 96c11ebf-63c2-4544-9ff3-97ad1d6e4029
2022-04-28T19:43:55.462Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96c11ebf-63c2-4544-9ff3-97ad1d6e4029 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-04-28T19:44:21.899Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96c11ebf-63c2-4544-9ff3-97ad1d6e4029
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:44:21.911Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96c11ebf-63c2-4544-9ff3-97ad1d6e4029
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:44:21.913Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:44:21.914Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:44:21.914Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T19:44:21.914Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T19:44:21.914Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:44:21.914Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:44:21.914Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:44:21.914Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:44:21.914Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:44:21.914Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:44:21.914Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|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-04-28T19:44:21.919Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T19:44:51.919Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96c11ebf-63c2-4544-9ff3-97ad1d6e4029 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-04-28T19:44:51.926Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96c11ebf-63c2-4544-9ff3-97ad1d6e4029 and serviceModelVersionId: 0da371ef-c889-4d68-80b0-bb959293bda4
2022-04-28T19:44:51.926Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 081cb5ec-2aad-42cb-babb-6b741b48a77c
2022-04-28T19:44:51.927Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/081cb5ec-2aad-42cb-babb-6b741b48a77c/model-vers/model-ver/0da371ef-c889-4d68-80b0-bb959293bda4?depth=0
2022-04-28T19:44:51.933Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T19:44:51.975Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/081cb5ec-2aad-42cb-babb-6b741b48a77c/model-vers/model-ver/0da371ef-c889-4d68-80b0-bb959293bda4?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-04-28T19:44:51.976Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/081cb5ec-2aad-42cb-babb-6b741b48a77c/model-vers/model-ver/0da371ef-c889-4d68-80b0-bb959293bda4?depth=0|INFO|500||Invoke
2022-04-28T19:44:51.995Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/081cb5ec-2aad-42cb-babb-6b741b48a77c/model-vers/model-ver/0da371ef-c889-4d68-80b0-bb959293bda4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-28T19:44:52.067Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/081cb5ec-2aad-42cb-babb-6b741b48a77c/model-vers/model-ver/0da371ef-c889-4d68-80b0-bb959293bda4?depth=0|INFO|500||InvokeReturn
2022-04-28T19:44:52.067Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/081cb5ec-2aad-42cb-babb-6b741b48a77c/model-vers/model-ver/0da371ef-c889-4d68-80b0-bb959293bda4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220428-19:44:52:000-34103], vertex-id=[458880], Content-Length=[0], Date=[Thu, 28 Apr 2022 19:44:51 GMT], Content-Type=[application/json]}
2022-04-28T19:44:52.068Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-28T19:44:52.068Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T19:44:52.068Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|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-04-28T19:44:52.072Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|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-04-28T19:44:52.072Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96c11ebf-63c2-4544-9ff3-97ad1d6e4029 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T19:44:52.072Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T19:44:52.072Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:44:52.074Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:44:52.074Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175092072,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:44:52.174Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:44:52.175Z||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-04-28T19:44:52.175Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:44:52.191Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:44:52.191Z||pool-82-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-04-28T19:44:53.088Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:44:53.089Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|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-04-28T19:44:53.089Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:44:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:44:55.384Z||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-04-28T19:44:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:44:55.403Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:44:55.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:44:55.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd861dbb-96b4-43ba-bab6-75ff8525533f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175025630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:44:55.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:44:55.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:44:55.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175026645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:44:55.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:44:55.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:44:55.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175026645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:44:55.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:44:55.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:44:55.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175029352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:44:55.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:44:55.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:44:55.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175030882,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:44:55.405Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:45:02.616Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:45:02.617Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:45:02.617Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|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-04-28T19:45:02.617Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:45:12.147Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:45:55.344Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:45:55.345Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|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-04-28T19:45:55.346Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:45:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:45:55.384Z||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-04-28T19:45:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:45:55.896Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:45:55.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:45:55.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96c11ebf-63c2-4544-9ff3-97ad1d6e4029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175092072,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:45:55.898Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:46:04.878Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:46:55.344Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:46:55.344Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|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-04-28T19:46:55.345Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:46:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:46:55.384Z||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-04-28T19:46:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:46:55.963Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:46:55.964Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T19:46:55.964Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"78553e03-61cb-46cf-9a89-e114dc49e21f","serviceName":"Demo_pNF_VsXsF9RbLr7Gs20cd2RH","serviceVersion":"1.0","serviceUUID":"3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3","serviceDescription":"catalog service description","serviceInvariantUUID":"53218e6c-a62a-410a-9473-e57472992e21","resources":[{"resourceInstanceName":"pNF 4bc6785e-e60e 0","resourceName":"pNF 4bc6785e-e60e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8a165bc6-1cd0-45c7-9c41-38d7337f3a8c","resourceInvariantUUID":"7ad10cc3-c42b-4459-8060-91c66f433ba3","resourceCustomizationUUID":"e7f5240e-b8c2-4237-8bba-04dad8ad86ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vf-license-model.xml","artifactChecksum":"Yjc3Zjc4OGI3ODhhYzA2NGNhYzVlOTlmZjdhMzBhZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a7a8469a-1700-4ea1-ae70-9652f7ded16e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/pNF.csar","artifactChecksum":"MGZhMTk2OGExZjg2NjBhYmY4MmM5MTc0NWI0MGQ1MWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8bf4f3f9-8563-467c-a8de-51f4b094acd0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3dcc023-81ac-4e2c-83f5-d013f6f22a75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vendor-license-model.xml","artifactChecksum":"MjFlZmJlNGEwODlmZDFmNjA1YzQ5ZjIyNGViYzcyMzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee3fa0d5-835e-431a-b079-ccb52938beb7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"96a7fd2b-71e6-46a6-8c0b-7b3f8382d506","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8bfaa12d-be0f-4e2d-b9d1-a6d6e22721ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVsxsf9rblr7gs20cd2rh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-template.yml","artifactChecksum":"YjQyZGIxMDhhODllNzEwYjExNzE2YzY2ZmRlNzcwM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4430a442-deeb-4bbf-bbfa-6fcdb8cd36dc","artifactVersion":"1"},{"artifactName":"service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar","artifactChecksum":"MmM0Y2Y0NmRlNDY2OWJjMmE0MDIyMDg4ZWFmZWZmY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49b00502-49d4-4966-a247-7361a606110a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T19:46:55.966Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:46:55.967Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:46:55.969Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:46:55.969Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.003Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:46:56.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "aai-ml",
  "timestamp": 1651175195651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "cds",
  "timestamp": 1651175197340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "aai-ml",
  "timestamp": 1651175195651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "cds",
  "timestamp": 1651175197340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "policy-id",
  "timestamp": 1651175202327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "aai-ml",
  "timestamp": 1651175195651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "cds",
  "timestamp": 1651175197340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175202879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "policy-id",
  "timestamp": 1651175202327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "aai-ml",
  "timestamp": 1651175195651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "cds",
  "timestamp": 1651175197340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175202879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "policy-id",
  "timestamp": 1651175202327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "aai-ml",
  "timestamp": 1651175195651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "cds",
  "timestamp": 1651175197340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175202879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "policy-id",
  "timestamp": 1651175202327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175205575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "cds",
  "timestamp": 1651175197340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "aai-ml",
  "timestamp": 1651175195651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175202879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "policy-id",
  "timestamp": 1651175202327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175205575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "aai-ml",
  "timestamp": 1651175195651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "cds",
  "timestamp": 1651175197340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175202879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "policy-id",
  "timestamp": 1651175202327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175205575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "aai-ml",
  "timestamp": 1651175195651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:46:56.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "cds",
  "timestamp": 1651175197340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:46:56.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175202879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:46:56.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "policy-id",
  "timestamp": 1651175202327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175205575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "cds",
  "timestamp": 1651175209466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "aai-ml",
  "timestamp": 1651175209472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175202879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "policy-id",
  "timestamp": 1651175202327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175205575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "cds",
  "timestamp": 1651175210469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-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-04-28T19:46:56.032Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78553e03-61cb-46cf-9a89-e114dc49e21f
2022-04-28T19:46:56.032Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78553e03-61cb-46cf-9a89-e114dc49e21f 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-04-28T19:46:56.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175202879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "policy-id",
  "timestamp": 1651175211018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:46:56.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:46:56.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175205575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175211598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:46:56.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:46:56.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "policy-id",
  "timestamp": 1651175212021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:46:56.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:46:56.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175205575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:56.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175212634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T19:46:56.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:46:56.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "policy-id",
  "timestamp": 1651175213024,
  "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-04-28T19:46:56.047Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78553e03-61cb-46cf-9a89-e114dc49e21f
2022-04-28T19:46:56.047Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78553e03-61cb-46cf-9a89-e114dc49e21f 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-04-28T19:46:56.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175205575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:46:56.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:46:56.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "aai-ml",
  "timestamp": 1651175213632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:46:56.055Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:46:56.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175213636,
  "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-04-28T19:46:56.059Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 78553e03-61cb-46cf-9a89-e114dc49e21f
2022-04-28T19:46:56.059Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78553e03-61cb-46cf-9a89-e114dc49e21f 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-04-28T19:46:56.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:46:56.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "aai-ml",
  "timestamp": 1651175214635,
  "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-04-28T19:46:56.069Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:46:56.069Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78553e03-61cb-46cf-9a89-e114dc49e21f
2022-04-28T19:46:56.069Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78553e03-61cb-46cf-9a89-e114dc49e21f and ComponentName AAI
2022-04-28T19:46:56.070Z||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-04-28T19:46:56.070Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-04-28T19:46:56.079Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:46:56.079Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:46:56.969Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:46:56.970Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:46:56.972Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:46:56.972Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:57.073Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:46:57.073Z||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-04-28T19:46:57.073Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:46:57.084Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:46:57.084Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:46:57.973Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:46:57.974Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:46:57.976Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:46:57.976Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:58.076Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:46:58.077Z||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-04-28T19:46:58.077Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:46:58.087Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:46:58.087Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:46:58.976Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:46:58.977Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:46:58.979Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:46:58.979Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:46:59.079Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:46:59.080Z||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-04-28T19:46:59.080Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:46:59.090Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:46:59.091Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:46:59.980Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:46:59.981Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:46:59.983Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:46:59.983Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:47:00.083Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:47:00.084Z||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-04-28T19:47:00.084Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:47:00.092Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:47:00.093Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:47:00.984Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:47:00.985Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:47:00.986Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:47:00.987Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:47:01.087Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:47:01.088Z||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-04-28T19:47:01.088Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:47:01.105Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:47:01.105Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:47:01.987Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:47:01.988Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:47:01.989Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:47:01.989Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:47:02.090Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:47:02.091Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:47:02.091Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:47:02.099Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:47:02.100Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:47:02.990Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:47:02.991Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:47:02.992Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:47:02.992Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:47:03.093Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:47:03.093Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:47:03.093Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:47:03.105Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:47:03.105Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:47:03.993Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "serviceName": "Demo_pNF_VsXsF9RbLr7Gs20cd2RH",
  "serviceVersion": "1.0",
  "serviceUUID": "3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53218e6c-a62a-410a-9473-e57472992e21",
  "resources": [
    {
      "resourceInstanceName": "pNF 4bc6785e-e60e 0",
      "resourceCustomizationUUID": "e7f5240e-b8c2-4237-8bba-04dad8ad86ca",
      "resourceName": "pNF 4bc6785e-e60e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8a165bc6-1cd0-45c7-9c41-38d7337f3a8c",
      "resourceInvariantUUID": "7ad10cc3-c42b-4459-8060-91c66f433ba3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
      "artifactChecksum": "MmM0Y2Y0NmRlNDY2OWJjMmE0MDIyMDg4ZWFmZWZmY2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "49b00502-49d4-4966-a247-7361a606110a"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T19:47:03.994Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T19:47:03.994Z|96c11ebf-63c2-4544-9ff3-97ad1d6e4029|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3 ASDC
2022-04-28T19:47:03.994Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:78553e03-61cb-46cf-9a89-e114dc49e21f
ServiceName:Demo_pNF_VsXsF9RbLr7Gs20cd2RH
ServiceVersion:1.0
ServiceUUID:3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3
ServiceInvariantUUID:53218e6c-a62a-410a-9473-e57472992e21
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
ArtifactUUID:49b00502-49d4-4966-a247-7361a606110a
ArtifactChecksum:MmM0Y2Y0NmRlNDY2OWJjMmE0MDIyMDg4ZWFmZWZmY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4bc6785e-e60e 0
ResourceCustomizationUUID:e7f5240e-b8c2-4237-8bba-04dad8ad86ca
ResourceInvariantUUID:7ad10cc3-c42b-4459-8060-91c66f433ba3
ResourceName:pNF 4bc6785e-e60e
ResourceType:PNF
ResourceUUID:8a165bc6-1cd0-45c7-9c41-38d7337f3a8c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-28T19:47:03.995Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3 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-04-28T19:47:04.020Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:47:04.021Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:47:04.021Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:47:04.021Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 49b00502-49d4-4966-a247-7361a606110a from URL: /sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:04.021Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-28T19:47:04.022Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:04.507Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-28T19:47:04.513Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar 49b00502-49d4-4966-a247-7361a606110a 82653
2022-04-28T19:47:04.514Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar ASDC sendASDCNotification
2022-04-28T19:47:04.514Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:04.514Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:47:04.514Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:47:04.516Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:47:04.516Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175224514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:47:04.616Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:47:04.617Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:47:04.617Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:47:04.628Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:47:04.629Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:47:05.516Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:47:05.517Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:47:05.517Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 49b00502-49d4-4966-a247-7361a606110a, URL: /sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar to file: /app/ASDC/1/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:05.518Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:05.518Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:05.518Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:05.599Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16196329792564403653/Definitions/service-DemoPnfVsxsf9rblr7gs20cd2rh-template.yml
2022-04-28T19:47:06.201Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T19:47:06.201Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T19:47:06.201Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:06.201Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-28T19:47:06.201Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||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-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:06.201Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:06.201Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||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-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:06.201Z|78553e03-61cb-46cf-9a89-e114dc49e21f|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-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:06.201Z|78553e03-61cb-46cf-9a89-e114dc49e21f|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-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:06.201Z|78553e03-61cb-46cf-9a89-e114dc49e21f|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-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:06.201Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4bc6785e-e60e 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-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:06.202Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T19:47:06.202Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:47:06.202Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VsXsF9RbLr7Gs20cd2RH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:47:06.202Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Node template pNF 4bc6785e-e60e 0 is matching search criteria
2022-04-28T19:47:06.202Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T19:47:06.202Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 4bc6785e-e60e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:47:06.202Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:47:06.202Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VsXsF9RbLr7Gs20cd2RH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:47:06.202Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Node template pNF 4bc6785e-e60e 0 is matching search criteria
2022-04-28T19:47:06.202Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T19:47:06.202Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 4bc6785e-e60e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:47:06.202Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:47:06.202Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VsXsF9RbLr7Gs20cd2RH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:47:06.203Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:47:06.203Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VsXsF9RbLr7Gs20cd2RH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:47:06.203Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:47:06.203Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VsXsF9RbLr7Gs20cd2RH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:47:06.203Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:47:06.203Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VsXsF9RbLr7Gs20cd2RH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:47:06.203Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:47:06.203Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VsXsF9RbLr7Gs20cd2RH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:47:06.203Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VsXsF9RbLr7Gs20cd2RH
Description:catalog service description
Model UUID:3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3
Model Version:NULL
Model InvariantUuid:53218e6c-a62a-410a-9473-e57472992e21
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-04-28T19:47:06.210Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8a165bc6-1cd0-45c7-9c41-38d7337f3a8c
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-04-28T19:47:06.212Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||pNF 4bc6785e-e60e 0
2022-04-28T19:47:06.212Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8a165bc6-1cd0-45c7-9c41-38d7337f3a8c
2022-04-28T19:47:06.212Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3
2022-04-28T19:47:06.212Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3
2022-04-28T19:47:06.213Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4bc6785e-e60e 0 8a165bc6-1cd0-45c7-9c41-38d7337f3a8c 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-04-28T19:47:06.216Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@771efe81, org.onap.sdc.toscaparser.api.parameters.Input@44d1c4c9, org.onap.sdc.toscaparser.api.parameters.Input@76b90161, org.onap.sdc.toscaparser.api.parameters.Input@3067b7eb, org.onap.sdc.toscaparser.api.parameters.Input@308dad90]
2022-04-28T19:47:06.216Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:47:06.216Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VsXsF9RbLr7Gs20cd2RH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:47:06.216Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3: pNF 4bc6785e-e60e
2022-04-28T19:47:06.216Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||Processing PNF resource: 8a165bc6-1cd0-45c7-9c41-38d7337f3a8c
2022-04-28T19:47:06.216Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:47:06.216Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VsXsF9RbLr7Gs20cd2RH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:47:06.216Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||Resource customization UUID: e7f5240e-b8c2-4237-8bba-04dad8ad86ca is the same as notified resource customizationUUID: e7f5240e-b8c2-4237-8bba-04dad8ad86ca
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-04-28T19:47:06.241Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4bc6785e-e60e 8a165bc6-1cd0-45c7-9c41-38d7337f3a8c 0 ASDC deployResourceStructure
2022-04-28T19:47:06.241Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar ASDC sendASDCNotification
2022-04-28T19:47:06.241Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar
2022-04-28T19:47:06.242Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:47:06.242Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:47:06.243Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:47:06.243Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175226241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:47:06.344Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:47:06.345Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:47:06.345Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:47:06.354Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:47:06.354Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:47:07.244Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78553e03-61cb-46cf-9a89-e114dc49e21f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:47:07.255Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78553e03-61cb-46cf-9a89-e114dc49e21f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:47:07.258Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:47:07.258Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:47:07.258Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:47:07.258Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:47:37.258Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78553e03-61cb-46cf-9a89-e114dc49e21f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:47:37.267Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78553e03-61cb-46cf-9a89-e114dc49e21f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:47:37.269Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:47:37.270Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:47:37.270Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:47:37.270Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:47:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:47:55.384Z||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-04-28T19:47:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:47:55.502Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:47:55.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:47:55.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:47:55.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:07.270Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78553e03-61cb-46cf-9a89-e114dc49e21f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:48:07.282Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78553e03-61cb-46cf-9a89-e114dc49e21f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:48:07.284Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:48:07.284Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:48:07.285Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:48:07.285Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:48:37.285Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78553e03-61cb-46cf-9a89-e114dc49e21f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:48:37.296Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78553e03-61cb-46cf-9a89-e114dc49e21f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:48:37.298Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:48:37.298Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:48:37.298Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:48:37.298Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:48:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:48:55.384Z||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-04-28T19:48:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:48:55.405Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:48:55.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175216918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175216918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175216918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175216918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "clamp",
  "timestamp": 1651175220171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175216918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "clamp",
  "timestamp": 1651175220171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175216918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "clamp",
  "timestamp": 1651175220171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175215344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:48:55.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175216918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "clamp",
  "timestamp": 1651175220171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175224514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175216918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "clamp",
  "timestamp": 1651175220171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "clamp",
  "timestamp": 1651175220171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/resourceInstances/pnf4bc6785ee60e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175226241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175226711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "clamp",
  "timestamp": 1651175220171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "clamp",
  "timestamp": 1651175220171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175228399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175229402,
  "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-04-28T19:48:55.421Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78553e03-61cb-46cf-9a89-e114dc49e21f
2022-04-28T19:48:55.421Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78553e03-61cb-46cf-9a89-e114dc49e21f 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-04-28T19:48:55.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "clamp",
  "timestamp": 1651175238628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:48:55.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:48:55.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "clamp",
  "timestamp": 1651175240635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVsxsf9rblr7gs20cd2rh/1.0/artifacts/service-DemoPnfVsxsf9rblr7gs20cd2rh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:48:55.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:48:55.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:48:55.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "clamp",
  "timestamp": 1651175241638,
  "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-04-28T19:48:55.434Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78553e03-61cb-46cf-9a89-e114dc49e21f
2022-04-28T19:48:55.434Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78553e03-61cb-46cf-9a89-e114dc49e21f 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-04-28T19:49:07.298Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78553e03-61cb-46cf-9a89-e114dc49e21f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:49:07.308Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78553e03-61cb-46cf-9a89-e114dc49e21f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:49:07.311Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:49:07.311Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:49:07.312Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T19:49:07.312Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T19:49:07.312Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:49:07.312Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:49:07.312Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:49:07.312Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:49:07.312Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:49:07.312Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:49:07.312Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:49:07.313Z|78553e03-61cb-46cf-9a89-e114dc49e21f|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-04-28T19:49:07.320Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T19:49:37.321Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78553e03-61cb-46cf-9a89-e114dc49e21f 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-04-28T19:49:37.327Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78553e03-61cb-46cf-9a89-e114dc49e21f and serviceModelVersionId: 3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3
2022-04-28T19:49:37.327Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53218e6c-a62a-410a-9473-e57472992e21
2022-04-28T19:49:37.327Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53218e6c-a62a-410a-9473-e57472992e21/model-vers/model-ver/3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3?depth=0
2022-04-28T19:49:37.331Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T19:49:37.369Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53218e6c-a62a-410a-9473-e57472992e21/model-vers/model-ver/3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3?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-04-28T19:49:37.370Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53218e6c-a62a-410a-9473-e57472992e21/model-vers/model-ver/3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3?depth=0|INFO|500||Invoke
2022-04-28T19:49:37.390Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53218e6c-a62a-410a-9473-e57472992e21/model-vers/model-ver/3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-28T19:49:38.251Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53218e6c-a62a-410a-9473-e57472992e21/model-vers/model-ver/3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3?depth=0|INFO|500||InvokeReturn
2022-04-28T19:49:38.252Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53218e6c-a62a-410a-9473-e57472992e21/model-vers/model-ver/3bdddd24-c1a2-4bcb-b6b1-eeb7fdb28ff3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220428-19:49:37:395-56339], vertex-id=[225464], Content-Length=[0], Date=[Thu, 28 Apr 2022 19:49:37 GMT], Content-Type=[application/json]}
2022-04-28T19:49:38.252Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-28T19:49:38.253Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T19:49:38.253Z|78553e03-61cb-46cf-9a89-e114dc49e21f|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-04-28T19:49:38.257Z|78553e03-61cb-46cf-9a89-e114dc49e21f|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-04-28T19:49:38.257Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78553e03-61cb-46cf-9a89-e114dc49e21f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T19:49:38.257Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T19:49:38.257Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:49:38.260Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:49:38.260Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175378257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:49:38.360Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:49:38.360Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:49:38.361Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:49:38.375Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:49:38.375Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T19:49:39.271Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:49:39.272Z|78553e03-61cb-46cf-9a89-e114dc49e21f|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-04-28T19:49:39.272Z|78553e03-61cb-46cf-9a89-e114dc49e21f|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:49:43.750Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:49:43.751Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T19:49:43.751Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ead4c9fe-d859-469a-89c6-d09df9afcb3c","serviceName":"Demo_pNF_BDv193ucHEEXZsaNh5BM","serviceVersion":"1.0","serviceUUID":"dcf535e9-c862-4c5a-8a28-717066b42cb5","serviceDescription":"catalog service description","serviceInvariantUUID":"96e8fbd8-f3b5-49b0-ae33-0c367515229e","resources":[{"resourceInstanceName":"pNF 77b0ed83-ac6b 0","resourceName":"pNF 77b0ed83-ac6b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d3f1a088-fa30-4d63-8bf1-2a2e433f0544","resourceInvariantUUID":"bbd40035-0bd4-44ad-bc5e-d865e638125d","resourceCustomizationUUID":"a61625fb-8171-465a-a371-3c326035075b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vf-license-model.xml","artifactChecksum":"ZWIyNDVhZTBkNjk2MzM4ZmU3YzdhYWRmYWUzYzkzNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e21474d-e952-413e-8603-ed42e0fe46ba","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/pNF.csar","artifactChecksum":"MGZhMTk2OGExZjg2NjBhYmY4MmM5MTc0NWI0MGQ1MWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3fdb4dd-ec99-447f-8d2c-bffc46ebbb30","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e3948c9-ef9e-4218-b09a-d9b3a30a2d76","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vendor-license-model.xml","artifactChecksum":"NjIxZWIzNDlhMTdjYTFiMzYyMmU0NGE1ZTU5YzU2OTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9fee14ef-5934-4387-beda-54363405d9a1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e33cad56-26d2-4019-8cc4-5f13c1911953","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"75509d0c-3c6e-485c-a3fc-8c7a119e90f0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBdv193ucheexzsanh5bm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-template.yml","artifactChecksum":"ZGE1ZmY2MTk0ZmRiNTY3ZWZhZTQxODFjMTc0MDAxNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb29b809-4cdd-4a3f-92c7-8a15b6a2f247","artifactVersion":"1"},{"artifactName":"service-DemoPnfBdv193ucheexzsanh5bm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar","artifactChecksum":"MTc0ZTI0NDM4ZjJlOTJkYzI5MTVlZWIxYTI2YzBlNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79c8e9e5-24f3-4968-a54b-36ccb7fd10a1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T19:49:43.753Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:49:43.753Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:49:43.755Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:49:43.756Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:43.856Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:49:43.857Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:49:43.857Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:49:43.866Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:49:43.866Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:49:44.756Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:49:44.757Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:49:44.759Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:49:44.759Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:44.859Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:49:44.859Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:49:44.860Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:49:44.869Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:49:44.869Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:49:45.760Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:49:45.761Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:49:45.763Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:49:45.763Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:45.863Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:49:45.864Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:49:45.864Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:49:45.874Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:49:45.874Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:49:46.763Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:49:46.764Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:49:46.767Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:49:46.767Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:46.867Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:49:46.868Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:49:46.868Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:49:46.879Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:49:46.880Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:49:47.767Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:49:47.768Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:49:47.770Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:49:47.770Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:47.871Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:49:47.871Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:49:47.871Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:49:47.882Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:49:47.883Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:49:48.771Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:49:48.771Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:49:48.773Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:49:48.773Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:48.874Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:49:48.874Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:49:48.875Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:49:48.884Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:49:48.884Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:49:49.774Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:49:49.775Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:49:49.776Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:49:49.776Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:49.877Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:49:49.877Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:49:49.877Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:49:49.888Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:49:49.889Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:49:50.777Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:49:50.778Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:49:50.781Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:49:50.781Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:49:50.882Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:49:50.883Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:49:50.883Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:49:50.894Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:49:50.894Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:49:51.783Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "serviceName": "Demo_pNF_BDv193ucHEEXZsaNh5BM",
  "serviceVersion": "1.0",
  "serviceUUID": "dcf535e9-c862-4c5a-8a28-717066b42cb5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "96e8fbd8-f3b5-49b0-ae33-0c367515229e",
  "resources": [
    {
      "resourceInstanceName": "pNF 77b0ed83-ac6b 0",
      "resourceCustomizationUUID": "a61625fb-8171-465a-a371-3c326035075b",
      "resourceName": "pNF 77b0ed83-ac6b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d3f1a088-fa30-4d63-8bf1-2a2e433f0544",
      "resourceInvariantUUID": "bbd40035-0bd4-44ad-bc5e-d865e638125d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
      "artifactChecksum": "MTc0ZTI0NDM4ZjJlOTJkYzI5MTVlZWIxYTI2YzBlNzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79c8e9e5-24f3-4968-a54b-36ccb7fd10a1"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T19:49:51.783Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T19:49:51.783Z|78553e03-61cb-46cf-9a89-e114dc49e21f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcf535e9-c862-4c5a-8a28-717066b42cb5 ASDC
2022-04-28T19:49:51.784Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ead4c9fe-d859-469a-89c6-d09df9afcb3c
ServiceName:Demo_pNF_BDv193ucHEEXZsaNh5BM
ServiceVersion:1.0
ServiceUUID:dcf535e9-c862-4c5a-8a28-717066b42cb5
ServiceInvariantUUID:96e8fbd8-f3b5-49b0-ae33-0c367515229e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBdv193ucheexzsanh5bm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar
ArtifactUUID:79c8e9e5-24f3-4968-a54b-36ccb7fd10a1
ArtifactChecksum:MTc0ZTI0NDM4ZjJlOTJkYzI5MTVlZWIxYTI2YzBlNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 77b0ed83-ac6b 0
ResourceCustomizationUUID:a61625fb-8171-465a-a371-3c326035075b
ResourceInvariantUUID:bbd40035-0bd4-44ad-bc5e-d865e638125d
ResourceName:pNF 77b0ed83-ac6b
ResourceType:PNF
ResourceUUID:d3f1a088-fa30-4d63-8bf1-2a2e433f0544
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-28T19:49:51.784Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcf535e9-c862-4c5a-8a28-717066b42cb5 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-04-28T19:49:51.805Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:49:51.806Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:49:51.806Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:49:51.806Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 79c8e9e5-24f3-4968-a54b-36ccb7fd10a1 from URL: /sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:51.806Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-28T19:49:51.807Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:51.863Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-28T19:49:51.867Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar 79c8e9e5-24f3-4968-a54b-36ccb7fd10a1 82651
2022-04-28T19:49:51.868Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar ASDC sendASDCNotification
2022-04-28T19:49:51.868Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:51.868Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:49:51.868Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:49:51.869Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:49:51.870Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175391868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:49:51.970Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:49:51.971Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:49:51.971Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:49:51.981Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:49:51.981Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:49:52.870Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:49:52.871Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:49:52.872Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 79c8e9e5-24f3-4968-a54b-36ccb7fd10a1, URL: /sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar to file: /app/ASDC/1/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:52.872Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:52.872Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:52.873Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:52.953Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3594510854652303628/Definitions/service-DemoPnfBdv193ucheexzsanh5bm-template.yml
2022-04-28T19:49:53.539Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T19:49:53.539Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T19:49:53.539Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:53.539Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||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-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||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-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 77b0ed83-ac6b 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-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BDv193ucHEEXZsaNh5BM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Node template pNF 77b0ed83-ac6b 0 is matching search criteria
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 77b0ed83-ac6b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BDv193ucHEEXZsaNh5BM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Node template pNF 77b0ed83-ac6b 0 is matching search criteria
2022-04-28T19:49:53.540Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T19:49:53.541Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 77b0ed83-ac6b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:49:53.541Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:49:53.541Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BDv193ucHEEXZsaNh5BM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:49:53.541Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:49:53.541Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BDv193ucHEEXZsaNh5BM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:49:53.541Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:49:53.541Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BDv193ucHEEXZsaNh5BM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:49:53.541Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:49:53.541Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BDv193ucHEEXZsaNh5BM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:49:53.541Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:49:53.541Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BDv193ucHEEXZsaNh5BM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:49:53.541Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_BDv193ucHEEXZsaNh5BM
Description:catalog service description
Model UUID:dcf535e9-c862-4c5a-8a28-717066b42cb5
Model Version:NULL
Model InvariantUuid:96e8fbd8-f3b5-49b0-ae33-0c367515229e
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-04-28T19:49:53.548Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: d3f1a088-fa30-4d63-8bf1-2a2e433f0544
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-04-28T19:49:53.550Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||pNF 77b0ed83-ac6b 0
2022-04-28T19:49:53.550Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d3f1a088-fa30-4d63-8bf1-2a2e433f0544
2022-04-28T19:49:53.550Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||No resources found for Service: dcf535e9-c862-4c5a-8a28-717066b42cb5
2022-04-28T19:49:53.550Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: dcf535e9-c862-4c5a-8a28-717066b42cb5
2022-04-28T19:49:53.550Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 77b0ed83-ac6b 0 d3f1a088-fa30-4d63-8bf1-2a2e433f0544 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-04-28T19:49:53.553Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59917c8f, org.onap.sdc.toscaparser.api.parameters.Input@66e2ab83, org.onap.sdc.toscaparser.api.parameters.Input@6df21793, org.onap.sdc.toscaparser.api.parameters.Input@728c7c91, org.onap.sdc.toscaparser.api.parameters.Input@202b134b]
2022-04-28T19:49:53.553Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:49:53.554Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BDv193ucHEEXZsaNh5BM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:49:53.554Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid dcf535e9-c862-4c5a-8a28-717066b42cb5: pNF 77b0ed83-ac6b
2022-04-28T19:49:53.554Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||Processing PNF resource: d3f1a088-fa30-4d63-8bf1-2a2e433f0544
2022-04-28T19:49:53.554Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:49:53.554Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_BDv193ucHEEXZsaNh5BM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:49:53.554Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||Resource customization UUID: a61625fb-8171-465a-a371-3c326035075b is the same as notified resource customizationUUID: a61625fb-8171-465a-a371-3c326035075b
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-04-28T19:49:53.578Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 77b0ed83-ac6b d3f1a088-fa30-4d63-8bf1-2a2e433f0544 0 ASDC deployResourceStructure
2022-04-28T19:49:53.578Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar ASDC sendASDCNotification
2022-04-28T19:49:53.578Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar
2022-04-28T19:49:53.578Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:49:53.578Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:49:53.580Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:49:53.580Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175393578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:49:53.680Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:49:53.681Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:49:53.681Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:49:53.693Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:49:53.693Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:49:54.580Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:49:54.591Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:49:54.593Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:49:54.594Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:49:54.594Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:49:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:49:55.384Z||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-04-28T19:49:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:49:55.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:49:55.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175325575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175322879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "policy-id",
  "timestamp": 1651175322327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175325575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175322879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "policy-id",
  "timestamp": 1651175322327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175325575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175322879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "policy-id",
  "timestamp": 1651175322327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "cds",
  "timestamp": 1651175332340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175325575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175322879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "policy-id",
  "timestamp": 1651175322327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "cds",
  "timestamp": 1651175332340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175325575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175322879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "policy-id",
  "timestamp": 1651175322327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:49:55.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:49:55.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "cds",
  "timestamp": 1651175332340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:49:55.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:50:24.594Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:50:24.603Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:50:24.605Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:50:24.606Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:50:24.606Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:50:54.606Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:50:54.616Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:50:54.618Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:50:54.618Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:50:54.618Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:50:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:50:55.384Z||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-04-28T19:50:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:50:55.400Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:50:55.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:50:55.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175325575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:50:55.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:24.619Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:51:24.628Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:51:24.630Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:51:24.630Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:51:24.630Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:51:54.630Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:51:54.640Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:51:54.642Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:51:54.642Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:51:54.642Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:51:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:51:55.384Z||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-04-28T19:51:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:51:55.904Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:51:55.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175322879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:51:55.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "policy-id",
  "timestamp": 1651175322327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "cds",
  "timestamp": 1651175332340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175325575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175322879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "policy-id",
  "timestamp": 1651175322327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "cds",
  "timestamp": 1651175332340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175325575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:51:55.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175322879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "policy-id",
  "timestamp": 1651175322327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:51:55.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175336918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "cds",
  "timestamp": 1651175332340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175336918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "policy-id",
  "timestamp": 1651175338526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:51:55.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:51:55.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175338617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:51:55.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:51:55.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "cds",
  "timestamp": 1651175332340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175336918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "policy-id",
  "timestamp": 1651175339528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:51:55.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:51:55.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175339637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T19:51:55.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:51:55.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "cds",
  "timestamp": 1651175332340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:51:55.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175336918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "policy-id",
  "timestamp": 1651175340531,
  "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-04-28T19:51:55.919Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ead4c9fe-d859-469a-89c6-d09df9afcb3c
2022-04-28T19:51:55.919Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead4c9fe-d859-469a-89c6-d09df9afcb3c 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-04-28T19:51:55.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175340639,
  "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-04-28T19:51:55.930Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ead4c9fe-d859-469a-89c6-d09df9afcb3c
2022-04-28T19:51:55.930Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead4c9fe-d859-469a-89c6-d09df9afcb3c 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-04-28T19:51:55.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "clamp",
  "timestamp": 1651175340171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "cds",
  "timestamp": 1651175341343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:51:55.937Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:51:55.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175336918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "clamp",
  "timestamp": 1651175340171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "cds",
  "timestamp": 1651175342348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-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-04-28T19:51:55.941Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ead4c9fe-d859-469a-89c6-d09df9afcb3c
2022-04-28T19:51:55.941Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead4c9fe-d859-469a-89c6-d09df9afcb3c 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-04-28T19:51:55.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175336918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "clamp",
  "timestamp": 1651175340171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175336918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "clamp",
  "timestamp": 1651175340171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175336918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "clamp",
  "timestamp": 1651175340171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "clamp",
  "timestamp": 1651175340171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "aai-ml",
  "timestamp": 1651175345651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175346304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "clamp",
  "timestamp": 1651175340171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "aai-ml",
  "timestamp": 1651175345651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "clamp",
  "timestamp": 1651175340171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:51:55.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175347964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:51:55.950Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:51:55.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "aai-ml",
  "timestamp": 1651175345651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175348966,
  "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-04-28T19:51:55.954Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ead4c9fe-d859-469a-89c6-d09df9afcb3c
2022-04-28T19:51:55.954Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead4c9fe-d859-469a-89c6-d09df9afcb3c 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-04-28T19:51:55.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "aai-ml",
  "timestamp": 1651175345651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "aai-ml",
  "timestamp": 1651175345651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "aai-ml",
  "timestamp": 1651175345651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "aai-ml",
  "timestamp": 1651175345651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "aai-ml",
  "timestamp": 1651175345651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "aai-ml",
  "timestamp": 1651175354562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "clamp",
  "timestamp": 1651175356647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:51:55.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:51:55.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "aai-ml",
  "timestamp": 1651175358207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:51:55.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:51:55.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "clamp",
  "timestamp": 1651175358654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:51:55.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:51:55.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "aai-ml",
  "timestamp": 1651175359209,
  "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-04-28T19:51:55.966Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ead4c9fe-d859-469a-89c6-d09df9afcb3c
2022-04-28T19:51:55.966Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead4c9fe-d859-469a-89c6-d09df9afcb3c 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-04-28T19:51:55.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "clamp",
  "timestamp": 1651175359657,
  "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-04-28T19:51:55.976Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ead4c9fe-d859-469a-89c6-d09df9afcb3c
2022-04-28T19:51:55.976Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead4c9fe-d859-469a-89c6-d09df9afcb3c 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-04-28T19:51:55.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78553e03-61cb-46cf-9a89-e114dc49e21f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175378257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:51:55.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:51:55.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/resourceInstances/pnf77b0ed83ac6b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:51:55.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175379271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:51:55.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:51:55.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175391868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:51:55.985Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:51:55.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:51:55.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175393578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBdv193ucheexzsanh5bm/1.0/artifacts/service-DemoPnfBdv193ucheexzsanh5bm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:51:55.986Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:52:24.642Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:52:24.651Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:52:24.653Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:52:24.653Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:52:24.653Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T19:52:24.653Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T19:52:24.653Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:52:24.653Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:52:24.653Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:52:24.654Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:52:24.654Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:52:24.654Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:52:24.654Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:52:24.654Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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-04-28T19:52:24.658Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T19:52:54.658Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c 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-04-28T19:52:54.663Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ead4c9fe-d859-469a-89c6-d09df9afcb3c and serviceModelVersionId: dcf535e9-c862-4c5a-8a28-717066b42cb5
2022-04-28T19:52:54.663Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96e8fbd8-f3b5-49b0-ae33-0c367515229e
2022-04-28T19:52:54.664Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96e8fbd8-f3b5-49b0-ae33-0c367515229e/model-vers/model-ver/dcf535e9-c862-4c5a-8a28-717066b42cb5?depth=0
2022-04-28T19:52:54.669Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T19:52:54.694Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e8fbd8-f3b5-49b0-ae33-0c367515229e/model-vers/model-ver/dcf535e9-c862-4c5a-8a28-717066b42cb5?depth=0|INFO|500||Invoke
2022-04-28T19:52:54.694Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e8fbd8-f3b5-49b0-ae33-0c367515229e/model-vers/model-ver/dcf535e9-c862-4c5a-8a28-717066b42cb5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e8fbd8-f3b5-49b0-ae33-0c367515229e/model-vers/model-ver/dcf535e9-c862-4c5a-8a28-717066b42cb5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ead4c9fe-d859-469a-89c6-d09df9afcb3c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[97cba061-4ade-46f5-b1f7-be8fe5b9c4f8], X-ECOMP-RequestID=[ead4c9fe-d859-469a-89c6-d09df9afcb3c], X-TransactionId=[], X-ONAP-RequestID=[ead4c9fe-d859-469a-89c6-d09df9afcb3c], Content-Type=[application/merge-patch+json]}
2022-04-28T19:52:54.716Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e8fbd8-f3b5-49b0-ae33-0c367515229e/model-vers/model-ver/dcf535e9-c862-4c5a-8a28-717066b42cb5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-28T19:52:54.785Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e8fbd8-f3b5-49b0-ae33-0c367515229e/model-vers/model-ver/dcf535e9-c862-4c5a-8a28-717066b42cb5?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/96e8fbd8-f3b5-49b0-ae33-0c367515229e/model-vers/model-ver/dcf535e9-c862-4c5a-8a28-717066b42cb5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220428-19:52:54:721-10475], vertex-id=[253952], Content-Length=[0], Date=[Thu, 28 Apr 2022 19:52:54 GMT], Content-Type=[application/json]}
2022-04-28T19:52:54.786Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e8fbd8-f3b5-49b0-ae33-0c367515229e/model-vers/model-ver/dcf535e9-c862-4c5a-8a28-717066b42cb5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-28T19:52:54.786Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96e8fbd8-f3b5-49b0-ae33-0c367515229e/model-vers/model-ver/dcf535e9-c862-4c5a-8a28-717066b42cb5?depth=0|INFO|500||InvokeReturn
2022-04-28T19:52:54.787Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T19:52:54.787Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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-04-28T19:52:54.790Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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-04-28T19:52:54.790Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ead4c9fe-d859-469a-89c6-d09df9afcb3c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T19:52:54.791Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T19:52:54.791Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:52:54.793Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:52:54.793Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175574791,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:52:54.893Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:52:54.894Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:52:54.894Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:52:54.908Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:52:54.908Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:52:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:52:55.384Z||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-04-28T19:52:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:52:55.803Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:52:55.803Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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-04-28T19:52:55.804Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:52:56.000Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:52:56.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T19:52:56.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ead4c9fe-d859-469a-89c6-d09df9afcb3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175574791,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:52:56.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:06.337Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:06.338Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:53:06.338Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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-04-28T19:53:06.338Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:15.867Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:15.868Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:53:15.868Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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-04-28T19:53:15.868Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:25.394Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:25.395Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:53:25.395Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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-04-28T19:53:25.395Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:27.036Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:27.036Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-28T19:53:27.037Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"82553ada-4f21-46d7-b049-48c6ae284611","serviceName":"basic_onboard_yqnuks","serviceVersion":"1.0","serviceUUID":"b8696f7e-741a-4ef3-9e80-04beb67b2b52","serviceDescription":"service","serviceInvariantUUID":"d5e28059-813a-457b-8384-f099eb422ff7","resources":[{"resourceInstanceName":"basic_onboard_yqnuks 0","resourceName":"basic_onboard_yqnuks","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"057e7204-a4f1-42c2-888d-f3b1659ea34a","resourceInvariantUUID":"d7a0a540-3edb-4907-bc1e-0e42f78315c7","resourceCustomizationUUID":"04684742-b1fd-4c6d-85db-2252faba884a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vf-license-model.xml","artifactChecksum":"Y2FiNjFjNjVjMmM4NTJjMTkwMTE1OTc3YmI3NmQxNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0207e6c9-79d6-41ff-93fd-f14a728c80d0","artifactVersion":"1"},{"artifactName":"basic_onboard_yqnuks0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json","artifactChecksum":"NjQyNWQ3NmU0NTY2MzI0Y2Q3ZTQxNDA0MzE3NWE5YzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5b315a49-fb2b-4bf7-bf86-5fbc60b2e90e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3c44bd01-b43e-4e0f-9909-d588384790e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"427bc16f-6fc3-4c7c-b617-9897d0edabfc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cbe7c7ff-41cc-4e0c-a96e-b7bab5d9eb6a","artifactVersion":"2","generatedFromUUID":"3c44bd01-b43e-4e0f-9909-d588384790e0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYqnuks-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-template.yml","artifactChecksum":"MjYwMTUwZGE3MDlkODI0ZmJhNTNhYjQyMTA4M2QzNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c99a6f6-023a-43e7-a8ae-1440ddb85727","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYqnuks-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar","artifactChecksum":"NDU3OTM3Y2FhZmI2YjI4NzZkMTkwMDgzYTJkMDE2OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5413dfe-3ed8-4ed5-b76c-82cea3abe0b2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T19:53:27.038Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:53:27.039Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:27.040Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:27.040Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:27.140Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:53:27.141Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:27.141Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:27.157Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:27.158Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:28.041Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:53:28.042Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:28.043Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:28.044Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:53:28.144Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:53:28.144Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:28.145Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:28.459Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:28.459Z||pool-106-thread-1|||||INFO|500||cambria reply ok (315 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:29.044Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:53:29.045Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:29.046Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:29.046Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:53:29.147Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:53:29.147Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:29.147Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:29.157Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:29.157Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:30.047Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:53:30.048Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:30.049Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:30.049Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:30.150Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:53:30.150Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:30.151Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:30.160Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:30.161Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:31.050Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:53:31.051Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:31.053Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:31.053Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-28T19:53:31.154Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:53:31.154Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:31.154Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:31.163Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:31.163Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:32.054Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:53:32.055Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:32.057Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:32.057Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:32.157Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:53:32.158Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:32.158Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:32.169Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:32.169Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:33.057Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:53:33.059Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:33.060Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:33.061Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:53:33.161Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:53:33.162Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:33.162Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:33.172Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:33.173Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:34.062Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "serviceName": "basic_onboard_yqnuks",
  "serviceVersion": "1.0",
  "serviceUUID": "b8696f7e-741a-4ef3-9e80-04beb67b2b52",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d5e28059-813a-457b-8384-f099eb422ff7",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_yqnuks 0",
      "resourceCustomizationUUID": "04684742-b1fd-4c6d-85db-2252faba884a",
      "resourceName": "basic_onboard_yqnuks",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "057e7204-a4f1-42c2-888d-f3b1659ea34a",
      "resourceInvariantUUID": "d7a0a540-3edb-4907-bc1e-0e42f78315c7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yqnuks0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
          "artifactChecksum": "NjQyNWQ3NmU0NTY2MzI0Y2Q3ZTQxNDA0MzE3NWE5YzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5b315a49-fb2b-4bf7-bf86-5fbc60b2e90e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3c44bd01-b43e-4e0f-9909-d588384790e0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cbe7c7ff-41cc-4e0c-a96e-b7bab5d9eb6a",
            "generatedFromUUID": "3c44bd01-b43e-4e0f-9909-d588384790e0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cbe7c7ff-41cc-4e0c-a96e-b7bab5d9eb6a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYqnuks-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
      "artifactChecksum": "NDU3OTM3Y2FhZmI2YjI4NzZkMTkwMDgzYTJkMDE2OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e5413dfe-3ed8-4ed5-b76c-82cea3abe0b2"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T19:53:34.062Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T19:53:34.062Z|ead4c9fe-d859-469a-89c6-d09df9afcb3c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b8696f7e-741a-4ef3-9e80-04beb67b2b52 ASDC
2022-04-28T19:53:34.063Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:82553ada-4f21-46d7-b049-48c6ae284611
ServiceName:basic_onboard_yqnuks
ServiceVersion:1.0
ServiceUUID:b8696f7e-741a-4ef3-9e80-04beb67b2b52
ServiceInvariantUUID:d5e28059-813a-457b-8384-f099eb422ff7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYqnuks-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar
ArtifactUUID:e5413dfe-3ed8-4ed5-b76c-82cea3abe0b2
ArtifactChecksum:NDU3OTM3Y2FhZmI2YjI4NzZkMTkwMDgzYTJkMDE2OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yqnuks 0
ResourceCustomizationUUID:04684742-b1fd-4c6d-85db-2252faba884a
ResourceInvariantUUID:d7a0a540-3edb-4907-bc1e-0e42f78315c7
ResourceName:basic_onboard_yqnuks
ResourceType:VF
ResourceUUID:057e7204-a4f1-42c2-888d-f3b1659ea34a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yqnuks0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json
ArtifactUUID:5b315a49-fb2b-4bf7-bf86-5fbc60b2e90e
ArtifactChecksum:NjQyNWQ3NmU0NTY2MzI0Y2Q3ZTQxNDA0MzE3NWE5YzA=
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/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3c44bd01-b43e-4e0f-9909-d588384790e0
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/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env
ArtifactUUID:cbe7c7ff-41cc-4e0c-a96e-b7bab5d9eb6a
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/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env
ArtifactUUID:cbe7c7ff-41cc-4e0c-a96e-b7bab5d9eb6a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T19:53:34.063Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8696f7e-741a-4ef3-9e80-04beb67b2b52 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-04-28T19:53:34.095Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:53:34.095Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:53:34.096Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:53:34.096Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e5413dfe-3ed8-4ed5-b76c-82cea3abe0b2 from URL: /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:34.096Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-28T19:53:34.096Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:34.903Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-28T19:53:34.907Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar e5413dfe-3ed8-4ed5-b76c-82cea3abe0b2 71558
2022-04-28T19:53:34.907Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar ASDC sendASDCNotification
2022-04-28T19:53:34.907Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:34.907Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:53:34.908Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:34.909Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:34.909Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175614907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:35.009Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T19:53:35.010Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:35.010Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:35.019Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:35.020Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:35.910Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:53:35.911Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-28T19:53:35.911Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e5413dfe-3ed8-4ed5-b76c-82cea3abe0b2, URL: /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar to file: /app/ASDC/1/service-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:35.912Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:35.912Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:35.912Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:36.028Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6847367112385605513/Definitions/service-BasicOnboardYqnuks-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-04-28T19:53:36.942Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yqnuks 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-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|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-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|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-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|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-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|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-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|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-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:36.943Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:36.944Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yqnuks 0 is matching search criteria
2022-04-28T19:53:36.944Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T19:53:36.944Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yqnuks 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:53:36.944Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:36.944Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:36.944Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yqnuks 0 is matching search criteria
2022-04-28T19:53:36.944Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-28T19:53:36.944Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yqnuks 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:53:36.944Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:36.944Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:36.944Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:36.944Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yqnuks 0 is not matching search criteria
2022-04-28T19:53:36.945Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-28T19:53:36.945Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-28T19:53:36.945Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-28T19:53:36.945Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-28T19:53:36.945Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T19:53:36.945Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:36.945Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:53:36.945Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:36.945Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yqnuks 0 is matching search criteria
2022-04-28T19:53:36.945Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yqnuks 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:53:36.945Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:36.945Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yqnuks 0 is matching search criteria
2022-04-28T19:53:36.946Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yqnuks 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:53:36.946Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:36.946Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yqnuks 0 is matching search criteria
2022-04-28T19:53:36.946Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yqnuks 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:53:36.946Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:36.946Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yqnuks 0 is not matching search criteria
2022-04-28T19:53:36.946Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-28T19:53:36.946Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-28T19:53:36.946Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a6858679-4c11-4257-9b0d-66088c27082f
2022-04-28T19:53:36.946Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:36.946Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:36.946Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:36.947Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:36.947Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:36.947Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:36.947Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:36.947Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:36.947Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_yqnuks
Description:service
Model UUID:b8696f7e-741a-4ef3-9e80-04beb67b2b52
Model Version:NULL
Model InvariantUuid:d5e28059-813a-457b-8384-f099eb422ff7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_yqnuks
Model UUID:af2ab093-1122-477a-afe5-66763a2a155f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d7a0a540-3edb-4907-bc1e-0e42f78315c7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:04684742-b1fd-4c6d-85db-2252faba884a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:878fd979-7721-4d1a-be57-99a283ddb986
ModelName:BasicOnboardYqnuks..base_ubuntu18..module-0
ModelUuid:91596056-bb1a-4a02-8b5d-e2cbe37dd2e7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a6858679-4c11-4257-9b0d-66088c27082f
ModelInvariantUuid:dc268a65-6a2a-4003-8b51-e71a74d6d8a0
ModelName:basic_onboard_yqnuks-nodes.ubuntu18Cvfc
ModelUuid:c29fa043-0881-4345-8076-0027e44e257a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ed469675-3770-46a2-b210-fd3547096cf7
ModelInvariantUuid:35393702-caae-4d6b-bff5-6db23d6e3fc3
ModelName:BasicOnboardYqnuks.compute.nodes.heat.ubuntu18
ModelUuid:e89413a8-84cb-4775-b5a2-0ada55eb38c7
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-04-28T19:53:36.951Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 057e7204-a4f1-42c2-888d-f3b1659ea34a
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-04-28T19:53:36.953Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||basic_onboard_yqnuks 0
2022-04-28T19:53:36.953Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 057e7204-a4f1-42c2-888d-f3b1659ea34a
2022-04-28T19:53:36.953Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5b315a49-fb2b-4bf7-bf86-5fbc60b2e90e from URL: /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json
2022-04-28T19:53:36.953Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-28T19:53:36.953Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json
2022-04-28T19:53:37.862Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-28T19:53:37.863Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json 5b315a49-fb2b-4bf7-bf86-5fbc60b2e90e 798
2022-04-28T19:53:37.863Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json ASDC sendASDCNotification
2022-04-28T19:53:37.863Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json
2022-04-28T19:53:37.863Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:53:37.863Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:37.865Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:37.865Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175617863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:37.965Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:53:37.966Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:37.966Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:37.975Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:37.975Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:38.865Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYqnuks..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "878fd979-7721-4d1a-be57-99a283ddb986",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "91596056-bb1a-4a02-8b5d-e2cbe37dd2e7",
    "vfModuleModelCustomizationUUID": "b6803f5f-0579-4e74-90ec-4f4078315853",
    "isBase": true,
    "artifacts": [
      "3c44bd01-b43e-4e0f-9909-d588384790e0",
      "cbe7c7ff-41cc-4e0c-a96e-b7bab5d9eb6a"
    ],
    "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-04-28T19:53:38.875Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYqnuks..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:91596056-bb1a-4a02-8b5d-e2cbe37dd2e7
VfModuleModelInvariantUUID:878fd979-7721-4d1a-be57-99a283ddb986
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c44bd01-b43e-4e0f-9909-d588384790e0
,
cbe7c7ff-41cc-4e0c-a96e-b7bab5d9eb6a

}
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-04-28T19:53:38.877Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYqnuks..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "878fd979-7721-4d1a-be57-99a283ddb986",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "91596056-bb1a-4a02-8b5d-e2cbe37dd2e7",
    "vfModuleModelCustomizationUUID": "b6803f5f-0579-4e74-90ec-4f4078315853",
    "isBase": true,
    "artifacts": [
      "3c44bd01-b43e-4e0f-9909-d588384790e0",
      "cbe7c7ff-41cc-4e0c-a96e-b7bab5d9eb6a"
    ],
    "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-04-28T19:53:38.877Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYqnuks..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:91596056-bb1a-4a02-8b5d-e2cbe37dd2e7
VfModuleModelInvariantUUID:878fd979-7721-4d1a-be57-99a283ddb986
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c44bd01-b43e-4e0f-9909-d588384790e0
,
cbe7c7ff-41cc-4e0c-a96e-b7bab5d9eb6a

}
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-04-28T19:53:38.877Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3c44bd01-b43e-4e0f-9909-d588384790e0 from URL: /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml
2022-04-28T19:53:38.877Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-28T19:53:38.877Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml
2022-04-28T19:53:39.240Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-28T19:53:39.240Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml 3c44bd01-b43e-4e0f-9909-d588384790e0 5033
2022-04-28T19:53:39.241Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-28T19:53:39.241Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml
2022-04-28T19:53:39.241Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:53:39.241Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:39.243Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:39.243Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175619241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:39.343Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:53:39.344Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:39.344Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:39.354Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:39.354Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:40.243Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cbe7c7ff-41cc-4e0c-a96e-b7bab5d9eb6a from URL: /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env
2022-04-28T19:53:40.251Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-28T19:53:40.251Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env
2022-04-28T19:53:40.459Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-28T19:53:40.459Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env cbe7c7ff-41cc-4e0c-a96e-b7bab5d9eb6a 909
2022-04-28T19:53:40.459Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-28T19:53:40.459Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env
2022-04-28T19:53:40.460Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:53:40.460Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:40.461Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:40.461Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175620459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:40.562Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:53:40.562Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:40.562Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:40.572Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:40.572Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:41.462Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b8696f7e-741a-4ef3-9e80-04beb67b2b52
2022-04-28T19:53:41.463Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yqnuks 0 057e7204-a4f1-42c2-888d-f3b1659ea34a 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-04-28T19:53:41.476Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c296580, org.onap.sdc.toscaparser.api.parameters.Input@5788e9ec, org.onap.sdc.toscaparser.api.parameters.Input@829bffe, org.onap.sdc.toscaparser.api.parameters.Input@2b4c184d, org.onap.sdc.toscaparser.api.parameters.Input@3cde7dc1]
2022-04-28T19:53:41.477Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.477Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:41.477Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-28T19:53:41.478Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 04684742-b1fd-4c6d-85db-2252faba884a
2022-04-28T19:53:41.478Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 04684742-b1fd-4c6d-85db-2252faba884a matches Tosca VF Customization UUID: 04684742-b1fd-4c6d-85db-2252faba884a
2022-04-28T19:53:41.478Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 04684742-b1fd-4c6d-85db-2252faba884a  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-04-28T19:53:41.480Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.480Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:41.480Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 04684742-b1fd-4c6d-85db-2252faba884a: {\"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-04-28T19:53:41.480Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22df5b11
2022-04-28T19:53:41.480Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.480Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:53:41.480Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6803f5f-0579-4e74-90ec-4f4078315853
2022-04-28T19:53:41.480Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6803f5f-0579-4e74-90ec-4f4078315853
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-04-28T19:53:41.482Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.482Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yqnuks 0 is matching search criteria
2022-04-28T19:53:41.482Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yqnuks 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:53:41.482Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.482Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yqnuks 0 is matching search criteria
2022-04-28T19:53:41.482Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yqnuks 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:53:41.482Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.482Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yqnuks 0 is not matching search criteria
2022-04-28T19:53:41.482Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-28T19:53:41.483Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-28T19:53:41.483Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a6858679-4c11-4257-9b0d-66088c27082f
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-04-28T19:53:41.484Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.484Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yqnuks 0 is matching search criteria
2022-04-28T19:53:41.484Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yqnuks 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:53:41.484Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.484Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yqnuks 0 is matching search criteria
2022-04-28T19:53:41.485Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yqnuks 0] matching following query criteria: sdcType=VF, customizationUUID=04684742-b1fd-4c6d-85db-2252faba884a
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-04-28T19:53:41.486Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.486Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:41.486Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b8696f7e-741a-4ef3-9e80-04beb67b2b52: basic_onboard_yqnuks
2022-04-28T19:53:41.486Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.486Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:41.486Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.486Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:41.486Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.486Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:41.486Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.486Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:41.487Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T19:53:41.487Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yqnuks is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:53:41.487Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_yqnuks 
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-04-28T19:53:41.540Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yqnuks 057e7204-a4f1-42c2-888d-f3b1659ea34a 1 ASDC deployResourceStructure
2022-04-28T19:53:41.540Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json ASDC sendASDCNotification
2022-04-28T19:53:41.540Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json
2022-04-28T19:53:41.540Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:53:41.540Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:41.542Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:41.542Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175621540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:53:41.642Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:53:41.642Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:41.642Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:41.651Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:41.651Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:42.546Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-28T19:53:42.546Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml
2022-04-28T19:53:42.547Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:53:42.547Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:42.549Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:42.549Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175622546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T19:53:42.649Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:53:42.650Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:42.650Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:42.659Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:42.659Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:43.549Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-28T19:53:43.550Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env
2022-04-28T19:53:43.550Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:53:43.550Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:43.552Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:43.553Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175623549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-28T19:53:43.653Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T19:53:43.653Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:43.653Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:43.662Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:43.662Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:53:44.554Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar ASDC sendASDCNotification
2022-04-28T19:53:44.554Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar
2022-04-28T19:53:44.554Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:53:44.555Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:53:44.557Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:53:44.557Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175624553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:53:44.657Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:53:44.658Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:53:44.658Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:44.667Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:44.667Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:53:45.558Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82553ada-4f21-46d7-b049-48c6ae284611
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:53:45.568Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82553ada-4f21-46d7-b049-48c6ae284611
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:53:45.570Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:53:45.570Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:53:45.570Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:53:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:53:55.384Z||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-04-28T19:53:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:53:56.005Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:53:56.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175605575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "cds",
  "timestamp": 1651175602340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "policy-id",
  "timestamp": 1651175602327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175602879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175606918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "policy-id",
  "timestamp": 1651175602327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175605575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175602879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "cds",
  "timestamp": 1651175602340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175606918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175605575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "cds",
  "timestamp": 1651175602340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "policy-id",
  "timestamp": 1651175602327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175602879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175606918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175605575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "cds",
  "timestamp": 1651175602340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "policy-id",
  "timestamp": 1651175602327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175602879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175606918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "clamp",
  "timestamp": 1651175610171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175605575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "cds",
  "timestamp": 1651175602340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "policy-id",
  "timestamp": 1651175602327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175602879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175606918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "clamp",
  "timestamp": 1651175610171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175605575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "cds",
  "timestamp": 1651175602340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "policy-id",
  "timestamp": 1651175602327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175602879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175606918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "clamp",
  "timestamp": 1651175610171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175605575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "cds",
  "timestamp": 1651175602340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175605395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "policy-id",
  "timestamp": 1651175602327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651175602879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175606918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "clamp",
  "timestamp": 1651175610171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175614745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "clamp",
  "timestamp": 1651175610171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "policy-id",
  "timestamp": 1651175614809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "cds",
  "timestamp": 1651175614844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175614848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175614907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "clamp",
  "timestamp": 1651175610171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "policy-id",
  "timestamp": 1651175615812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "cds",
  "timestamp": 1651175615851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-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-04-28T19:53:56.021Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82553ada-4f21-46d7-b049-48c6ae284611
2022-04-28T19:53:56.021Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82553ada-4f21-46d7-b049-48c6ae284611 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-04-28T19:53:56.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "aai-ml",
  "timestamp": 1651175615651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175616561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:56.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "clamp",
  "timestamp": 1651175610171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "policy-id",
  "timestamp": 1651175616814,
  "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-04-28T19:53:56.034Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82553ada-4f21-46d7-b049-48c6ae284611
2022-04-28T19:53:56.034Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82553ada-4f21-46d7-b049-48c6ae284611 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-04-28T19:53:56.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175616909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:53:56.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "aai-ml",
  "timestamp": 1651175615651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175617863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:56.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651175617912,
  "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-04-28T19:53:56.047Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82553ada-4f21-46d7-b049-48c6ae284611
2022-04-28T19:53:56.047Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82553ada-4f21-46d7-b049-48c6ae284611 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-04-28T19:53:56.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175618136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:56.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "aai-ml",
  "timestamp": 1651175615651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175619159,
  "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-04-28T19:53:56.057Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82553ada-4f21-46d7-b049-48c6ae284611
2022-04-28T19:53:56.057Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82553ada-4f21-46d7-b049-48c6ae284611 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-04-28T19:53:56.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175619241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:56.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "aai-ml",
  "timestamp": 1651175615651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651175620162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:53:56.063Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "aai-ml",
  "timestamp": 1651175615651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175620459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:56.063Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "aai-ml",
  "timestamp": 1651175615651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T19:53:56.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175621540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/basic_onboard_yqnuks0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T19:53:56.064Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "aai-ml",
  "timestamp": 1651175615651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T19:53:56.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-28T19:53:56.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175622546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T19:53:56.064Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "clamp",
  "timestamp": 1651175622693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:56.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "aai-ml",
  "timestamp": 1651175623483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T19:53:56.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175623549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/resourceInstances/basic_onboard_yqnuks0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-28T19:53:56.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175624553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:53:56.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "clamp",
  "timestamp": 1651175624701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:53:56.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "clamp",
  "timestamp": 1651175625703,
  "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-04-28T19:53:56.070Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82553ada-4f21-46d7-b049-48c6ae284611
2022-04-28T19:53:56.070Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82553ada-4f21-46d7-b049-48c6ae284611 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-04-28T19:53:56.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "aai-ml",
  "timestamp": 1651175628593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYqnuks/1.0/artifacts/service-BasicOnboardYqnuks-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T19:53:56.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:53:56.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:53:56.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "aai-ml",
  "timestamp": 1651175629595,
  "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-04-28T19:53:56.080Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82553ada-4f21-46d7-b049-48c6ae284611
2022-04-28T19:53:56.081Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82553ada-4f21-46d7-b049-48c6ae284611 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-04-28T19:54:15.571Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82553ada-4f21-46d7-b049-48c6ae284611
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T19:54:15.580Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82553ada-4f21-46d7-b049-48c6ae284611
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T19:54:15.582Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:54:15.582Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:54:15.582Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T19:54:15.582Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T19:54:15.582Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:54:15.582Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:54:15.583Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:54:15.583Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:54:15.583Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:54:15.583Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T19:54:15.583Z|82553ada-4f21-46d7-b049-48c6ae284611|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-04-28T19:54:15.587Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T19:54:45.587Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82553ada-4f21-46d7-b049-48c6ae284611 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-04-28T19:54:45.592Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82553ada-4f21-46d7-b049-48c6ae284611 and serviceModelVersionId: b8696f7e-741a-4ef3-9e80-04beb67b2b52
2022-04-28T19:54:45.592Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5e28059-813a-457b-8384-f099eb422ff7
2022-04-28T19:54:45.593Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5e28059-813a-457b-8384-f099eb422ff7/model-vers/model-ver/b8696f7e-741a-4ef3-9e80-04beb67b2b52?depth=0
2022-04-28T19:54:45.598Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T19:54:45.619Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5e28059-813a-457b-8384-f099eb422ff7/model-vers/model-ver/b8696f7e-741a-4ef3-9e80-04beb67b2b52?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-04-28T19:54:45.619Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5e28059-813a-457b-8384-f099eb422ff7/model-vers/model-ver/b8696f7e-741a-4ef3-9e80-04beb67b2b52?depth=0|INFO|500||Invoke
2022-04-28T19:54:45.638Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5e28059-813a-457b-8384-f099eb422ff7/model-vers/model-ver/b8696f7e-741a-4ef3-9e80-04beb67b2b52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-28T19:54:45.714Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5e28059-813a-457b-8384-f099eb422ff7/model-vers/model-ver/b8696f7e-741a-4ef3-9e80-04beb67b2b52?depth=0|INFO|500||InvokeReturn
2022-04-28T19:54:45.714Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5e28059-813a-457b-8384-f099eb422ff7/model-vers/model-ver/b8696f7e-741a-4ef3-9e80-04beb67b2b52?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220428-19:54:45:644-72750], vertex-id=[266240], Content-Length=[0], Date=[Thu, 28 Apr 2022 19:54:45 GMT], Content-Type=[application/json]}
2022-04-28T19:54:45.714Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-28T19:54:45.714Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T19:54:45.714Z|82553ada-4f21-46d7-b049-48c6ae284611|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-04-28T19:54:45.718Z|82553ada-4f21-46d7-b049-48c6ae284611|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-04-28T19:54:45.718Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82553ada-4f21-46d7-b049-48c6ae284611 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T19:54:45.718Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T19:54:45.719Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:54:45.721Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:54:45.721Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175685718,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:54:45.821Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:54:45.822Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T19:54:45.822Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:54:45.836Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:54:45.836Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T19:54:46.731Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:54:46.732Z|82553ada-4f21-46d7-b049-48c6ae284611|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-04-28T19:54:46.732Z|82553ada-4f21-46d7-b049-48c6ae284611|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:54:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:54:55.384Z||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-04-28T19:54:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:54:55.999Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:54:56.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-28T19:54:56.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82553ada-4f21-46d7-b049-48c6ae284611",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651175685718,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:54:56.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:54:56.260Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:54:56.260Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:54:56.261Z|82553ada-4f21-46d7-b049-48c6ae284611|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-04-28T19:54:56.261Z|82553ada-4f21-46d7-b049-48c6ae284611|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:55:05.793Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:55:05.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:55:05.794Z||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-04-28T19:55:05.794Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:55:15.324Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:55:55.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:55:55.344Z||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-04-28T19:55:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:55:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:55:55.384Z||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-04-28T19:55:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:56:04.877Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:56:04.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:56:55.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:56:55.344Z||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-04-28T19:56:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:56:55.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:56:55.384Z||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-04-28T19:56:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:57:04.876Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:57:04.910Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:57:55.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:57:55.344Z||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-04-28T19:57:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:57:55.383Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:57:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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-04-28T19:57:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:58:04.875Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:58:04.912Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:58:55.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:58:55.344Z||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-04-28T19:58:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:58:55.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:58:55.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-04-28T19:58:55.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:59:04.878Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:59:04.912Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T19:59:55.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:59:55.344Z||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-04-28T19:59:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:59:55.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:59:55.384Z||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-04-28T19:59:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:00:04.874Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:00:04.914Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:00:55.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:00:55.344Z||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-04-28T20:00:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:00:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:00:55.384Z||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-04-28T20:00:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:01:04.876Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:01:04.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:01:55.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:01:55.344Z||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-04-28T20:01:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:01:55.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:01:55.384Z||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-04-28T20:01:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:01.972Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:01.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T20:02:01.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ad4669fd-beaf-460b-a0e7-abff14f23008","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"128ba6b1-653f-4f1f-999a-07137642e82b","serviceDescription":"service","serviceInvariantUUID":"400cc8d9-7311-4f42-a2bb-22ccffc69b95","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25280cd1-4ca2-4d1b-a9fb-be84dc7b7fa9","resourceInvariantUUID":"f7374be8-4710-4686-a7f4-15b2af9099a0","resourceCustomizationUUID":"79cb121c-22e4-4af3-a4dd-29b655f066f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"101a3a48-bc70-46f2-ad2f-157b1e9361ae","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZjFhNjBjYTkyZWE3MGU5MDIwNTQzNzQ4NTEzM2FjZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e1ea982-ff58-4bce-932c-e1cdb4d577b5","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"Njc1OTA4NDNiNDVhODYzMDZkMzNjNTg4NDkwYmYwYjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5f50c390-ff78-4c8d-b091-e603cb1cf0ee","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24cb7805-e419-4e1e-801f-5c9e180883d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2426e95e-8fe5-4d44-8b3b-6bb38f759e0e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b22a6a62-7554-4691-8347-5f7efb890399","artifactVersion":"2","generatedFromUUID":"24cb7805-e419-4e1e-801f-5c9e180883d7"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MjU2NDI1NTA0YmRmNWIyMWM5MmQ4YjI0NDFiMWY0ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4903167b-d2c8-42fa-92ae-50c750ba4b77","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NjA0MWQ1YTlmM2Q0NzZiMzY5MWZkZGI2YWI1OTMzY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2a4a236-d91e-43c4-a545-eba8a5536509","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T20:02:01.975Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:02:01.975Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:01.977Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:01.977Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:02:02.078Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:02:02.078Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:02.078Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:02.088Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:02.088Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:02.146Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:02.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:02:02.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176116918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:02:02.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:02:02.978Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:02:02.979Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:02.981Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:02.981Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:02:03.081Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:02:03.082Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:03.082Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:03.090Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:03.091Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:03.983Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:02:03.984Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:03.988Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:03.988Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T20:02:04.089Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T20:02:04.090Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:04.090Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:04.100Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:04.101Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-28T20:02:04.989Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:02:04.990Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:04.992Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:04.992Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-28T20:02:05.092Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:02:05.093Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:05.093Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:05.102Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:05.102Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:05.993Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:02:05.993Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:05.995Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:05.995Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:02:06.096Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T20:02:06.096Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:06.096Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:06.105Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:06.105Z||pool-125-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:06.996Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:02:06.997Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:06.999Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:06.999Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-28T20:02:07.099Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:02:07.099Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:07.100Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:07.108Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:07.108Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:07.999Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:02:08.000Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:08.001Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:08.001Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:02:08.102Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T20:02:08.102Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:08.103Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:08.111Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:08.111Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:09.002Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:02:09.003Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:09.005Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:09.005Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:02:09.105Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:02:09.106Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:09.106Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:09.115Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:09.115Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:10.006Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "128ba6b1-653f-4f1f-999a-07137642e82b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "400cc8d9-7311-4f42-a2bb-22ccffc69b95",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "79cb121c-22e4-4af3-a4dd-29b655f066f6",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "25280cd1-4ca2-4d1b-a9fb-be84dc7b7fa9",
      "resourceInvariantUUID": "f7374be8-4710-4686-a7f4-15b2af9099a0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "Njc1OTA4NDNiNDVhODYzMDZkMzNjNTg4NDkwYmYwYjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5f50c390-ff78-4c8d-b091-e603cb1cf0ee",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24cb7805-e419-4e1e-801f-5c9e180883d7",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b22a6a62-7554-4691-8347-5f7efb890399",
            "generatedFromUUID": "24cb7805-e419-4e1e-801f-5c9e180883d7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b22a6a62-7554-4691-8347-5f7efb890399",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NjA0MWQ1YTlmM2Q0NzZiMzY5MWZkZGI2YWI1OTMzY2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e2a4a236-d91e-43c4-a545-eba8a5536509"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T20:02:10.007Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T20:02:10.007Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 128ba6b1-653f-4f1f-999a-07137642e82b ASDC
2022-04-28T20:02:10.007Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ad4669fd-beaf-460b-a0e7-abff14f23008
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:128ba6b1-653f-4f1f-999a-07137642e82b
ServiceInvariantUUID:400cc8d9-7311-4f42-a2bb-22ccffc69b95
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:e2a4a236-d91e-43c4-a545-eba8a5536509
ArtifactChecksum:NjA0MWQ1YTlmM2Q0NzZiMzY5MWZkZGI2YWI1OTMzY2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:79cb121c-22e4-4af3-a4dd-29b655f066f6
ResourceInvariantUUID:f7374be8-4710-4686-a7f4-15b2af9099a0
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:25280cd1-4ca2-4d1b-a9fb-be84dc7b7fa9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:5f50c390-ff78-4c8d-b091-e603cb1cf0ee
ArtifactChecksum:Njc1OTA4NDNiNDVhODYzMDZkMzNjNTg4NDkwYmYwYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:24cb7805-e419-4e1e-801f-5c9e180883d7
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:b22a6a62-7554-4691-8347-5f7efb890399
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:b22a6a62-7554-4691-8347-5f7efb890399
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T20:02:10.008Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 128ba6b1-653f-4f1f-999a-07137642e82b 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-04-28T20:02:10.040Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T20:02:10.040Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-28T20:02:10.040Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-28T20:02:10.040Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e2a4a236-d91e-43c4-a545-eba8a5536509 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-28T20:02:10.040Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-28T20:02:10.040Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-28T20:02:10.670Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-28T20:02:10.675Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar e2a4a236-d91e-43c4-a545-eba8a5536509 73661
2022-04-28T20:02:10.675Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-28T20:02:10.675Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-28T20:02:10.675Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:02:10.675Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:10.677Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:10.677Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176130675,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:02:10.777Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:02:10.778Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:10.778Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:10.788Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:10.788Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:11.677Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T20:02:11.679Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-28T20:02:11.679Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e2a4a236-d91e-43c4-a545-eba8a5536509, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-28T20:02:11.679Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-04-28T20:02:11.680Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-28T20:02:11.680Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-28T20:02:11.809Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12247895750152931709/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-28T20:02:12.695Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T20:02:12.695Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-28T20:02:12.696Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-28T20:02:12.696Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-28T20:02:12.696Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-28T20:02:12.696Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-28T20:02:12.696Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-28T20:02:12.696Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-28T20:02:12.696Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-28T20:02:12.696Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-28T20:02:12.696Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-28T20:02:12.697Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-28T20:02:12.697Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-28T20:02:12.697Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-28T20:02:12.697Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:12.697Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:12.697Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-28T20:02:12.697Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-28T20:02:12.698Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T20:02:12.698Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:12.698Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:12.698Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-28T20:02:12.698Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-28T20:02:12.698Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T20:02:12.698Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:12.699Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:12.699Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:12.699Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-28T20:02:12.699Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-28T20:02:12.699Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-28T20:02:12.699Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-28T20:02:12.699Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-28T20:02:12.700Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T20:02:12.700Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:12.700Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T20:02:12.700Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:12.700Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-28T20:02:12.700Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:02:12.700Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:12.701Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-28T20:02:12.701Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:02:12.701Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:12.701Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-28T20:02:12.701Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:02:12.701Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:12.701Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-28T20:02:12.701Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-28T20:02:12.702Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-28T20:02:12.702Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d9e1341-6e55-4231-a59a-e4047fa6dfce
2022-04-28T20:02:12.702Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:12.702Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:12.702Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:12.702Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:12.702Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:12.702Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:12.703Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:12.703Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:12.703Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:128ba6b1-653f-4f1f-999a-07137642e82b
Model Version:NULL
Model InvariantUuid:400cc8d9-7311-4f42-a2bb-22ccffc69b95
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:2340673d-61b8-4fc3-89c8-6a1a42638d8a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f7374be8-4710-4686-a7f4-15b2af9099a0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:79cb121c-22e4-4af3-a4dd-29b655f066f6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4a4e890f-9cfc-4490-955d-08caa4628b7b
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:383ce4c0-40a6-4a77-9426-ffbebc15795e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1d9e1341-6e55-4231-a59a-e4047fa6dfce
ModelInvariantUuid:7b28c753-ef2a-4f63-a7aa-9ecda14a2c74
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:eed1f1d2-657e-46e1-8ffb-dc5c646cc8de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b2a705ca-c91f-472f-8a29-8d42df6904d4
ModelInvariantUuid:d02974b3-ccda-4989-8b55-bb2833dee241
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:6ae21197-dc26-4a89-9aa5-96a408dbb2b6
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-04-28T20:02:12.712Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 25280cd1-4ca2-4d1b-a9fb-be84dc7b7fa9
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-04-28T20:02:12.715Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||basicclamp 0
2022-04-28T20:02:12.715Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 25280cd1-4ca2-4d1b-a9fb-be84dc7b7fa9
2022-04-28T20:02:12.715Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5f50c390-ff78-4c8d-b091-e603cb1cf0ee from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-28T20:02:12.715Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-28T20:02:12.716Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-28T20:02:12.876Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-28T20:02:12.876Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 5f50c390-ff78-4c8d-b091-e603cb1cf0ee 790
2022-04-28T20:02:12.877Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-28T20:02:12.877Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-28T20:02:12.877Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:02:12.877Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:12.879Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:12.879Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176132877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:02:12.979Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:02:12.980Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:12.980Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:12.991Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:12.991Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:13.881Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4a4e890f-9cfc-4490-955d-08caa4628b7b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "383ce4c0-40a6-4a77-9426-ffbebc15795e",
    "vfModuleModelCustomizationUUID": "75d51269-b86f-47ae-b95c-792d974e67e5",
    "isBase": true,
    "artifacts": [
      "24cb7805-e419-4e1e-801f-5c9e180883d7",
      "b22a6a62-7554-4691-8347-5f7efb890399"
    ],
    "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-04-28T20:02:13.884Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:383ce4c0-40a6-4a77-9426-ffbebc15795e
VfModuleModelInvariantUUID:4a4e890f-9cfc-4490-955d-08caa4628b7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
24cb7805-e419-4e1e-801f-5c9e180883d7
,
b22a6a62-7554-4691-8347-5f7efb890399

}
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-04-28T20:02:13.887Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4a4e890f-9cfc-4490-955d-08caa4628b7b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "383ce4c0-40a6-4a77-9426-ffbebc15795e",
    "vfModuleModelCustomizationUUID": "75d51269-b86f-47ae-b95c-792d974e67e5",
    "isBase": true,
    "artifacts": [
      "24cb7805-e419-4e1e-801f-5c9e180883d7",
      "b22a6a62-7554-4691-8347-5f7efb890399"
    ],
    "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-04-28T20:02:13.887Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:383ce4c0-40a6-4a77-9426-ffbebc15795e
VfModuleModelInvariantUUID:4a4e890f-9cfc-4490-955d-08caa4628b7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
24cb7805-e419-4e1e-801f-5c9e180883d7
,
b22a6a62-7554-4691-8347-5f7efb890399

}
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-04-28T20:02:13.887Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 24cb7805-e419-4e1e-801f-5c9e180883d7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-28T20:02:13.887Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-28T20:02:13.887Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-28T20:02:14.076Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-28T20:02:14.076Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 24cb7805-e419-4e1e-801f-5c9e180883d7 5033
2022-04-28T20:02:14.077Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-28T20:02:14.077Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-28T20:02:14.077Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:02:14.078Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:14.080Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:14.080Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176134077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:02:14.180Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:02:14.181Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:14.181Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:14.206Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:14.207Z||pool-131-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:15.081Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b22a6a62-7554-4691-8347-5f7efb890399 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-28T20:02:15.081Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-28T20:02:15.082Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-28T20:02:15.366Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-28T20:02:15.366Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env b22a6a62-7554-4691-8347-5f7efb890399 909
2022-04-28T20:02:15.367Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-28T20:02:15.367Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-28T20:02:15.367Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:02:15.367Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:15.370Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:15.370Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176135367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:02:15.470Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:02:15.470Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:15.470Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:15.479Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:15.479Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:16.370Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 128ba6b1-653f-4f1f-999a-07137642e82b
2022-04-28T20:02:16.371Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 25280cd1-4ca2-4d1b-a9fb-be84dc7b7fa9 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-04-28T20:02:16.384Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75bbe1dc, org.onap.sdc.toscaparser.api.parameters.Input@17352e4a, org.onap.sdc.toscaparser.api.parameters.Input@7659bfef, org.onap.sdc.toscaparser.api.parameters.Input@65b8e3ea, org.onap.sdc.toscaparser.api.parameters.Input@4fa74b80]
2022-04-28T20:02:16.386Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.387Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:16.387Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-04-28T20:02:16.387Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 79cb121c-22e4-4af3-a4dd-29b655f066f6
2022-04-28T20:02:16.387Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79cb121c-22e4-4af3-a4dd-29b655f066f6 matches Tosca VF Customization UUID: 79cb121c-22e4-4af3-a4dd-29b655f066f6
2022-04-28T20:02:16.387Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 79cb121c-22e4-4af3-a4dd-29b655f066f6  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-04-28T20:02:16.389Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.389Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:16.390Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 79cb121c-22e4-4af3-a4dd-29b655f066f6: {\"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-04-28T20:02:16.390Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68c61952
2022-04-28T20:02:16.390Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.390Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T20:02:16.390Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75d51269-b86f-47ae-b95c-792d974e67e5
2022-04-28T20:02:16.390Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75d51269-b86f-47ae-b95c-792d974e67e5
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-04-28T20:02:16.392Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.393Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-28T20:02:16.393Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:02:16.393Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.393Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-28T20:02:16.393Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:02:16.393Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.393Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-28T20:02:16.393Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-28T20:02:16.394Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-28T20:02:16.394Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d9e1341-6e55-4231-a59a-e4047fa6dfce
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-04-28T20:02:16.396Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.396Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-28T20:02:16.396Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:02:16.396Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.396Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-28T20:02:16.396Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=79cb121c-22e4-4af3-a4dd-29b655f066f6
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-04-28T20:02:16.398Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.398Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:16.398Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 128ba6b1-653f-4f1f-999a-07137642e82b: basicclamp
2022-04-28T20:02:16.398Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.398Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:16.398Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.398Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:16.398Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.398Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:16.399Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.399Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:16.399Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:02:16.399Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:02:16.399Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T20:02:16.486Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 25280cd1-4ca2-4d1b-a9fb-be84dc7b7fa9 1 ASDC deployResourceStructure
2022-04-28T20:02:16.486Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-28T20:02:16.487Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-28T20:02:16.487Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T20:02:16.487Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:16.488Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:16.488Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176136486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T20:02:16.588Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:02:16.589Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:16.589Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:16.612Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:16.612Z||pool-133-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:17.488Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-28T20:02:17.489Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-28T20:02:17.489Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T20:02:17.489Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:17.490Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:17.490Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176137488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T20:02:17.590Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:02:17.591Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:17.591Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:17.602Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:17.602Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:18.491Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-28T20:02:18.491Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-28T20:02:18.492Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T20:02:18.492Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:18.493Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:18.494Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176138491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-28T20:02:18.594Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:02:18.595Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:18.595Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:18.605Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:18.606Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:19.494Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-28T20:02:19.495Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-28T20:02:19.495Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T20:02:19.495Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:02:19.497Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:02:19.497Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176139494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:02:19.597Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:02:19.598Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:02:19.598Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:19.608Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:19.608Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:02:20.497Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T20:02:20.507Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T20:02:20.509Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T20:02:20.509Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T20:02:20.509Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T20:02:50.510Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T20:02:50.519Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T20:02:50.522Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T20:02:50.522Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T20:02:50.522Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T20:02:55.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:02:55.384Z||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-04-28T20:02:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:02:55.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:02:55.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:02:55.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:02:55.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:03:20.522Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T20:03:20.531Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T20:03:20.532Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T20:03:20.533Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T20:03:20.533Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T20:03:50.533Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T20:03:50.544Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T20:03:50.546Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T20:03:50.546Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T20:03:50.546Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T20:03:55.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:03:55.384Z||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-04-28T20:03:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:03:55.403Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:03:55.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:03:55.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "cds",
  "timestamp": 1651176112340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:03:55.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:03:55.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:03:55.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "clamp",
  "timestamp": 1651176120171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:03:55.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:20.546Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T20:04:20.558Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T20:04:20.559Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T20:04:20.559Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T20:04:20.559Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T20:04:50.560Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T20:04:50.568Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T20:04:50.569Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T20:04:50.570Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T20:04:50.570Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T20:04:55.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:04:55.384Z||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-04-28T20:04:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:04:55.402Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:04:55.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176116918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "policy-id",
  "timestamp": 1651176122327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "cds",
  "timestamp": 1651176112340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "clamp",
  "timestamp": 1651176120171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176122879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176116918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "policy-id",
  "timestamp": 1651176122327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "cds",
  "timestamp": 1651176112340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "clamp",
  "timestamp": 1651176120171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176122879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176116918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "policy-id",
  "timestamp": 1651176122327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "cds",
  "timestamp": 1651176112340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "clamp",
  "timestamp": 1651176120171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176122879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176116918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "policy-id",
  "timestamp": 1651176122327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "cds",
  "timestamp": 1651176112340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "clamp",
  "timestamp": 1651176120171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176125575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "aai-ml",
  "timestamp": 1651176125651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176122879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176116918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "policy-id",
  "timestamp": 1651176122327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "cds",
  "timestamp": 1651176112340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "clamp",
  "timestamp": 1651176120171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176125575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "aai-ml",
  "timestamp": 1651176125651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176122879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176116918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "policy-id",
  "timestamp": 1651176122327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "cds",
  "timestamp": 1651176112340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "clamp",
  "timestamp": 1651176120171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176125575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "aai-ml",
  "timestamp": 1651176125651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176122879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176116918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "policy-id",
  "timestamp": 1651176122327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "cds",
  "timestamp": 1651176112340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176115344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "clamp",
  "timestamp": 1651176120171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176125575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "aai-ml",
  "timestamp": 1651176125651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176122879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "policy-id",
  "timestamp": 1651176122327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176125575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "aai-ml",
  "timestamp": 1651176125651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176122879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176130644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "cds",
  "timestamp": 1651176130671,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176130675,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176125575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "policy-id",
  "timestamp": 1651176131182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "aai-ml",
  "timestamp": 1651176125651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "cds",
  "timestamp": 1651176131674,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-28T20:04:55.430Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ad4669fd-beaf-460b-a0e7-abff14f23008
2022-04-28T20:04:55.430Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad4669fd-beaf-460b-a0e7-abff14f23008 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-04-28T20:04:55.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "policy-id",
  "timestamp": 1651176132185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176125575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "aai-ml",
  "timestamp": 1651176125651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176132877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "policy-id",
  "timestamp": 1651176133186,
  "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-04-28T20:04:55.442Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad4669fd-beaf-460b-a0e7-abff14f23008
2022-04-28T20:04:55.442Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad4669fd-beaf-460b-a0e7-abff14f23008 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-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176125575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "aai-ml",
  "timestamp": 1651176125651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "cds",
  "timestamp": 1651176132678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176134077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "cds",
  "timestamp": 1651176132678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176134367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "aai-ml",
  "timestamp": 1651176134562,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "cds",
  "timestamp": 1651176132678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176135367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176135475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "cds",
  "timestamp": 1651176132678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176136486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176136582,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "cds",
  "timestamp": 1651176132678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176137488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176137597,
  "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-04-28T20:04:55.453Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad4669fd-beaf-460b-a0e7-abff14f23008
2022-04-28T20:04:55.453Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad4669fd-beaf-460b-a0e7-abff14f23008 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-04-28T20:04:55.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "cds",
  "timestamp": 1651176132678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176138491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176138599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "clamp",
  "timestamp": 1651176138799,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "cds",
  "timestamp": 1651176132678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176139494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "aai-ml",
  "timestamp": 1651176139631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "clamp",
  "timestamp": 1651176139801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.461Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "cds",
  "timestamp": 1651176132678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "aai-ml",
  "timestamp": 1651176140634,
  "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-04-28T20:04:55.464Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ad4669fd-beaf-460b-a0e7-abff14f23008
2022-04-28T20:04:55.464Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad4669fd-beaf-460b-a0e7-abff14f23008 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-04-28T20:04:55.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "clamp",
  "timestamp": 1651176141051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-28T20:04:55.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "cds",
  "timestamp": 1651176141401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "clamp",
  "timestamp": 1651176142054,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-04-28T20:04:55.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "policy-id",
  "timestamp": 1651176142327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "clamp",
  "timestamp": 1651176143056,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "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-04-28T20:04:55.476Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of ad4669fd-beaf-460b-a0e7-abff14f23008
2022-04-28T20:04:55.476Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad4669fd-beaf-460b-a0e7-abff14f23008 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-04-28T20:04:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "cds",
  "timestamp": 1651176143316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T20:04:55.493Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 068bcaa9-0990-4d39-bfef-2159119f7123
2022-04-28T20:04:55.493Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 068bcaa9-0990-4d39-bfef-2159119f7123 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-04-28T20:04:55.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176142879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "policy-id",
  "timestamp": 1651176142327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176142879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "policy-id",
  "timestamp": 1651176142327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176142879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "policy-id",
  "timestamp": 1651176142327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176145575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176142879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "policy-id",
  "timestamp": 1651176142327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176145575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176142879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "policy-id",
  "timestamp": 1651176142327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176145575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176142879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "policy-id",
  "timestamp": 1651176142327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176149081,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176145575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176142879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "policy-id",
  "timestamp": 1651176142327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176150084,
  "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-04-28T20:04:55.509Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ad4669fd-beaf-460b-a0e7-abff14f23008
2022-04-28T20:04:55.509Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad4669fd-beaf-460b-a0e7-abff14f23008 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-04-28T20:04:55.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176145575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176142879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "clamp",
  "timestamp": 1651176150171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176145575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "policy-id",
  "timestamp": 1651176151439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176151086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "clamp",
  "timestamp": 1651176150171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176145575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "policy-id",
  "timestamp": 1651176152443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176151086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "clamp",
  "timestamp": 1651176150171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176145575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "policy-id",
  "timestamp": 1651176153446,
  "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-04-28T20:04:55.519Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 068bcaa9-0990-4d39-bfef-2159119f7123
2022-04-28T20:04:55.520Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 068bcaa9-0990-4d39-bfef-2159119f7123 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-04-28T20:04:55.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176151086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "clamp",
  "timestamp": 1651176150171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176154502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176151086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "clamp",
  "timestamp": 1651176150171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176151086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "clamp",
  "timestamp": 1651176150171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "aai-ml",
  "timestamp": 1651176155651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176156400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176151086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "clamp",
  "timestamp": 1651176150171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "aai-ml",
  "timestamp": 1651176155651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176151086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "clamp",
  "timestamp": 1651176150171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176157939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "aai-ml",
  "timestamp": 1651176155651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176151086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "cds",
  "timestamp": 1651176157340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176158954,
  "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-04-28T20:04:55.531Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 068bcaa9-0990-4d39-bfef-2159119f7123
2022-04-28T20:04:55.532Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 068bcaa9-0990-4d39-bfef-2159119f7123 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-04-28T20:04:55.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "aai-ml",
  "timestamp": 1651176155651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "cds",
  "timestamp": 1651176157340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176159888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176159956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "aai-ml",
  "timestamp": 1651176155651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "cds",
  "timestamp": 1651176157340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "aai-ml",
  "timestamp": 1651176155651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "cds",
  "timestamp": 1651176157340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176161887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "aai-ml",
  "timestamp": 1651176155651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "cds",
  "timestamp": 1651176157340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176162889,
  "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-04-28T20:04:55.541Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 068bcaa9-0990-4d39-bfef-2159119f7123
2022-04-28T20:04:55.541Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 068bcaa9-0990-4d39-bfef-2159119f7123 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-04-28T20:04:55.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "policy-id",
  "timestamp": 1651176162327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "aai-ml",
  "timestamp": 1651176155651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176162879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "cds",
  "timestamp": 1651176157340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "policy-id",
  "timestamp": 1651176162327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "aai-ml",
  "timestamp": 1651176164483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176162879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "clamp",
  "timestamp": 1651176164803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "cds",
  "timestamp": 1651176157340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "policy-id",
  "timestamp": 1651176162327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176162879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "cds",
  "timestamp": 1651176157340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "policy-id",
  "timestamp": 1651176162327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176165575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176162879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "cds",
  "timestamp": 1651176157340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "policy-id",
  "timestamp": 1651176162327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176165575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176162879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "clamp",
  "timestamp": 1651176167807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "cds",
  "timestamp": 1651176157340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "policy-id",
  "timestamp": 1651176162327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176165575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176162879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "clamp",
  "timestamp": 1651176168811,
  "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-04-28T20:04:55.555Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 068bcaa9-0990-4d39-bfef-2159119f7123
2022-04-28T20:04:55.555Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 068bcaa9-0990-4d39-bfef-2159119f7123 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-04-28T20:04:55.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "policy-id",
  "timestamp": 1651176162327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "cds",
  "timestamp": 1651176168986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176165575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "aai-ml",
  "timestamp": 1651176169486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176162879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "policy-id",
  "timestamp": 1651176162327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176165575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "cds",
  "timestamp": 1651176170218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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-04-28T20:04:55.571Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7020823e-3008-4e67-a80a-1f19c4869dcc
2022-04-28T20:04:55.571Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7020823e-3008-4e67-a80a-1f19c4869dcc 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-04-28T20:04:55.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "aai-ml",
  "timestamp": 1651176170489,
  "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-04-28T20:04:55.580Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 068bcaa9-0990-4d39-bfef-2159119f7123
2022-04-28T20:04:55.580Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 068bcaa9-0990-4d39-bfef-2159119f7123 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-04-28T20:04:55.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176162879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "policy-id",
  "timestamp": 1651176162327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176165575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176162879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "policy-id",
  "timestamp": 1651176162327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176165575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176162879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "policy-id",
  "timestamp": 1651176173019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:04:55.588Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176165575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "policy-id",
  "timestamp": 1651176174023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:04:55.588Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:04:55.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176165575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:04:55.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:04:55.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "policy-id",
  "timestamp": 1651176175025,
  "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-04-28T20:04:55.592Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7020823e-3008-4e67-a80a-1f19c4869dcc
2022-04-28T20:04:55.592Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7020823e-3008-4e67-a80a-1f19c4869dcc 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-04-28T20:04:55.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-28T20:04:55.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176165575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:04:55.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:20.570Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T20:05:20.579Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T20:05:20.581Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T20:05:20.581Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T20:05:20.581Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T20:05:20.581Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T20:05:20.581Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:05:20.581Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:05:20.581Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-28T20:05:20.581Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-04-28T20:05:20.585Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T20:05:50.586Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ad4669fd-beaf-460b-a0e7-abff14f23008 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-04-28T20:05:50.592Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ad4669fd-beaf-460b-a0e7-abff14f23008 and serviceModelVersionId: 128ba6b1-653f-4f1f-999a-07137642e82b
2022-04-28T20:05:50.592Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 400cc8d9-7311-4f42-a2bb-22ccffc69b95
2022-04-28T20:05:50.593Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/400cc8d9-7311-4f42-a2bb-22ccffc69b95/model-vers/model-ver/128ba6b1-653f-4f1f-999a-07137642e82b?depth=0
2022-04-28T20:05:50.598Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T20:05:50.624Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/400cc8d9-7311-4f42-a2bb-22ccffc69b95/model-vers/model-ver/128ba6b1-653f-4f1f-999a-07137642e82b?depth=0|INFO|500||Invoke
2022-04-28T20:05:50.624Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/400cc8d9-7311-4f42-a2bb-22ccffc69b95/model-vers/model-ver/128ba6b1-653f-4f1f-999a-07137642e82b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/400cc8d9-7311-4f42-a2bb-22ccffc69b95/model-vers/model-ver/128ba6b1-653f-4f1f-999a-07137642e82b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ad4669fd-beaf-460b-a0e7-abff14f23008], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f5fec7a8-0254-47f2-b9b8-317dea066a7b], X-ECOMP-RequestID=[ad4669fd-beaf-460b-a0e7-abff14f23008], X-TransactionId=[], X-ONAP-RequestID=[ad4669fd-beaf-460b-a0e7-abff14f23008], Content-Type=[application/merge-patch+json]}
2022-04-28T20:05:50.644Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/400cc8d9-7311-4f42-a2bb-22ccffc69b95/model-vers/model-ver/128ba6b1-653f-4f1f-999a-07137642e82b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-28T20:05:50.718Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/400cc8d9-7311-4f42-a2bb-22ccffc69b95/model-vers/model-ver/128ba6b1-653f-4f1f-999a-07137642e82b?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/400cc8d9-7311-4f42-a2bb-22ccffc69b95/model-vers/model-ver/128ba6b1-653f-4f1f-999a-07137642e82b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220428-20:05:50:651-31714], vertex-id=[274608], Content-Length=[0], Date=[Thu, 28 Apr 2022 20:05:50 GMT], Content-Type=[application/json]}
2022-04-28T20:05:50.718Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/400cc8d9-7311-4f42-a2bb-22ccffc69b95/model-vers/model-ver/128ba6b1-653f-4f1f-999a-07137642e82b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-28T20:05:50.719Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/400cc8d9-7311-4f42-a2bb-22ccffc69b95/model-vers/model-ver/128ba6b1-653f-4f1f-999a-07137642e82b?depth=0|INFO|500||InvokeReturn
2022-04-28T20:05:50.719Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T20:05:50.719Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T20:05:50.724Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-28T20:05:50.725Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ad4669fd-beaf-460b-a0e7-abff14f23008 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-04-28T20:05:50.725Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T20:05:50.725Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:05:50.727Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:05:50.727Z|ad4669fd-beaf-460b-a0e7-abff14f23008|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176350725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-04-28T20:05:50.827Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:05:50.828Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:05:50.828Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:05:50.844Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:05:50.844Z||pool-137-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T20:05:51.739Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:05:51.739Z||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-04-28T20:05:51.739Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:05:55.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:05:55.384Z||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-04-28T20:05:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:05:55.402Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:05:55.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176176269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:05:55.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:05:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176177327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:05:55.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:05:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176176918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176178512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:05:55.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:05:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176176918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176176918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176179903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:05:55.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:05:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176176918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "clamp",
  "timestamp": 1651176180171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176180954,
  "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-04-28T20:05:55.414Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7020823e-3008-4e67-a80a-1f19c4869dcc
2022-04-28T20:05:55.414Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7020823e-3008-4e67-a80a-1f19c4869dcc 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-04-28T20:05:55.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176176918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "clamp",
  "timestamp": 1651176180171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176181956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176176918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "clamp",
  "timestamp": 1651176180171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176176918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "clamp",
  "timestamp": 1651176180171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176176918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "clamp",
  "timestamp": 1651176180171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176176918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "clamp",
  "timestamp": 1651176180171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "aai-ml",
  "timestamp": 1651176185651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176176918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "clamp",
  "timestamp": 1651176180171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "aai-ml",
  "timestamp": 1651176185651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "clamp",
  "timestamp": 1651176180171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176187866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "aai-ml",
  "timestamp": 1651176185651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "clamp",
  "timestamp": 1651176180171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "aai-ml",
  "timestamp": 1651176185651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "clamp",
  "timestamp": 1651176180171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:05:55.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176189889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:05:55.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:05:55.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "aai-ml",
  "timestamp": 1651176185651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176190895,
  "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-04-28T20:05:55.430Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7020823e-3008-4e67-a80a-1f19c4869dcc
2022-04-28T20:05:55.431Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7020823e-3008-4e67-a80a-1f19c4869dcc 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-04-28T20:05:55.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "aai-ml",
  "timestamp": 1651176185651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "aai-ml",
  "timestamp": 1651176185651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "aai-ml",
  "timestamp": 1651176185651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "aai-ml",
  "timestamp": 1651176185651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "aai-ml",
  "timestamp": 1651176185651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "aai-ml",
  "timestamp": 1651176196367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:05:55.440Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:05:55.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "clamp",
  "timestamp": 1651176197809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:05:55.440Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:05:55.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "aai-ml",
  "timestamp": 1651176202163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:05:55.440Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:05:55.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "clamp",
  "timestamp": 1651176202813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:05:55.440Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:05:55.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "aai-ml",
  "timestamp": 1651176203166,
  "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-04-28T20:05:55.444Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7020823e-3008-4e67-a80a-1f19c4869dcc
2022-04-28T20:05:55.444Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7020823e-3008-4e67-a80a-1f19c4869dcc 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-04-28T20:05:55.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:05:55.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "clamp",
  "timestamp": 1651176203816,
  "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-04-28T20:05:55.454Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7020823e-3008-4e67-a80a-1f19c4869dcc
2022-04-28T20:05:55.454Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7020823e-3008-4e67-a80a-1f19c4869dcc 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-04-28T20:05:56.088Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:05:56.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-28T20:05:56.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"068bcaa9-0990-4d39-bfef-2159119f7123","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"65f47d28-8d21-428c-ba2b-1e4facf88383","serviceDescription":"service","serviceInvariantUUID":"7b85f227-5572-4059-9d3f-8bff1113cf20","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0c35573-1e7e-47a2-be53-83149924fd84","resourceInvariantUUID":"2c7c033c-82ad-4ef3-8a29-7b55f348318c","resourceCustomizationUUID":"622fca26-544b-4855-a6cb-7b28b1df9c59","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NDIzNzdiMjAwN2JhNWEyNDg2OTQwMWY5MWU4Y2RkNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0866b6a-dbd3-49c8-933a-9c6fec37e101","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MDljYmU2Mjg0ODM5YWIwYzg5NWQ2MzcxZjg0MjdkNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0e72bbbf-ec6f-46c6-9d9c-ff7542d9e0a3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"619ae4ea-c3a5-4a42-8203-feaf437681d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"de807758-acc0-42c0-a383-f1370d6eeaeb","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"82ee1323-dacd-42f6-84a7-eb99a90380f7","artifactVersion":"2","generatedFromUUID":"619ae4ea-c3a5-4a42-8203-feaf437681d0"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MzkwNzFhOWQ5MWZjNDM0NzE0NTNkZmYyMmExZWQ1ZDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bcbda17b-f13b-40c0-9d62-b16ae45f927c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"M2FjOThhMWU5Njk5ZmUxZTkwZDY4MWIzZjc1MjQ1YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1538dfb-5bdd-43c1-9074-410c195ba08c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTViZmJiN2YwOTM4OTIwNjA2M2QzNDk3MWU3MWRjMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b42d3013-2f78-425e-abf1-67e3141e500b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T20:05:56.091Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:05:56.091Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:05:56.093Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:05:56.093Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:56.193Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:05:56.194Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:05:56.194Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:05:56.206Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:05:56.206Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:05:57.093Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:05:57.093Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:05:57.095Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:05:57.095Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T20:05:57.195Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:05:57.195Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:05:57.196Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:05:57.204Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:05:57.204Z||pool-139-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:05:58.095Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:05:58.096Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:05:58.098Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:05:58.098Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T20:05:58.198Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:05:58.199Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:05:58.199Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:05:58.209Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:05:58.209Z||pool-140-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:05:59.098Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:05:59.099Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:05:59.101Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:05:59.101Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:05:59.202Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:05:59.202Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:05:59.202Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:05:59.212Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:05:59.212Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:00.102Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:00.103Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:00.105Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:00.105Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-28T20:06:00.206Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:00.206Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:00.206Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:00.215Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:00.216Z||pool-142-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-28T20:06:01.105Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:01.106Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:01.108Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:01.108Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:01.208Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:01.209Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:01.209Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:01.220Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:01.221Z||pool-143-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:02.109Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:02.110Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:02.112Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:02.112Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:02.212Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:02.213Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:02.213Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:02.221Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:02.222Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:03.112Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:03.113Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:03.115Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:03.115Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:06:03.216Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T20:06:03.216Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:03.216Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:03.228Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:03.228Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:04.116Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "65f47d28-8d21-428c-ba2b-1e4facf88383",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7b85f227-5572-4059-9d3f-8bff1113cf20",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "622fca26-544b-4855-a6cb-7b28b1df9c59",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a0c35573-1e7e-47a2-be53-83149924fd84",
      "resourceInvariantUUID": "2c7c033c-82ad-4ef3-8a29-7b55f348318c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "MDljYmU2Mjg0ODM5YWIwYzg5NWQ2MzcxZjg0MjdkNjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0e72bbbf-ec6f-46c6-9d9c-ff7542d9e0a3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "619ae4ea-c3a5-4a42-8203-feaf437681d0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "82ee1323-dacd-42f6-84a7-eb99a90380f7",
            "generatedFromUUID": "619ae4ea-c3a5-4a42-8203-feaf437681d0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "82ee1323-dacd-42f6-84a7-eb99a90380f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZTViZmJiN2YwOTM4OTIwNjA2M2QzNDk3MWU3MWRjMWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b42d3013-2f78-425e-abf1-67e3141e500b"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T20:06:04.117Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T20:06:04.117Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 65f47d28-8d21-428c-ba2b-1e4facf88383 ASDC
2022-04-28T20:06:04.117Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:068bcaa9-0990-4d39-bfef-2159119f7123
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:65f47d28-8d21-428c-ba2b-1e4facf88383
ServiceInvariantUUID:7b85f227-5572-4059-9d3f-8bff1113cf20
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:b42d3013-2f78-425e-abf1-67e3141e500b
ArtifactChecksum:ZTViZmJiN2YwOTM4OTIwNjA2M2QzNDk3MWU3MWRjMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:622fca26-544b-4855-a6cb-7b28b1df9c59
ResourceInvariantUUID:2c7c033c-82ad-4ef3-8a29-7b55f348318c
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:a0c35573-1e7e-47a2-be53-83149924fd84
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:0e72bbbf-ec6f-46c6-9d9c-ff7542d9e0a3
ArtifactChecksum:MDljYmU2Mjg0ODM5YWIwYzg5NWQ2MzcxZjg0MjdkNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:619ae4ea-c3a5-4a42-8203-feaf437681d0
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:82ee1323-dacd-42f6-84a7-eb99a90380f7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:82ee1323-dacd-42f6-84a7-eb99a90380f7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T20:06:04.117Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65f47d28-8d21-428c-ba2b-1e4facf88383 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-04-28T20:06:04.144Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T20:06:04.145Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-28T20:06:04.145Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-28T20:06:04.145Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b42d3013-2f78-425e-abf1-67e3141e500b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-28T20:06:04.145Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T20:06:04.146Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-28T20:06:05.212Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T20:06:05.218Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b42d3013-2f78-425e-abf1-67e3141e500b 78794
2022-04-28T20:06:05.219Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-28T20:06:05.219Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-28T20:06:05.219Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:06:05.219Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:05.220Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:05.221Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176365219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:06:05.321Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:05.321Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:05.321Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:05.331Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:05.331Z||pool-146-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:06.221Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T20:06:06.222Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-28T20:06:06.222Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b42d3013-2f78-425e-abf1-67e3141e500b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T20:06:06.222Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-28T20:06:06.223Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T20:06:06.223Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T20:06:06.314Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7605803789164399795/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-28T20:06:07.712Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T20:06:07.713Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-28T20:06:07.713Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T20:06:07.713Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-28T20:06:07.713Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T20:06:07.713Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T20:06:07.713Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T20:06:07.713Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T20:06:07.713Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T20:06:07.713Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T20:06:07.713Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T20:06:07.713Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T20:06:07.714Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-28T20:06:07.714Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-28T20:06:07.714Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:07.714Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:07.714Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T20:06:07.714Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-28T20:06:07.714Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T20:06:07.714Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:07.715Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:07.715Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T20:06:07.715Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-28T20:06:07.715Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T20:06:07.715Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:07.715Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:07.715Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:07.715Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-28T20:06:07.715Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-28T20:06:07.716Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-28T20:06:07.716Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-28T20:06:07.716Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-28T20:06:07.716Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T20:06:07.716Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:07.716Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T20:06:07.716Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:07.716Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T20:06:07.716Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:06:07.717Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:07.717Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T20:06:07.717Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:06:07.717Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:07.717Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T20:06:07.717Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:06:07.717Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:07.717Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-28T20:06:07.717Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-28T20:06:07.717Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-28T20:06:07.717Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=65130b0e-8229-4ca7-9e7d-5d3154675e0b
2022-04-28T20:06:07.718Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:07.718Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:07.718Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:07.718Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:07.718Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:07.718Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:07.718Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:07.718Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:07.718Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:65f47d28-8d21-428c-ba2b-1e4facf88383
Model Version:NULL
Model InvariantUuid:7b85f227-5572-4059-9d3f-8bff1113cf20
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e719efbc-debe-41ab-90c3-9370c9166711
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c7c033c-82ad-4ef3-8a29-7b55f348318c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:622fca26-544b-4855-a6cb-7b28b1df9c59
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f3007a55-a688-4a62-a0b6-df302988a631
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:7cd0e8ff-0698-4255-a38e-9569e22a4b69
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:65130b0e-8229-4ca7-9e7d-5d3154675e0b
ModelInvariantUuid:18f916c6-9905-4dd1-a153-6e4382f5d9d4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:fc8f3ee4-99e5-4952-b101-7c2b41f178c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:299cf9d5-102f-4380-90b1-6766a3d6bede
ModelInvariantUuid:5ee5fa61-4db7-4de7-934a-a0ed058ae39d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:334d6f83-cb67-49cf-9255-05ec774f5e64
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-04-28T20:06:07.724Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a0c35573-1e7e-47a2-be53-83149924fd84
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-04-28T20:06:07.727Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-04-28T20:06:07.727Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a0c35573-1e7e-47a2-be53-83149924fd84
2022-04-28T20:06:07.727Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0e72bbbf-ec6f-46c6-9d9c-ff7542d9e0a3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-28T20:06:07.727Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T20:06:07.727Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-28T20:06:07.961Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T20:06:07.961Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0e72bbbf-ec6f-46c6-9d9c-ff7542d9e0a3 792
2022-04-28T20:06:07.961Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-28T20:06:07.961Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-28T20:06:07.961Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:06:07.962Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:07.963Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:07.963Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176367961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:06:08.064Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:08.064Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:08.064Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:08.074Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:08.074Z||pool-147-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:08.964Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f3007a55-a688-4a62-a0b6-df302988a631",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7cd0e8ff-0698-4255-a38e-9569e22a4b69",
    "vfModuleModelCustomizationUUID": "48d912c3-31ba-4e37-968f-db77e7c4af12",
    "isBase": true,
    "artifacts": [
      "619ae4ea-c3a5-4a42-8203-feaf437681d0",
      "82ee1323-dacd-42f6-84a7-eb99a90380f7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-28T20:06:08.967Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7cd0e8ff-0698-4255-a38e-9569e22a4b69
VfModuleModelInvariantUUID:f3007a55-a688-4a62-a0b6-df302988a631
VfModuleModelDescription:NULL
Artifacts UUID List:{
619ae4ea-c3a5-4a42-8203-feaf437681d0
,
82ee1323-dacd-42f6-84a7-eb99a90380f7

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-04-28T20:06:08.969Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f3007a55-a688-4a62-a0b6-df302988a631",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7cd0e8ff-0698-4255-a38e-9569e22a4b69",
    "vfModuleModelCustomizationUUID": "48d912c3-31ba-4e37-968f-db77e7c4af12",
    "isBase": true,
    "artifacts": [
      "619ae4ea-c3a5-4a42-8203-feaf437681d0",
      "82ee1323-dacd-42f6-84a7-eb99a90380f7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-28T20:06:08.969Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7cd0e8ff-0698-4255-a38e-9569e22a4b69
VfModuleModelInvariantUUID:f3007a55-a688-4a62-a0b6-df302988a631
VfModuleModelDescription:NULL
Artifacts UUID List:{
619ae4ea-c3a5-4a42-8203-feaf437681d0
,
82ee1323-dacd-42f6-84a7-eb99a90380f7

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-04-28T20:06:08.969Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 619ae4ea-c3a5-4a42-8203-feaf437681d0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-28T20:06:08.970Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T20:06:08.970Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-28T20:06:09.263Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T20:06:09.263Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 619ae4ea-c3a5-4a42-8203-feaf437681d0 5033
2022-04-28T20:06:09.263Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-28T20:06:09.264Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-28T20:06:09.264Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:06:09.264Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:09.265Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:09.265Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176369263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:06:09.366Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T20:06:09.366Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:09.366Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:09.378Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:09.378Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:10.266Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 82ee1323-dacd-42f6-84a7-eb99a90380f7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-28T20:06:10.267Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T20:06:10.267Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-28T20:06:10.472Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T20:06:10.473Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 82ee1323-dacd-42f6-84a7-eb99a90380f7 903
2022-04-28T20:06:10.473Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-28T20:06:10.473Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-28T20:06:10.474Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:06:10.474Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:10.476Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:10.476Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176370473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:06:10.576Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T20:06:10.577Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:10.577Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:10.588Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:10.588Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:11.477Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 65f47d28-8d21-428c-ba2b-1e4facf88383
2022-04-28T20:06:11.478Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a0c35573-1e7e-47a2-be53-83149924fd84 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-04-28T20:06:11.491Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46549249, org.onap.sdc.toscaparser.api.parameters.Input@5e2c004d, org.onap.sdc.toscaparser.api.parameters.Input@5f8ee05, org.onap.sdc.toscaparser.api.parameters.Input@2a1814bd, org.onap.sdc.toscaparser.api.parameters.Input@483c1d6d]
2022-04-28T20:06:11.492Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.492Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:11.493Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-28T20:06:11.493Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 622fca26-544b-4855-a6cb-7b28b1df9c59
2022-04-28T20:06:11.493Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 622fca26-544b-4855-a6cb-7b28b1df9c59 matches Tosca VF Customization UUID: 622fca26-544b-4855-a6cb-7b28b1df9c59
2022-04-28T20:06:11.493Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 622fca26-544b-4855-a6cb-7b28b1df9c59  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-04-28T20:06:11.495Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.496Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:11.496Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 622fca26-544b-4855-a6cb-7b28b1df9c59: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-04-28T20:06:11.496Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5eb14584
2022-04-28T20:06:11.496Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.496Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T20:06:11.497Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 48d912c3-31ba-4e37-968f-db77e7c4af12
2022-04-28T20:06:11.497Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 48d912c3-31ba-4e37-968f-db77e7c4af12
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-04-28T20:06:11.498Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.498Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T20:06:11.499Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:06:11.499Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.499Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T20:06:11.499Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:06:11.499Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.499Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-28T20:06:11.500Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-28T20:06:11.500Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-28T20:06:11.500Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=65130b0e-8229-4ca7-9e7d-5d3154675e0b
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-04-28T20:06:11.501Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.502Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T20:06:11.502Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:06:11.502Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.502Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-28T20:06:11.502Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=622fca26-544b-4855-a6cb-7b28b1df9c59
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-04-28T20:06:11.504Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.504Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:11.504Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 65f47d28-8d21-428c-ba2b-1e4facf88383: basic_vm_macro
2022-04-28T20:06:11.504Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.504Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:11.505Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.505Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:11.505Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.505Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:11.505Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.505Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:11.505Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:11.505Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:11.506Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T20:06:11.582Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a0c35573-1e7e-47a2-be53-83149924fd84 1 ASDC deployResourceStructure
2022-04-28T20:06:11.582Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-28T20:06:11.583Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-28T20:06:11.583Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T20:06:11.583Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:11.585Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:11.585Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176371582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T20:06:11.685Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:11.686Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:11.686Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:11.696Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:11.696Z||pool-150-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:12.586Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-28T20:06:12.587Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-28T20:06:12.587Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T20:06:12.587Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:12.589Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:12.589Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176372586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T20:06:12.689Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:12.690Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:12.690Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:12.701Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:12.701Z||pool-151-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:13.589Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-28T20:06:13.590Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-28T20:06:13.590Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T20:06:13.591Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:13.592Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:13.592Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176373589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-28T20:06:13.693Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:13.693Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:13.693Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:13.704Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:13.704Z||pool-152-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:14.593Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-28T20:06:14.594Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-28T20:06:14.594Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T20:06:14.594Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:14.595Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:14.595Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176374593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:06:14.696Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T20:06:14.696Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:14.696Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:14.707Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:14.707Z||pool-153-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:15.596Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 068bcaa9-0990-4d39-bfef-2159119f7123
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T20:06:15.607Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 068bcaa9-0990-4d39-bfef-2159119f7123
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T20:06:15.609Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T20:06:15.609Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T20:06:15.609Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T20:06:15.609Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T20:06:15.609Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:06:15.610Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:06:15.610Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:06:15.610Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:06:15.610Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:06:15.610Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:06:15.610Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-28T20:06:15.615Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T20:06:45.615Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 068bcaa9-0990-4d39-bfef-2159119f7123 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-04-28T20:06:45.622Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 068bcaa9-0990-4d39-bfef-2159119f7123 and serviceModelVersionId: 65f47d28-8d21-428c-ba2b-1e4facf88383
2022-04-28T20:06:45.622Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b85f227-5572-4059-9d3f-8bff1113cf20
2022-04-28T20:06:45.623Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b85f227-5572-4059-9d3f-8bff1113cf20/model-vers/model-ver/65f47d28-8d21-428c-ba2b-1e4facf88383?depth=0
2022-04-28T20:06:45.628Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T20:06:45.646Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b85f227-5572-4059-9d3f-8bff1113cf20/model-vers/model-ver/65f47d28-8d21-428c-ba2b-1e4facf88383?depth=0|INFO|500||Invoke
2022-04-28T20:06:45.647Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b85f227-5572-4059-9d3f-8bff1113cf20/model-vers/model-ver/65f47d28-8d21-428c-ba2b-1e4facf88383?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b85f227-5572-4059-9d3f-8bff1113cf20/model-vers/model-ver/65f47d28-8d21-428c-ba2b-1e4facf88383?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[068bcaa9-0990-4d39-bfef-2159119f7123], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[536ed71e-7f42-414a-9345-bcbf32f74c34], X-ECOMP-RequestID=[068bcaa9-0990-4d39-bfef-2159119f7123], X-TransactionId=[], X-ONAP-RequestID=[068bcaa9-0990-4d39-bfef-2159119f7123], Content-Type=[application/merge-patch+json]}
2022-04-28T20:06:45.663Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b85f227-5572-4059-9d3f-8bff1113cf20/model-vers/model-ver/65f47d28-8d21-428c-ba2b-1e4facf88383?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-28T20:06:45.736Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b85f227-5572-4059-9d3f-8bff1113cf20/model-vers/model-ver/65f47d28-8d21-428c-ba2b-1e4facf88383?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/7b85f227-5572-4059-9d3f-8bff1113cf20/model-vers/model-ver/65f47d28-8d21-428c-ba2b-1e4facf88383?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220428-20:06:45:669-88617], vertex-id=[569472], Content-Length=[0], Date=[Thu, 28 Apr 2022 20:06:45 GMT], Content-Type=[application/json]}
2022-04-28T20:06:45.736Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b85f227-5572-4059-9d3f-8bff1113cf20/model-vers/model-ver/65f47d28-8d21-428c-ba2b-1e4facf88383?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-28T20:06:45.737Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b85f227-5572-4059-9d3f-8bff1113cf20/model-vers/model-ver/65f47d28-8d21-428c-ba2b-1e4facf88383?depth=0|INFO|500||InvokeReturn
2022-04-28T20:06:45.737Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T20:06:45.737Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T20:06:45.743Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-28T20:06:45.743Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 068bcaa9-0990-4d39-bfef-2159119f7123 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T20:06:45.743Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T20:06:45.743Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:45.745Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:45.745Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176405743,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T20:06:45.845Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:45.846Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:45.846Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:45.862Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:45.863Z||pool-154-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T20:06:46.756Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-28T20:06:46.756Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7020823e-3008-4e67-a80a-1f19c4869dcc","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"5a484a78-4ab4-4fc7-875f-227cd82166a1","serviceDescription":"service","serviceInvariantUUID":"ad9f65b6-f430-4241-8505-74bf317b341b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"110f77e7-0450-4cb7-ad96-e3f0b23f5a53","resourceInvariantUUID":"407e8ca6-4774-4360-8ddf-79adc6dad182","resourceCustomizationUUID":"fecc48c3-ac39-4b73-a270-5bde8aa19a1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MmM3MDQzZjA2ZTk5ODJmZDdmMWE0NTZjYTgyZjg5NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3679a8f-805f-4477-8075-530a6e6cf6b5","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MzcyMjY1ODA3MDFmMzA2Mjg5NTA2NmI4ZDRkZjg3NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0b78e68-9a0f-45a8-bebe-b58eee0bcba1","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08a75cfe-df7e-4887-999e-8bdfc0021420","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"75afc296-1959-4ed1-a97d-7301dcd6064d","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cccb2bc0-3ef4-462a-b1c3-ff2155bf1353","artifactVersion":"2","generatedFromUUID":"40467144-200d-40d9-a680-1a52cfed2598"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9174e70a-983e-4ba3-b56c-101a3784fddf","artifactVersion":"2","generatedFromUUID":"08a75cfe-df7e-4887-999e-8bdfc0021420"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"40467144-200d-40d9-a680-1a52cfed2598","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6935afea-059b-416c-aa3e-08f2d4973ed3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ODNjMGI1MDlhMjFhMmY1NWY5N2Y5MDQ5MTM2ZjBkNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2444bbcf-4445-4b8e-83fe-3adf9dca2f8f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTEyOTNkOWUzNGM5ZjYzNWEzNmFkNmM4ZTcwYTg4NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7a972f1-2c74-4ea1-9be2-f30f6c459264","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T20:06:46.756Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:46.757Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:46.758Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:46.758Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:46.858Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:46.859Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:46.859Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:46.869Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:46.869Z||pool-155-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-28T20:06:47.759Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:47.760Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:47.763Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:47.763Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T20:06:47.864Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T20:06:47.864Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:47.864Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:47.876Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:47.876Z||pool-156-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:48.764Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:48.764Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:48.766Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:48.766Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-28T20:06:48.866Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:48.867Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:48.867Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:48.877Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:48.877Z||pool-157-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:49.766Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:49.767Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:49.769Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:49.769Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:49.869Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:49.870Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:49.871Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:49.881Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:49.881Z||pool-158-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:50.769Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:50.771Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:50.773Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:50.773Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-28T20:06:50.873Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:50.874Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:50.874Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:50.882Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:50.882Z||pool-159-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:51.773Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:51.774Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:51.776Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:51.776Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-28T20:06:51.876Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:51.877Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:51.877Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:51.887Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:51.888Z||pool-160-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:52.776Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:52.777Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:52.779Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:52.779Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-28T20:06:52.880Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:52.880Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:52.880Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:52.891Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:52.891Z||pool-161-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:53.780Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:53.781Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:53.783Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:53.783Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:53.883Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:53.884Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:53.884Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:53.894Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:53.895Z||pool-162-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:54.784Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:54.785Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:54.786Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:54.787Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:54.887Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:54.888Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:54.888Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:54.899Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:54.899Z||pool-163-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:55.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:06:55.384Z||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-04-28T20:06:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:55.401Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:55.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "clamp",
  "timestamp": 1651176300171,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "cds",
  "timestamp": 1651176292340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176296918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "clamp",
  "timestamp": 1651176300171,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "cds",
  "timestamp": 1651176292340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176296918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "policy-id",
  "timestamp": 1651176302327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "clamp",
  "timestamp": 1651176300171,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "cds",
  "timestamp": 1651176292340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176296918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176302879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "policy-id",
  "timestamp": 1651176302327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "clamp",
  "timestamp": 1651176300171,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "cds",
  "timestamp": 1651176292340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176296918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176302879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "policy-id",
  "timestamp": 1651176302327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "clamp",
  "timestamp": 1651176300171,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "cds",
  "timestamp": 1651176292340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176296918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176302879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "policy-id",
  "timestamp": 1651176302327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176296918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "cds",
  "timestamp": 1651176292340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "clamp",
  "timestamp": 1651176300171,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176305575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "aai-ml",
  "timestamp": 1651176305651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176302879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "policy-id",
  "timestamp": 1651176302327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "cds",
  "timestamp": 1651176292340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "clamp",
  "timestamp": 1651176300171,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176296918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176305575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "aai-ml",
  "timestamp": 1651176305651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176302879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "policy-id",
  "timestamp": 1651176302327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176296918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "clamp",
  "timestamp": 1651176300171,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "cds",
  "timestamp": 1651176292340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176305575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "aai-ml",
  "timestamp": 1651176305651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176302879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "policy-id",
  "timestamp": 1651176302327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176296918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "clamp",
  "timestamp": 1651176300171,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "cds",
  "timestamp": 1651176292340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176305575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "aai-ml",
  "timestamp": 1651176305651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176302879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "policy-id",
  "timestamp": 1651176302327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176305575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "aai-ml",
  "timestamp": 1651176305651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176302879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176310593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "cds",
  "timestamp": 1651176310596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "policy-id",
  "timestamp": 1651176302327,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176305575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "aai-ml",
  "timestamp": 1651176305651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176302879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "cds",
  "timestamp": 1651176311801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T20:06:55.424Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6451506a-28f5-42ae-a02f-6d85b5105d9d
2022-04-28T20:06:55.424Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6451506a-28f5-42ae-a02f-6d85b5105d9d 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-04-28T20:06:55.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "policy-id",
  "timestamp": 1651176312161,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:06:55.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:06:55.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176305575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176312235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:06:55.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:06:55.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "aai-ml",
  "timestamp": 1651176305651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176312582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:06:55.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:06:55.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "policy-id",
  "timestamp": 1651176313164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:06:55.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:06:55.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176305575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651176313237,
  "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-04-28T20:06:55.435Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6451506a-28f5-42ae-a02f-6d85b5105d9d
2022-04-28T20:06:55.436Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6451506a-28f5-42ae-a02f-6d85b5105d9d 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-04-28T20:06:55.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "aai-ml",
  "timestamp": 1651176305651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:06:55.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176313594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T20:06:55.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:06:55.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "policy-id",
  "timestamp": 1651176314166,
  "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-04-28T20:06:55.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6451506a-28f5-42ae-a02f-6d85b5105d9d
2022-04-28T20:06:55.446Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6451506a-28f5-42ae-a02f-6d85b5105d9d 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-04-28T20:06:55.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651176305575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:06:55.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "aai-ml",
  "timestamp": 1651176305651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:06:55.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:06:55.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651176314597,
  "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-04-28T20:06:55.456Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6451506a-28f5-42ae-a02f-6d85b5105d9d
2022-04-28T20:06:55.456Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6451506a-28f5-42ae-a02f-6d85b5105d9d 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-04-28T20:06:55.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "aai-ml",
  "timestamp": 1651176315347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:06:55.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:06:55.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "clamp",
  "timestamp": 1651176316830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:06:55.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:06:55.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "clamp",
  "timestamp": 1651176318837,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:06:55.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:06:55.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "aai-ml",
  "timestamp": 1651176319002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:06:55.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:06:55.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "clamp",
  "timestamp": 1651176319840,
  "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-04-28T20:06:55.467Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6451506a-28f5-42ae-a02f-6d85b5105d9d
2022-04-28T20:06:55.467Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6451506a-28f5-42ae-a02f-6d85b5105d9d 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-04-28T20:06:55.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "aai-ml",
  "timestamp": 1651176320004,
  "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-04-28T20:06:55.476Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6451506a-28f5-42ae-a02f-6d85b5105d9d
2022-04-28T20:06:55.477Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6451506a-28f5-42ae-a02f-6d85b5105d9d 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-04-28T20:06:55.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:06:55.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ad4669fd-beaf-460b-a0e7-abff14f23008",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176350725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-04-28T20:06:55.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:06:55.787Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:06:55.788Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:55.790Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:55.790Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:06:55.891Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:55.891Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:55.891Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:55.901Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:55.901Z||pool-164-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:56.791Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5a484a78-4ab4-4fc7-875f-227cd82166a1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ad9f65b6-f430-4241-8505-74bf317b341b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "fecc48c3-ac39-4b73-a270-5bde8aa19a1a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "110f77e7-0450-4cb7-ad96-e3f0b23f5a53",
      "resourceInvariantUUID": "407e8ca6-4774-4360-8ddf-79adc6dad182",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "MzcyMjY1ODA3MDFmMzA2Mjg5NTA2NmI4ZDRkZjg3NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e0b78e68-9a0f-45a8-bebe-b58eee0bcba1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "08a75cfe-df7e-4887-999e-8bdfc0021420",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9174e70a-983e-4ba3-b56c-101a3784fddf",
            "generatedFromUUID": "08a75cfe-df7e-4887-999e-8bdfc0021420"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cccb2bc0-3ef4-462a-b1c3-ff2155bf1353",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9174e70a-983e-4ba3-b56c-101a3784fddf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "40467144-200d-40d9-a680-1a52cfed2598",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZTEyOTNkOWUzNGM5ZjYzNWEzNmFkNmM4ZTcwYTg4NzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a7a972f1-2c74-4ea1-9be2-f30f6c459264"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T20:06:56.792Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T20:06:56.792Z|068bcaa9-0990-4d39-bfef-2159119f7123|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5a484a78-4ab4-4fc7-875f-227cd82166a1 ASDC
2022-04-28T20:06:56.792Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7020823e-3008-4e67-a80a-1f19c4869dcc
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:5a484a78-4ab4-4fc7-875f-227cd82166a1
ServiceInvariantUUID:ad9f65b6-f430-4241-8505-74bf317b341b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:a7a972f1-2c74-4ea1-9be2-f30f6c459264
ArtifactChecksum:ZTEyOTNkOWUzNGM5ZjYzNWEzNmFkNmM4ZTcwYTg4NzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:fecc48c3-ac39-4b73-a270-5bde8aa19a1a
ResourceInvariantUUID:407e8ca6-4774-4360-8ddf-79adc6dad182
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:110f77e7-0450-4cb7-ad96-e3f0b23f5a53
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:e0b78e68-9a0f-45a8-bebe-b58eee0bcba1
ArtifactChecksum:MzcyMjY1ODA3MDFmMzA2Mjg5NTA2NmI4ZDRkZjg3NDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:08a75cfe-df7e-4887-999e-8bdfc0021420
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:9174e70a-983e-4ba3-b56c-101a3784fddf
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:cccb2bc0-3ef4-462a-b1c3-ff2155bf1353
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:9174e70a-983e-4ba3-b56c-101a3784fddf
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:40467144-200d-40d9-a680-1a52cfed2598
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-28T20:06:56.792Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a484a78-4ab4-4fc7-875f-227cd82166a1 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-04-28T20:06:56.818Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T20:06:56.818Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-28T20:06:56.819Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-28T20:06:56.819Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a7a972f1-2c74-4ea1-9be2-f30f6c459264 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-28T20:06:56.819Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T20:06:56.819Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-28T20:06:56.948Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T20:06:56.960Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a7a972f1-2c74-4ea1-9be2-f30f6c459264 158208
2022-04-28T20:06:56.960Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-28T20:06:56.960Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-28T20:06:56.960Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:06:56.960Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:56.962Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:56.962Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176416960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:06:57.062Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:57.063Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:57.063Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:57.073Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:57.073Z||pool-165-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:06:57.962Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T20:06:57.963Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-28T20:06:57.963Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a7a972f1-2c74-4ea1-9be2-f30f6c459264, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-28T20:06:57.964Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-04-28T20:06:57.964Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-28T20:06:57.964Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-28T20:06:58.057Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4068208102166139635/Definitions/service-BasicCnfMacro-template.yml
2022-04-28T20:06:58.906Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T20:06:58.907Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-28T20:06:58.907Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-28T20:06:58.907Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-28T20:06:58.907Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-28T20:06:58.907Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-28T20:06:58.907Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-28T20:06:58.908Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-28T20:06:58.908Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-28T20:06:58.908Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.908Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:58.908Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-28T20:06:58.908Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-28T20:06:58.908Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T20:06:58.909Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.909Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:58.909Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-28T20:06:58.909Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-28T20:06:58.909Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T20:06:58.909Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.909Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:58.910Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.910Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-28T20:06:58.910Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-04-28T20:06:58.910Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-04-28T20:06:58.910Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T20:06:58.910Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.910Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T20:06:58.910Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.911Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-28T20:06:58.911Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:06:58.911Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.911Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-28T20:06:58.911Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:06:58.912Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.912Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-28T20:06:58.912Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:06:58.912Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.912Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-28T20:06:58.912Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:06:58.913Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.913Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-28T20:06:58.913Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-04-28T20:06:58.913Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=2a18905e-8476-4135-8ec1-61d527e1c95a
2022-04-28T20:06:58.913Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.913Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:58.913Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.913Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:58.914Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.914Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:58.914Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:06:58.914Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:06:58.914Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:5a484a78-4ab4-4fc7-875f-227cd82166a1
Model Version:NULL
Model InvariantUuid:ad9f65b6-f430-4241-8505-74bf317b341b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:d6a2d4fb-ef25-449c-8260-62cae0d8e268
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:407e8ca6-4774-4360-8ddf-79adc6dad182
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fecc48c3-ac39-4b73-a270-5bde8aa19a1a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b04f076c-a83f-4bc3-925f-5a4fed63e899
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:57b98993-7972-4953-8558-a9f7c9cea625
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:d7d81f8d-fd15-4db4-901a-a28565966020
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:19847a44-e0ab-4d77-b15c-19cadcf93221
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a18905e-8476-4135-8ec1-61d527e1c95a
ModelInvariantUuid:928b9810-27d2-4296-a935-5ccf2e0b4207
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:50bc5db9-586f-41a6-8751-58c0590b5c8c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e288f3ae-92ff-4c9a-9945-38df5c62a14f
ModelInvariantUuid:3c0caabc-1a51-4bef-8df2-ab84772d6e88
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:fdc32149-9594-4a7e-ade1-5187a872ba18
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-04-28T20:06:58.922Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 110f77e7-0450-4cb7-ad96-e3f0b23f5a53
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-04-28T20:06:58.924Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-04-28T20:06:58.925Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 110f77e7-0450-4cb7-ad96-e3f0b23f5a53
2022-04-28T20:06:58.925Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e0b78e68-9a0f-45a8-bebe-b58eee0bcba1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-28T20:06:58.925Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T20:06:58.925Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-28T20:06:59.114Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T20:06:59.114Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json e0b78e68-9a0f-45a8-bebe-b58eee0bcba1 1565
2022-04-28T20:06:59.115Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-28T20:06:59.115Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-28T20:06:59.115Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:06:59.115Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:06:59.117Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:06:59.118Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176419115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:06:59.218Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:06:59.218Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:06:59.218Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:06:59.229Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:06:59.229Z||pool-166-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:00.118Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d7d81f8d-fd15-4db4-901a-a28565966020",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "19847a44-e0ab-4d77-b15c-19cadcf93221",
    "vfModuleModelCustomizationUUID": "1b18969c-5851-4e81-b694-59deba0e3f47",
    "isBase": true,
    "artifacts": [
      "08a75cfe-df7e-4887-999e-8bdfc0021420",
      "9174e70a-983e-4ba3-b56c-101a3784fddf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "b04f076c-a83f-4bc3-925f-5a4fed63e899",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57b98993-7972-4953-8558-a9f7c9cea625",
    "vfModuleModelCustomizationUUID": "094030a1-aed5-4116-9d3e-943c1e407315",
    "isBase": false,
    "artifacts": [
      "40467144-200d-40d9-a680-1a52cfed2598"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-28T20:07:00.123Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19847a44-e0ab-4d77-b15c-19cadcf93221
VfModuleModelInvariantUUID:d7d81f8d-fd15-4db4-901a-a28565966020
VfModuleModelDescription:NULL
Artifacts UUID List:{
08a75cfe-df7e-4887-999e-8bdfc0021420
,
9174e70a-983e-4ba3-b56c-101a3784fddf

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:57b98993-7972-4953-8558-a9f7c9cea625
VfModuleModelInvariantUUID:b04f076c-a83f-4bc3-925f-5a4fed63e899
VfModuleModelDescription:NULL
Artifacts UUID List:{
40467144-200d-40d9-a680-1a52cfed2598

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-04-28T20:07:00.127Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d7d81f8d-fd15-4db4-901a-a28565966020",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "19847a44-e0ab-4d77-b15c-19cadcf93221",
    "vfModuleModelCustomizationUUID": "1b18969c-5851-4e81-b694-59deba0e3f47",
    "isBase": true,
    "artifacts": [
      "08a75cfe-df7e-4887-999e-8bdfc0021420",
      "9174e70a-983e-4ba3-b56c-101a3784fddf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "b04f076c-a83f-4bc3-925f-5a4fed63e899",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57b98993-7972-4953-8558-a9f7c9cea625",
    "vfModuleModelCustomizationUUID": "094030a1-aed5-4116-9d3e-943c1e407315",
    "isBase": false,
    "artifacts": [
      "40467144-200d-40d9-a680-1a52cfed2598"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-28T20:07:00.127Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:19847a44-e0ab-4d77-b15c-19cadcf93221
VfModuleModelInvariantUUID:d7d81f8d-fd15-4db4-901a-a28565966020
VfModuleModelDescription:NULL
Artifacts UUID List:{
08a75cfe-df7e-4887-999e-8bdfc0021420
,
9174e70a-983e-4ba3-b56c-101a3784fddf

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:57b98993-7972-4953-8558-a9f7c9cea625
VfModuleModelInvariantUUID:b04f076c-a83f-4bc3-925f-5a4fed63e899
VfModuleModelDescription:NULL
Artifacts UUID List:{
40467144-200d-40d9-a680-1a52cfed2598

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-04-28T20:07:00.127Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 08a75cfe-df7e-4887-999e-8bdfc0021420 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-28T20:07:00.127Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T20:07:00.128Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-28T20:07:00.606Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T20:07:00.607Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 08a75cfe-df7e-4887-999e-8bdfc0021420 914
2022-04-28T20:07:00.607Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-28T20:07:00.607Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-28T20:07:00.607Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:07:00.608Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:00.609Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:00.610Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176420607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:07:00.710Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:07:00.711Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:00.711Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:00.721Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:00.721Z||pool-167-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:01.610Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cccb2bc0-3ef4-462a-b1c3-ff2155bf1353 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-28T20:07:01.611Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T20:07:01.611Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-28T20:07:02.037Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T20:07:02.037Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env cccb2bc0-3ef4-462a-b1c3-ff2155bf1353 12
2022-04-28T20:07:02.037Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-28T20:07:02.037Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-28T20:07:02.037Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:07:02.038Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:02.039Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:02.039Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176422037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:07:02.140Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:07:02.140Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:02.140Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:02.154Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:02.154Z||pool-168-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:03.040Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9174e70a-983e-4ba3-b56c-101a3784fddf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-28T20:07:03.041Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T20:07:03.041Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-28T20:07:03.538Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T20:07:03.538Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 9174e70a-983e-4ba3-b56c-101a3784fddf 96
2022-04-28T20:07:03.539Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-28T20:07:03.539Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-28T20:07:03.539Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:07:03.539Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:03.542Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:03.542Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176423539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:07:03.642Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:07:03.642Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:03.642Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:03.654Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:03.654Z||pool-169-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:04.542Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 40467144-200d-40d9-a680-1a52cfed2598 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-28T20:07:04.543Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T20:07:04.543Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-28T20:07:05.047Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T20:07:05.048Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 40467144-200d-40d9-a680-1a52cfed2598 20206
2022-04-28T20:07:05.048Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-28T20:07:05.048Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-28T20:07:05.048Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:07:05.049Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:05.051Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:05.052Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176425048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:07:05.152Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:07:05.152Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:05.153Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:05.165Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:05.165Z||pool-170-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:06.057Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5a484a78-4ab4-4fc7-875f-227cd82166a1
2022-04-28T20:07:06.057Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 110f77e7-0450-4cb7-ad96-e3f0b23f5a53 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 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-04-28T20:07:06.068Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@88428f3, org.onap.sdc.toscaparser.api.parameters.Input@61de5403, org.onap.sdc.toscaparser.api.parameters.Input@2a8829ca, org.onap.sdc.toscaparser.api.parameters.Input@60d4722a, org.onap.sdc.toscaparser.api.parameters.Input@493e1d73]
2022-04-28T20:07:06.070Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:06.070Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:06.070Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-28T20:07:06.070Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= fecc48c3-ac39-4b73-a270-5bde8aa19a1a
2022-04-28T20:07:06.070Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fecc48c3-ac39-4b73-a270-5bde8aa19a1a matches Tosca VF Customization UUID: fecc48c3-ac39-4b73-a270-5bde8aa19a1a
2022-04-28T20:07:06.071Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: fecc48c3-ac39-4b73-a270-5bde8aa19a1a  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-04-28T20:07:06.072Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:06.073Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:06.073Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id fecc48c3-ac39-4b73-a270-5bde8aa19a1a: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-04-28T20:07:06.073Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72f8e3d5
2022-04-28T20:07:06.073Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:06.073Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T20:07:06.074Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 094030a1-aed5-4116-9d3e-943c1e407315
2022-04-28T20:07:06.074Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 094030a1-aed5-4116-9d3e-943c1e407315
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-04-28T20:07:06.075Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:06.076Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-28T20:07:06.076Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:07:06.076Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:06.076Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-28T20:07:06.076Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T20:07:06.076Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:06.077Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-28T20:07:06.077Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fecc48c3-ac39-4b73-a270-5bde8aa19a1a
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-04-28T20:07:06.078Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:06.079Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:06.079Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5a484a78-4ab4-4fc7-875f-227cd82166a1: basic_cnf_macro
2022-04-28T20:07:06.079Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:06.079Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:06.079Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:06.079Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:06.079Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:06.079Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:06.080Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:06.080Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:06.080Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:06.080Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:06.080Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-04-28T20:07:06.110Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 110f77e7-0450-4cb7-ad96-e3f0b23f5a53 2 ASDC deployResourceStructure
2022-04-28T20:07:06.110Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-28T20:07:06.110Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-28T20:07:06.110Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T20:07:06.110Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:06.112Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:06.112Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176426110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T20:07:06.212Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:07:06.213Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:06.213Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:06.224Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:06.225Z||pool-171-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:07.112Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-28T20:07:07.113Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-28T20:07:07.113Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T20:07:07.113Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:07.115Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:07.115Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176427112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T20:07:07.216Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T20:07:07.216Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:07.216Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:07.227Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:07.228Z||pool-172-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:08.122Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-28T20:07:08.122Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-04-28T20:07:08.122Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-28T20:07:08.123Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:08.125Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:08.125Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176428116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-28T20:07:08.225Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:07:08.225Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:08.226Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:08.236Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:08.237Z||pool-173-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:09.125Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-28T20:07:09.126Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-28T20:07:09.126Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T20:07:09.126Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:09.128Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:09.128Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176429125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-28T20:07:09.229Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T20:07:09.229Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:09.229Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:09.239Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:09.239Z||pool-174-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:10.129Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-28T20:07:10.130Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-28T20:07:10.130Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-28T20:07:10.130Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:10.132Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:10.132Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176430129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-28T20:07:10.233Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T20:07:10.234Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:10.234Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:10.243Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:10.244Z||pool-175-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:11.133Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-28T20:07:11.133Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-28T20:07:11.133Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T20:07:11.134Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:11.135Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:11.135Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176431133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:07:11.235Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T20:07:11.236Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:11.236Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:11.247Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:11.247Z||pool-176-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:12.136Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7020823e-3008-4e67-a80a-1f19c4869dcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T20:07:12.147Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7020823e-3008-4e67-a80a-1f19c4869dcc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T20:07:12.149Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T20:07:12.149Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T20:07:12.149Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T20:07:12.149Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T20:07:12.149Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:07:12.149Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:07:12.149Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:07:12.149Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:07:12.149Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:07:12.149Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:07:12.150Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-28T20:07:12.154Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T20:07:42.154Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7020823e-3008-4e67-a80a-1f19c4869dcc 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-04-28T20:07:42.160Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7020823e-3008-4e67-a80a-1f19c4869dcc and serviceModelVersionId: 5a484a78-4ab4-4fc7-875f-227cd82166a1
2022-04-28T20:07:42.161Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad9f65b6-f430-4241-8505-74bf317b341b
2022-04-28T20:07:42.161Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad9f65b6-f430-4241-8505-74bf317b341b/model-vers/model-ver/5a484a78-4ab4-4fc7-875f-227cd82166a1?depth=0
2022-04-28T20:07:42.166Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T20:07:42.185Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad9f65b6-f430-4241-8505-74bf317b341b/model-vers/model-ver/5a484a78-4ab4-4fc7-875f-227cd82166a1?depth=0|INFO|500||Invoke
2022-04-28T20:07:42.185Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad9f65b6-f430-4241-8505-74bf317b341b/model-vers/model-ver/5a484a78-4ab4-4fc7-875f-227cd82166a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad9f65b6-f430-4241-8505-74bf317b341b/model-vers/model-ver/5a484a78-4ab4-4fc7-875f-227cd82166a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7020823e-3008-4e67-a80a-1f19c4869dcc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[492f559c-6baa-4504-836b-c918431cf3ca], X-ECOMP-RequestID=[7020823e-3008-4e67-a80a-1f19c4869dcc], X-TransactionId=[], X-ONAP-RequestID=[7020823e-3008-4e67-a80a-1f19c4869dcc], Content-Type=[application/merge-patch+json]}
2022-04-28T20:07:42.214Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad9f65b6-f430-4241-8505-74bf317b341b/model-vers/model-ver/5a484a78-4ab4-4fc7-875f-227cd82166a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-28T20:07:42.574Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad9f65b6-f430-4241-8505-74bf317b341b/model-vers/model-ver/5a484a78-4ab4-4fc7-875f-227cd82166a1?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/ad9f65b6-f430-4241-8505-74bf317b341b/model-vers/model-ver/5a484a78-4ab4-4fc7-875f-227cd82166a1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220428-20:07:42:219-53676], vertex-id=[176144], Content-Length=[0], Date=[Thu, 28 Apr 2022 20:07:42 GMT], Content-Type=[application/json]}
2022-04-28T20:07:42.574Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad9f65b6-f430-4241-8505-74bf317b341b/model-vers/model-ver/5a484a78-4ab4-4fc7-875f-227cd82166a1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-28T20:07:42.575Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad9f65b6-f430-4241-8505-74bf317b341b/model-vers/model-ver/5a484a78-4ab4-4fc7-875f-227cd82166a1?depth=0|INFO|500||InvokeReturn
2022-04-28T20:07:42.575Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T20:07:42.575Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T20:07:42.581Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-28T20:07:42.581Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7020823e-3008-4e67-a80a-1f19c4869dcc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T20:07:42.582Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T20:07:42.582Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:42.584Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:42.584Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176462581,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T20:07:42.684Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T20:07:42.684Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:42.685Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:42.698Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:42.698Z||pool-177-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T20:07:43.597Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-28T20:07:43.597Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6451506a-28f5-42ae-a02f-6d85b5105d9d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"925887ec-6954-48f9-8a1b-4fa167f08714","serviceDescription":"service","serviceInvariantUUID":"b7bb41b6-4126-46fd-bca4-a6d9e06c9282","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"475cbfb0-4850-4ffd-af57-c95100282e4b","resourceInvariantUUID":"4adc0431-4b14-47c2-ac92-05944af056a4","resourceCustomizationUUID":"e125c300-ce04-4d3c-81e4-ebe3eeba4eec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YmVmYjdmZjY4NjIxNTg5YmVmNzc0M2IxNTk0ZTNmYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33928911-2505-481d-9011-06c7b00f7bb5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c469f7d0-ef59-4c94-a344-72c1f24e6db2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76c732e9-22f8-48d9-bb28-88546bb755b6","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YzNlMWFiNTk4NGMyMmZiYzU1MDhjOTFkZWZjZjExOWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"daa32fb1-52b8-40b1-a5e3-accf03131a8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a90b9d9-3651-449d-97d3-048f3fcd3765","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3a320c0-b058-48f1-92aa-2f77edbb1648","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c615714f-bf3a-44f9-8f3e-a7fe16281aa9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZTM5YTdiNDI5NTY5YWIzNzIxOGY4MDY3YjlmNWFlYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"422c4188-d495-4cd1-80f0-33377d19d2cf","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTM1NTgwYTAyY2FlYTc5NGEzMjcxMDU2ODVlMDAxM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6326656-9998-4d60-a68b-5975f9cf1576","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T20:07:43.598Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:07:43.598Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:43.600Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:43.600Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:43.700Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:07:43.701Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:43.701Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:43.712Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:43.712Z||pool-178-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:44.601Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:07:44.601Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:44.603Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:44.603Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:44.703Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:07:44.704Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:44.704Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:44.714Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:44.715Z||pool-179-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:45.604Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:07:45.605Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:45.607Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:45.607Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:45.707Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:07:45.707Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:45.707Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:45.718Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:45.718Z||pool-180-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:46.607Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:07:46.608Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:46.611Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:46.611Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:46.710Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T20:07:46.711Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:46.711Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:46.722Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:46.722Z||pool-181-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:47.611Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:07:47.612Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:47.613Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:47.613Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:47.713Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:07:47.714Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:47.714Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:47.723Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:47.724Z||pool-182-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:48.614Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:07:48.614Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:48.616Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:48.617Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:48.716Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T20:07:48.717Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:48.717Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:48.728Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:48.728Z||pool-183-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:49.617Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:07:49.618Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:49.620Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:49.620Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:49.720Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:07:49.721Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:49.721Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:49.733Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:49.733Z||pool-184-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:50.620Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:07:50.621Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:50.623Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:50.624Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:50.723Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T20:07:50.723Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:50.724Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:50.735Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:50.735Z||pool-185-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:51.624Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T20:07:51.625Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:51.627Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:51.627Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:07:51.727Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T20:07:51.728Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:51.728Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:51.739Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:51.739Z||pool-186-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-28T20:07:52.628Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "925887ec-6954-48f9-8a1b-4fa167f08714",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7bb41b6-4126-46fd-bca4-a6d9e06c9282",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e125c300-ce04-4d3c-81e4-ebe3eeba4eec",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "475cbfb0-4850-4ffd-af57-c95100282e4b",
      "resourceInvariantUUID": "4adc0431-4b14-47c2-ac92-05944af056a4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YTM1NTgwYTAyY2FlYTc5NGEzMjcxMDU2ODVlMDAxM2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b6326656-9998-4d60-a68b-5975f9cf1576"
    }
  ],
  "workloadContext": "Production"
}
2022-04-28T20:07:52.629Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T20:07:52.629Z|7020823e-3008-4e67-a80a-1f19c4869dcc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 925887ec-6954-48f9-8a1b-4fa167f08714 ASDC
2022-04-28T20:07:52.629Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6451506a-28f5-42ae-a02f-6d85b5105d9d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:925887ec-6954-48f9-8a1b-4fa167f08714
ServiceInvariantUUID:b7bb41b6-4126-46fd-bca4-a6d9e06c9282
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:b6326656-9998-4d60-a68b-5975f9cf1576
ArtifactChecksum:YTM1NTgwYTAyY2FlYTc5NGEzMjcxMDU2ODVlMDAxM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e125c300-ce04-4d3c-81e4-ebe3eeba4eec
ResourceInvariantUUID:4adc0431-4b14-47c2-ac92-05944af056a4
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:475cbfb0-4850-4ffd-af57-c95100282e4b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-28T20:07:52.629Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 925887ec-6954-48f9-8a1b-4fa167f08714 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-04-28T20:07:52.652Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T20:07:52.653Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-28T20:07:52.653Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-28T20:07:52.653Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b6326656-9998-4d60-a68b-5975f9cf1576 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-28T20:07:52.653Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-28T20:07:52.654Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-28T20:07:52.714Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-28T20:07:52.721Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b6326656-9998-4d60-a68b-5975f9cf1576 105667
2022-04-28T20:07:52.721Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-28T20:07:52.721Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-28T20:07:52.721Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T20:07:52.721Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:52.723Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:52.723Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176472721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:07:52.823Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T20:07:52.823Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:52.824Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:52.834Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:52.834Z||pool-187-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:53.723Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T20:07:53.725Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-28T20:07:53.725Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b6326656-9998-4d60-a68b-5975f9cf1576, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-28T20:07:53.725Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-28T20:07:53.726Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-28T20:07:53.726Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-28T20:07:53.810Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP583193274610817732/Definitions/service-TestPnfMacro-template.yml
2022-04-28T20:07:54.355Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T20:07:54.356Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-28T20:07:54.356Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-28T20:07:54.356Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-28T20:07:54.356Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-28T20:07:54.356Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-28T20:07:54.356Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-28T20:07:54.356Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-28T20:07:54.356Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-28T20:07:54.356Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-28T20:07:54.356Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-28T20:07:54.356Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-28T20:07:54.356Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:54.357Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:54.357Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-28T20:07:54.357Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-28T20:07:54.357Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T20:07:54.357Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:54.357Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:54.357Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-28T20:07:54.357Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-28T20:07:54.357Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T20:07:54.357Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:54.357Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:54.357Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:54.357Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:54.358Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:54.358Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:54.358Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:54.358Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:54.358Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:54.358Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:54.358Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:925887ec-6954-48f9-8a1b-4fa167f08714
Model Version:NULL
Model InvariantUuid:b7bb41b6-4126-46fd-bca4-a6d9e06c9282
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-04-28T20:07:54.364Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 475cbfb0-4850-4ffd-af57-c95100282e4b
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-04-28T20:07:54.366Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-04-28T20:07:54.366Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 475cbfb0-4850-4ffd-af57-c95100282e4b
2022-04-28T20:07:54.366Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 925887ec-6954-48f9-8a1b-4fa167f08714
2022-04-28T20:07:54.366Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 925887ec-6954-48f9-8a1b-4fa167f08714
2022-04-28T20:07:54.366Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 475cbfb0-4850-4ffd-af57-c95100282e4b 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-04-28T20:07:54.370Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c256daf, org.onap.sdc.toscaparser.api.parameters.Input@30125971, org.onap.sdc.toscaparser.api.parameters.Input@17099dc4, org.onap.sdc.toscaparser.api.parameters.Input@7e25aea1, org.onap.sdc.toscaparser.api.parameters.Input@796afcdf]
2022-04-28T20:07:54.371Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:54.371Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:54.371Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 925887ec-6954-48f9-8a1b-4fa167f08714: test-pnf
2022-04-28T20:07:54.371Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||Processing PNF resource: 475cbfb0-4850-4ffd-af57-c95100282e4b
2022-04-28T20:07:54.371Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-28T20:07:54.371Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T20:07:54.371Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||Resource customization UUID: e125c300-ce04-4d3c-81e4-ebe3eeba4eec is the same as notified resource customizationUUID: e125c300-ce04-4d3c-81e4-ebe3eeba4eec
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-04-28T20:07:54.408Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 475cbfb0-4850-4ffd-af57-c95100282e4b 0 ASDC deployResourceStructure
2022-04-28T20:07:54.408Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-28T20:07:54.408Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-28T20:07:54.408Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T20:07:54.408Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:07:54.409Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:07:54.409Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176474408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:07:54.509Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:07:54.510Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:07:54.510Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:54.519Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:54.520Z||pool-188-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T20:07:55.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:07:55.384Z||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-04-28T20:07:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:07:55.399Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:07:55.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:55.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:55.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:07:55.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176365219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:07:55.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:07:55.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176367961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:07:55.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:07:55.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176369263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176370473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176371582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176372586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176373589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176374593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:07:55.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:07:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "068bcaa9-0990-4d39-bfef-2159119f7123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176405743,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T20:07:55.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:07:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:55.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-28T20:07:55.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-28T20:07:55.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:07:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:07:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:07:55.410Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6451506a-28f5-42ae-a02f-6d85b5105d9d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-28T20:07:55.420Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6451506a-28f5-42ae-a02f-6d85b5105d9d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-28T20:07:55.422Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T20:07:55.422Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T20:07:55.422Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T20:07:55.422Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T20:07:55.422Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:07:55.422Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:07:55.422Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:07:55.422Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:07:55.422Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:07:55.423Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:07:55.423Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-28T20:07:55.423Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-28T20:07:55.427Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T20:08:25.427Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6451506a-28f5-42ae-a02f-6d85b5105d9d 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-04-28T20:08:25.432Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6451506a-28f5-42ae-a02f-6d85b5105d9d and serviceModelVersionId: 925887ec-6954-48f9-8a1b-4fa167f08714
2022-04-28T20:08:25.432Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7bb41b6-4126-46fd-bca4-a6d9e06c9282
2022-04-28T20:08:25.433Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7bb41b6-4126-46fd-bca4-a6d9e06c9282/model-vers/model-ver/925887ec-6954-48f9-8a1b-4fa167f08714?depth=0
2022-04-28T20:08:25.439Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T20:08:25.460Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7bb41b6-4126-46fd-bca4-a6d9e06c9282/model-vers/model-ver/925887ec-6954-48f9-8a1b-4fa167f08714?depth=0|INFO|500||Invoke
2022-04-28T20:08:25.460Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7bb41b6-4126-46fd-bca4-a6d9e06c9282/model-vers/model-ver/925887ec-6954-48f9-8a1b-4fa167f08714?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7bb41b6-4126-46fd-bca4-a6d9e06c9282/model-vers/model-ver/925887ec-6954-48f9-8a1b-4fa167f08714?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6451506a-28f5-42ae-a02f-6d85b5105d9d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[431ceb3a-4caa-40c7-985f-cd485d94cb28], X-ECOMP-RequestID=[6451506a-28f5-42ae-a02f-6d85b5105d9d], X-TransactionId=[], X-ONAP-RequestID=[6451506a-28f5-42ae-a02f-6d85b5105d9d], Content-Type=[application/merge-patch+json]}
2022-04-28T20:08:25.479Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7bb41b6-4126-46fd-bca4-a6d9e06c9282/model-vers/model-ver/925887ec-6954-48f9-8a1b-4fa167f08714?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-28T20:08:25.549Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7bb41b6-4126-46fd-bca4-a6d9e06c9282/model-vers/model-ver/925887ec-6954-48f9-8a1b-4fa167f08714?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/b7bb41b6-4126-46fd-bca4-a6d9e06c9282/model-vers/model-ver/925887ec-6954-48f9-8a1b-4fa167f08714?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220428-20:08:25:484-11011], vertex-id=[307200], Content-Length=[0], Date=[Thu, 28 Apr 2022 20:08:25 GMT], Content-Type=[application/json]}
2022-04-28T20:08:25.550Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7bb41b6-4126-46fd-bca4-a6d9e06c9282/model-vers/model-ver/925887ec-6954-48f9-8a1b-4fa167f08714?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-28T20:08:25.550Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7bb41b6-4126-46fd-bca4-a6d9e06c9282/model-vers/model-ver/925887ec-6954-48f9-8a1b-4fa167f08714?depth=0|INFO|500||InvokeReturn
2022-04-28T20:08:25.551Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T20:08:25.551Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-28T20:08:25.555Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-28T20:08:25.556Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6451506a-28f5-42ae-a02f-6d85b5105d9d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T20:08:25.556Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T20:08:25.556Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-28T20:08:25.558Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T20:08:25.558Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176505556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T20:08:25.658Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T20:08:25.658Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-28T20:08:25.658Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:08:25.674Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:08:25.674Z||pool-189-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-04-28T20:08:26.568Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:08:26.569Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:08:26.569Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:08:37.083Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:08:37.083Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:08:37.083Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:08:37.084Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:08:46.612Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:08:46.612Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:08:46.612Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:08:46.612Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:08:55.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:08:55.384Z||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-04-28T20:08:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:08:55.401Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:08:55.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:08:55.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:08:55.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176416960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:08:55.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176419115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:08:55.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176420607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:08:55.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176422037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:08:55.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176423539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:08:55.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176425048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:08:55.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176426110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-28T20:08:55.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176427112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-28T20:08:55.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176428116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-28T20:08:55.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176429125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-28T20:08:55.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176430129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-28T20:08:55.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176431133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:08:55.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7020823e-3008-4e67-a80a-1f19c4869dcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176462581,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T20:08:55.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:08:55.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:08:55.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:08:55.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:08:55.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:08:55.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:08:55.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:08:55.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:08:55.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:08:55.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:08:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:08:55.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:08:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:08:55.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:08:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-28T20:08:55.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:08:55.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176351739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-28T20:08:55.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-28T20:08:55.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176472721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-28T20:08:55.409Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:55.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-28T20:08:55.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176474408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-28T20:08:55.409Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:08:56.138Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:08:56.139Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:08:56.139Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:08:56.139Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:09:05.666Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:09:05.666Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:09:05.667Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:09:05.667Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:09:15.192Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:09:15.192Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:09:15.193Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:09:15.193Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:09:24.724Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:09:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:09:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:09:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:09:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:09:55.384Z||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-04-28T20:09:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:09:55.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:09:55.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T20:09:55.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6451506a-28f5-42ae-a02f-6d85b5105d9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651176505556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T20:09:55.898Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T20:10:04.883Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:10:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:10:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:10:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:10:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:10:55.384Z||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-04-28T20:10:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:11:04.875Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:11:04.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:11:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:11:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:11:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:11:55.383Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:11:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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-04-28T20:11:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:12:04.873Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:12:04.914Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:12:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:12:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:12:55.345Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:12:55.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:12:55.384Z||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-04-28T20:12:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:13:04.877Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:13:04.911Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:13:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:13:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:13:55.345Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:13:55.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:13:55.384Z||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-04-28T20:13:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:14:04.881Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:14:04.909Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:14:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:14:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:14:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:14:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:14:55.384Z||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-04-28T20:14:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:15:04.875Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:15:04.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:15:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:15:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:15:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:15:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:15:55.384Z||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-04-28T20:15:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:16:04.879Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:16:04.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:16:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:16:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:16:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:16:55.383Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:16:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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-04-28T20:16:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:17:04.876Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:17:04.913Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:17:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:17:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:17:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:17:55.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:17:55.384Z||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-04-28T20:17:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:18:04.876Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:18:04.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:18:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:18:55.345Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:18:55.345Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:18:55.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:18:55.384Z||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-04-28T20:18:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:19:04.877Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:19:04.909Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:19:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:19:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:19:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:19:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:19:55.384Z||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-04-28T20:19:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:20:04.874Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:20:04.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:20:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:20:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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-04-28T20:20:55.344Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:20:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:20:55.384Z||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-04-28T20:20:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:21:04.895Z|6451506a-28f5-42ae-a02f-6d85b5105d9d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:21:04.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:21:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:21:55.344Z||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-04-28T20:21:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:21:55.383Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:21:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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-04-28T20:21:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:22:04.875Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:22:04.915Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:22:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:22:55.344Z||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-04-28T20:22:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:22:55.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:22:55.384Z||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-04-28T20:22:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:23:04.875Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:23:04.915Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:23:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:23:55.344Z||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-04-28T20:23:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:23:55.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:23:55.384Z||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-04-28T20:23:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:24:04.875Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:24:04.911Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:24:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:24:55.344Z||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-04-28T20:24:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:24:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:24:55.384Z||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-04-28T20:24:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:25:04.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:25:04.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:25:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:25:55.354Z||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-04-28T20:25:55.355Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:25:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:25:55.384Z||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-04-28T20:25:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:26:04.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:26:04.913Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:26:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:26:55.344Z||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-04-28T20:26:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:26:55.383Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:26:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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-04-28T20:26:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:27:04.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:27:04.913Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:27:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:27:55.344Z||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-04-28T20:27:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:27:55.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:27:55.384Z||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-04-28T20:27:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:28:04.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:28:04.913Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:28:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:28:55.345Z||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-04-28T20:28:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:28:55.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:28:55.384Z||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-04-28T20:28:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:29:04.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:29:04.920Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:29:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:29:55.344Z||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-04-28T20:29:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:29:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:29:55.384Z||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-04-28T20:29:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:30:04.874Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:30:04.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:30:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:30:55.344Z||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-04-28T20:30:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:30:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:30:55.384Z||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-04-28T20:30:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:31:04.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:31:04.914Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:31:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:31:55.344Z||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-04-28T20:31:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:31:55.383Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:31:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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-04-28T20:31:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:32:04.873Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:32:04.915Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:32:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:32:55.344Z||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-04-28T20:32:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:32:55.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:32:55.384Z||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-04-28T20:32:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:33:04.876Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:33:04.914Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:33:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:33:55.344Z||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-04-28T20:33:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:33:55.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:33:55.384Z||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-04-28T20:33:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:34:04.876Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:34:04.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:34:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:34:55.344Z||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-04-28T20:34:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:34:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:34:55.384Z||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-04-28T20:34:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:35:04.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:35:04.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:35:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:35:55.344Z||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-04-28T20:35:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:35:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:35:55.384Z||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-04-28T20:35:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:36:04.874Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:36:04.911Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:36:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:36:55.344Z||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-04-28T20:36:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:36:55.383Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:36:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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-04-28T20:36:55.384Z|82553ada-4f21-46d7-b049-48c6ae284611|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:37:04.880Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:37:04.916Z|82553ada-4f21-46d7-b049-48c6ae284611|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:37:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:37:55.344Z||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-04-28T20:37:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:37:55.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:37:55.384Z||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-04-28T20:37:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:38:04.875Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:38:04.913Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:38:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:38:55.344Z||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-04-28T20:38:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:38:55.383Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T20:38:55.384Z||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-04-28T20:38:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T20:39:04.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-28T20:39:04.915Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK