Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2021-10-21T11:02:52.883Z||main|||||INFO|500||The following profiles are active: basic
2021-10-21T11:03:09.611Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-21T11:03:09.612Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-21T11:03:09.805Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-21T11:03:13.735Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-21T11:03:15.114Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-21T11:03:15.567Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-21T11:03:17.160Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-21T11:03:17.503Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-21T11:03:17.692Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-21T11:03:18.254Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-21T11:03:19.617Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-21T11:03:22.381Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-21T11:03:22.454Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-21T11:03:23.054Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-21T11:03:25.533Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-10-21T11:03:27.328Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-21T11:03:29.080Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-21T11:03:29.159Z||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$$8b4e7d66.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-10-21T11:03:29.161Z||main|||||WARN|500||The sdc end point is not alive
2021-10-21T11:03:34.141Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-10-21T11:03:39.049Z||main|||||WARN|500||---
2021-10-21T11:03:39.049Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-21T11:03:39.049Z||main|||||WARN|500||---
2021-10-21T11:03:39.645Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-21T11:03:46.661Z||main|||||INFO|500||Started Application in 61.21 seconds (JVM running for 63.779)
2021-10-21T11:03:46.713Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-21T11:03:46.715Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-21T11:03:46.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-21T11:03:46.822Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-21T11:03:46.886Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8655658f-100f-419c-8d67-0dd58b169571 url= /sdc/v1/artifactTypes
2021-10-21T11:03:46.887Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-21T11:03:47.245Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-21T11:03:47.285Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-21T11:03:47.318Z||scheduling-1|||||DEBUG|500||create keys
2021-10-21T11:03:47.329Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-21T11:03:47.442Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:03:47.467Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fc551f32-597d-465b-889c-ea123e9f4fcd url= /sdc/v1/registerForDistribution
2021-10-21T11:03:48.077Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fc551f32-597d-465b-889c-ea123e9f4fcd url= /sdc/v1/registerForDistribution
2021-10-21T11:03:48.077Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-21T11:03:48.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:03:48.096Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:03:48.096Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:03:48.098Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:03:48.104Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:03:48.105Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:03:48.107Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-21T11:03:59.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:03:59.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:04:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:04:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:04:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:04:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:04:48.093Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:04:48.093Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:04:57.658Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:04:57.723Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:05:48.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:05:48.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:05:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:05:48.091Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:05:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:05:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:05:57.656Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:05:57.708Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:06:48.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:06:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:06:48.095Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:06:48.096Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:06:48.098Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:06:48.098Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:06:57.677Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:06:57.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:07:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:07:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:07:48.091Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:07:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:07:48.093Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:07:48.094Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:07:57.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:07:57.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:08:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:08:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:08:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:08:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:08:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:08:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:08:57.656Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:08:57.662Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:09:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:09:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:09:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:09:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:09:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:09:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:09:57.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:09:57.690Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:10:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:10:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:10:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:10:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:10:48.093Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:10:48.094Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:10:57.733Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:10:57.746Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:11:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:11:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:11:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:11:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:11:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:11:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:11:57.637Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:11:57.649Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:12:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:12:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:12:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:12:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:12:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:12:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:12:55.203Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-21T11:12:57.664Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:12:57.666Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:13:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:13:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:13:48.091Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:13:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:13:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:13:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:13:57.644Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:13:57.644Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:14:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:14:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:14:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:14:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:14:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:14:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:14:57.644Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:14:57.644Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:15:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:15:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:15:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:15:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:15:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:15:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:15:57.662Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:15:57.662Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:16:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:16:48.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:16:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:16:48.095Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T11:16:48.096Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:16:48.103Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:16:57.733Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:16:57.736Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:17:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:17:48.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:17:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T11:17:48.092Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:17:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:17:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:17:57.759Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:17:57.760Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:18:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:18:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:18:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T11:18:48.092Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:18:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:18:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:18:57.656Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:18:57.665Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:19:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:19:48.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:19:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T11:19:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:19:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:19:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:19:57.669Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:19:57.676Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:20:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:20:48.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:20:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T11:20:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:20:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:20:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:20:57.669Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:20:57.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:21:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:21:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:21:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T11:21:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:21:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:21:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:21:57.639Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:21:57.643Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:22:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:22:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:22:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T11:22:48.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:22:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:22:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:22:57.658Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:22:57.661Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:23:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:23:48.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:23:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T11:23:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:23:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:23:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:23:57.643Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:23:57.643Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:24:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:24:48.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:24:48.091Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T11:24:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:24:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:24:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:24:57.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:24:57.714Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:25:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:25:48.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:25:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T11:25:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:25:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:25:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:25:57.639Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:25:57.661Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:26:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:26:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:26:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:26:48.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:26:48.093Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:26:48.093Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:26:57.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:26:57.671Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:27:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:27:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:27:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:27:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:27:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:27:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:27:57.704Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:27:57.706Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:28:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:28:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:28:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:28:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:28:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:28:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:28:57.641Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:28:57.641Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:29:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:29:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:29:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:29:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:29:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:29:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:29:57.644Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:29:57.656Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:30:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:30:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:30:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:30:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:30:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:30:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:30:57.672Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:30:57.674Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:31:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:31:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:31:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:31:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:31:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:31:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:31:57.645Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:31:57.645Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:32:48.101Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:32:48.102Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:32:48.102Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:32:48.102Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:32:48.103Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:32:48.103Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:32:57.656Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:32:57.658Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:33:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:33:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:33:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:33:48.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:33:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:33:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:33:57.637Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:33:57.637Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:34:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:34:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:34:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:34:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:34:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:34:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:34:57.649Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:34:57.654Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:35:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:35:48.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:35:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:35:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:35:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:35:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:35:57.638Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:35:57.638Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:36:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:36:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:36:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:36:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:36:48.093Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:36:48.093Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:36:57.642Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:36:57.642Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:37:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:37:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:37:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:37:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:37:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:37:48.093Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:37:57.644Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:37:57.644Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:38:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:38:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:38:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:38:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:38:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:38:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:38:57.637Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:38:57.643Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:39:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:39:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:39:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:39:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:39:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:39:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:39:57.642Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:39:57.647Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:40:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:40:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:40:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:40:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:40:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:40:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:40:57.637Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:40:57.637Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:41:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:41:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:41:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:41:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:41:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:41:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:41:57.666Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:41:57.668Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:42:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:42:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:42:48.091Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:42:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:42:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:42:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:42:57.641Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:42:57.643Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:43:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:43:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:43:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:43:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:43:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:43:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:43:57.638Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:43:57.641Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:44:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:44:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:44:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:44:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:44:48.095Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:44:48.095Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:44:57.650Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:44:57.652Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:45:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:45:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:45:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:45:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:45:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:45:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:45:57.647Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:45:57.649Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:46:48.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:46:48.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:46:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:46:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:46:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:46:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:46:57.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:46:57.641Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:47:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:47:48.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:47:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:47:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:47:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:47:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:47:57.637Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:47:57.641Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:48:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:48:48.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:48:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:48:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:48:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:48:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:48:57.635Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:48:57.635Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:49:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:49:48.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:49:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:49:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:49:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:49:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:49:57.653Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:49:57.660Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:50:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:50:48.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:50:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:50:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:50:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:50:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:50:57.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:50:57.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:51:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:51:48.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:51:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:51:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:51:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:51:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:51:57.639Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:51:57.640Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:52:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:52:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:52:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:52:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:52:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:52:48.094Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:52:57.643Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:52:57.643Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:53:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:53:48.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:53:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:53:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:53:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:53:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:53:57.630Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:53:57.641Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:54:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:54:48.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:54:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:54:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:54:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:54:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:54:57.638Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:54:57.638Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:55:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:55:48.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:55:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:55:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:55:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:55:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:55:57.637Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:55:57.637Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:56:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:56:48.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:56:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:56:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:56:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:56:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:56:57.634Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:56:57.637Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:57:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:57:48.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:57:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:57:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:57:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:57:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:57:57.669Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:57:57.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:58:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:58:48.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:58:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:58:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:58:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:58:48.093Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:58:57.641Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:58:57.644Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:59:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:59:48.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:59:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:59:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T11:59:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T11:59:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T11:59:57.636Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T11:59:57.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:00:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:00:48.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:00:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:00:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:00:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:00:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:00:57.635Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:00:57.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:01:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:01:48.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:01:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:01:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:01:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:01:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:01:57.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:01:57.654Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:02:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:02:48.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:02:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:02:48.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:02:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:02:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:02:57.637Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:02:57.643Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:03:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:03:48.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:03:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:03:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:03:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:03:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:03:57.640Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:03:57.645Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:04:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:04:48.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:04:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:04:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:04:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:04:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:04:57.643Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:04:57.645Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:05:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:05:48.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:05:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:05:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:05:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:05:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:05:57.641Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:05:57.641Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:06:48.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:06:48.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:06:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:06:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:06:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:06:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:06:57.641Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:06:57.650Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:07:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:07:48.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:07:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:07:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:07:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:07:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:07:57.637Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:07:57.638Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:08:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:08:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:08:48.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:08:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:08:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:08:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:08:57.653Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:08:57.653Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:09:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:09:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:09:48.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:09:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:09:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:09:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:09:57.633Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:09:57.634Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:10:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:10:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:10:48.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:10:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:10:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:10:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:10:57.627Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:10:57.631Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:11:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:11:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:11:48.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:11:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:11:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:11:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:11:57.638Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:11:57.645Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:12:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:12:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:12:48.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:12:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:12:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:12:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:12:57.633Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:12:57.633Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:13:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:13:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:13:48.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:13:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:13:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:13:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:13:57.648Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:13:57.663Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:14:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:14:48.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:14:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:14:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:14:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:14:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:14:57.632Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:14:57.633Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:15:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:15:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:15:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:15:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:15:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:15:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:15:57.633Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:15:57.648Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:16:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:16:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:16:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:16:48.092Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:16:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:16:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:16:57.653Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:16:57.653Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:17:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:17:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:17:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:17:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:17:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:17:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:17:57.634Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:17:57.634Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:18:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:18:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:18:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:18:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:18:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:18:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:18:57.633Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:18:57.636Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:19:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:19:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:19:48.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:19:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:19:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:19:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:19:57.645Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:19:57.647Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:20:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:20:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:20:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:20:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:20:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:20:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:20:57.645Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:20:57.648Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:21:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:21:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:21:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:21:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:21:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:21:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:21:57.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:21:57.638Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:22:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:22:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:22:48.093Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:22:48.093Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:22:48.094Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:22:48.102Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:22:57.649Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:22:57.651Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:23:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:23:48.090Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:23:48.090Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:23:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:23:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:23:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:23:57.637Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:23:57.638Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:24:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:24:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:24:48.089Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:24:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:24:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:24:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:24:57.635Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:24:57.636Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:25:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:25:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:25:48.090Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:25:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:25:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:25:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:25:57.641Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:25:57.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:26:48.092Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:26:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:26:48.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:26:48.092Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:26:48.093Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:26:48.093Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:26:57.637Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:26:57.637Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:27:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:27:48.090Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:27:48.090Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:27:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:27:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:27:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:27:57.636Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:27:57.637Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:28:48.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:28:48.089Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:28:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:28:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:28:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:28:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:28:57.657Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:28:57.658Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:29:48.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:29:48.089Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:29:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:29:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:29:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:29:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:29:57.634Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:29:57.635Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:30:48.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:30:48.089Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:30:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:30:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:30:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:30:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:30:57.661Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:30:57.661Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:31:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:31:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:31:48.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:31:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:31:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:31:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:31:57.634Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:31:57.634Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:32:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:32:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:32:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:32:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:32:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:32:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:32:57.660Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:32:57.661Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:33:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:33:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:33:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:33:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:33:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:33:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:33:57.637Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:33:57.637Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:34:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:34:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:34:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:34:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:34:48.100Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:34:48.100Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:34:57.648Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:34:57.665Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:35:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:35:48.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:35:48.099Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:35:48.099Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:35:48.100Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:35:48.100Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:35:57.643Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:35:57.648Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:36:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:36:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:36:48.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:36:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:36:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:36:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:36:57.635Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:36:57.645Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:37:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:37:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:37:48.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:37:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:37:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:37:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:37:57.631Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:37:57.636Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:38:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:38:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:38:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:38:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:38:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:38:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:38:57.648Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:38:57.649Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:39:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:39:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:39:48.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:39:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:39:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:39:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:39:57.656Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:39:57.659Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:40:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:40:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:40:48.090Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:40:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:40:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:40:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:40:57.639Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:40:57.641Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:41:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:41:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:41:48.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:41:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:41:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:41:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:41:57.630Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:41:57.634Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:42:48.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:42:48.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:42:48.089Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T12:42:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:42:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:42:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:42:57.642Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:42:57.642Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:43:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:43:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:43:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:43:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:43:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:43:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:43:57.646Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:43:57.647Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:44:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:44:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:44:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:44:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:44:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:44:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:44:57.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:44:57.638Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:45:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:45:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:45:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:45:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:45:48.091Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:45:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:45:57.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:45:57.638Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:46:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:46:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:46:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:46:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:46:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:46:48.091Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:46:57.651Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:46:57.656Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:47:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:47:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:47:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:47:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:47:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:47:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:47:57.648Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:47:57.649Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:48:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:48:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:48:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:48:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:48:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:48:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:48:57.636Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:48:57.640Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:49:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:49:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:49:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:49:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:49:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:49:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:49:57.639Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:49:57.642Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:50:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:50:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:50:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:50:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:50:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:50:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:50:57.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:50:57.654Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:51:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:51:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:51:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:51:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:51:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:51:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:51:57.645Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:51:57.645Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:52:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:52:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:52:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:52:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:52:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:52:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:52:57.634Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:52:57.637Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:53:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:53:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:53:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:53:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:53:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:53:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:53:57.645Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:53:57.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:54:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:54:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:54:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:54:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:54:48.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:54:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:54:57.634Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:54:57.636Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:55:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:55:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:55:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:55:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:55:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:55:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:55:57.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:55:57.637Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:56:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:56:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:56:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:56:48.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:56:48.093Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:56:48.093Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:56:57.635Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:56:57.640Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:57:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:57:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:57:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:57:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:57:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:57:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:57:57.650Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:57:57.652Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:58:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:58:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:58:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:58:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:58:48.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:58:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:58:57.639Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:58:57.639Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:59:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:59:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:59:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:59:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T12:59:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T12:59:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T12:59:57.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T12:59:57.647Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:00:48.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:00:48.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:00:48.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:00:48.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:00:48.094Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:00:48.094Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:00:57.650Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:00:57.652Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:01:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:01:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:01:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:01:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:01:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:01:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:01:57.639Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:01:57.639Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:02:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:02:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:02:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:02:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:02:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:02:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:02:57.632Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:02:57.644Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:03:48.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:03:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:03:48.091Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:03:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:03:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:03:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:03:57.642Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:03:57.644Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:04:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:04:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:04:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:04:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:04:48.097Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:04:48.098Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:04:57.649Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:04:57.649Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:05:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:05:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:05:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:05:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:05:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:05:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:05:57.643Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:05:57.643Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:06:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:06:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:06:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:06:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:06:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:06:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:06:57.641Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:06:57.646Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:07:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:07:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:07:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:07:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:07:48.095Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:07:48.095Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:07:57.641Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:07:57.653Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:08:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:08:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:08:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:08:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:08:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:08:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:08:57.654Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:08:57.658Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:09:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:09:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:09:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:09:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:09:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:09:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:09:57.647Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:09:57.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:10:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:10:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:10:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:10:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:10:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:10:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:10:57.642Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:10:57.642Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:11:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:11:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:11:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:11:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:11:48.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:11:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:11:57.634Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:11:57.634Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:12:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:12:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:12:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:12:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:12:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:12:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:12:57.635Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:12:57.645Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:13:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:13:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:13:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:13:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:13:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:13:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:13:57.641Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:13:57.643Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:14:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:14:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:14:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:14:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:14:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:14:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:14:57.642Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:14:57.647Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:15:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:15:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:15:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:15:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:15:48.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:15:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:15:57.629Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:15:57.658Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:16:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:16:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:16:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:16:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:16:48.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:16:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:16:57.630Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:16:57.634Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:17:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:17:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:17:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:17:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:17:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:17:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:17:57.657Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:17:57.662Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:18:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:18:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:18:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:18:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:18:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:18:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:18:57.639Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:18:57.641Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:19:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:19:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:19:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:19:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:19:48.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:19:48.100Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:19:57.648Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:19:57.659Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:20:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:20:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:20:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:20:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:20:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:20:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:20:57.659Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:20:57.670Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:21:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:21:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:21:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:21:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:21:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:21:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:21:57.654Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:21:57.655Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:22:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:22:48.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:22:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:22:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:22:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:22:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:22:57.644Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:22:57.644Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:23:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:23:48.090Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:23:48.090Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:23:48.092Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:23:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:23:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:23:57.663Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:23:57.663Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:24:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:24:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:24:48.089Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:24:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:24:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:24:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:24:57.642Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:24:57.644Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:25:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:25:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:25:48.089Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:25:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:25:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:25:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:25:57.638Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:25:57.642Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:26:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:26:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:26:48.089Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:26:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:26:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:26:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:26:57.638Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:26:57.644Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:27:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:27:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:27:48.089Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:27:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:27:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:27:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:27:57.638Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:27:57.645Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:28:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:28:48.090Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:28:48.090Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:28:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:28:48.091Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:28:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:28:57.639Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:28:57.641Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:29:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:29:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:29:48.089Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:29:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:29:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:29:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:29:57.649Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:29:57.652Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:30:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:30:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:30:48.089Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:30:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:30:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:30:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:30:57.630Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:30:57.631Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:31:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:31:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:31:48.089Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:31:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:31:48.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:31:48.091Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:31:57.645Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:31:57.645Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:32:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:32:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:32:48.090Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:32:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:32:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:32:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:32:57.633Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:32:57.642Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:33:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:33:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:33:48.089Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:33:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:33:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:33:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:33:57.632Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:33:57.635Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:34:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:34:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:34:48.089Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:34:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:34:48.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:34:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:34:57.641Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:34:57.643Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:35:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:35:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:35:48.090Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:35:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:35:48.094Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:35:48.094Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:35:57.638Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:35:57.643Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:36:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:36:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:36:48.090Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:36:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:36:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:36:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:36:57.635Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:36:57.640Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:37:48.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:37:48.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:37:48.089Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T13:37:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:37:48.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:37:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:37:57.649Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:37:57.649Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:38:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:38:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:38:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:38:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:38:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:38:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:38:57.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:38:57.646Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:39:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:39:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:39:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:39:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:39:48.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:39:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:39:57.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:39:57.638Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:40:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:40:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:40:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:40:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:40:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:40:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:40:57.635Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:40:57.635Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:41:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:41:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:41:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:41:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:41:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:41:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:41:57.636Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:41:57.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:42:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:42:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:42:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:42:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:42:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:42:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:42:57.634Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:42:57.635Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:43:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:43:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:43:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:43:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:43:48.091Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:43:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:43:57.647Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:43:57.649Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:44:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:44:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:44:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:44:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:44:48.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:44:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:44:57.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:44:57.636Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:45:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:45:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:45:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:45:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:45:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:45:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:45:57.639Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:45:57.639Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:46:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:46:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:46:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:46:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:46:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:46:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:46:57.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:46:57.638Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:47:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:47:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:47:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:47:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:47:48.091Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:47:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:47:57.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:47:57.640Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:48:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:48:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:48:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:48:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:48:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:48:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:48:57.644Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:48:57.655Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:49:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:49:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:49:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:49:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:49:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:49:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:49:57.646Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:49:57.658Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:50:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:50:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:50:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:50:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:50:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:50:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:50:57.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:50:57.638Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:51:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:51:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:51:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:51:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:51:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:51:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:51:57.635Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:51:57.648Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:52:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:52:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:52:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:52:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:52:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:52:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:52:57.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:52:57.636Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:53:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:53:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:53:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:53:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:53:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:53:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:53:57.650Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:53:57.654Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:54:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:54:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:54:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:54:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:54:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:54:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:54:57.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:54:57.641Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:55:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:55:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:55:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:55:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:55:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:55:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:55:57.646Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:55:57.650Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:56:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:56:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:56:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:56:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:56:48.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:56:48.091Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:56:57.640Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:56:57.640Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:57:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:57:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:57:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:57:48.092Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:57:48.093Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:57:48.093Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:57:57.637Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:57:57.637Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:58:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:58:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:58:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:58:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:58:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:58:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:58:57.641Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:58:57.642Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:59:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:59:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:59:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:59:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T13:59:48.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T13:59:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T13:59:57.636Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T13:59:57.641Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:00:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:00:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:00:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:00:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:00:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:00:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:00:57.636Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:00:57.639Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:01:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:01:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:01:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:01:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:01:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:01:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:01:57.633Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:01:57.633Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:02:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:02:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:02:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:02:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:02:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:02:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:02:57.635Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:02:57.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:03:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:03:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:03:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:03:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:03:48.091Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:03:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:03:57.635Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:03:57.636Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:04:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:04:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:04:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:04:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:04:48.091Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:04:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:04:57.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:04:57.640Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:05:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:05:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:05:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:05:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:05:48.091Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:05:48.091Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:05:57.634Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:05:57.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:06:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:06:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:06:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:06:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:06:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:06:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:06:57.635Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:06:57.636Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:07:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:07:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:07:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:07:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:07:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:07:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:07:57.640Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:07:57.651Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:08:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:08:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:08:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:08:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:08:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:08:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:08:57.643Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:08:57.645Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:09:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:09:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:09:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:09:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:09:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:09:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:09:57.641Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:09:57.651Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:10:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:10:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:10:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:10:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:10:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:10:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:10:57.638Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:10:57.639Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:11:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:11:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:11:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:11:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:11:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:11:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:11:57.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:11:57.636Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:12:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:12:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:12:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:12:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:12:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:12:48.101Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:12:57.656Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:12:57.657Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:13:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:13:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:13:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:13:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:13:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:13:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:13:57.634Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:13:57.648Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:14:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:14:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:14:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:14:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:14:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:14:48.093Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:14:57.640Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:14:57.656Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:15:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:15:48.090Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:15:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:15:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:15:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:15:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:15:57.665Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:15:57.665Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:16:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:16:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:16:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:16:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:16:48.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:16:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:16:57.634Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:16:57.635Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:17:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:17:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:17:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:17:48.098Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:17:48.098Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:17:48.098Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:17:57.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:17:57.647Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:18:48.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:18:48.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:18:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:18:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:18:48.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:18:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:18:57.638Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:18:57.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:19:48.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:19:48.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:19:48.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:19:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:19:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:19:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:19:57.656Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:19:57.663Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:20:48.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:20:48.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:20:48.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:20:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:20:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:20:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:20:57.636Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:20:57.637Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:21:48.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:21:48.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:21:48.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:21:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:21:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:21:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:21:57.641Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:21:57.645Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:22:48.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:22:48.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:22:48.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:22:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:22:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:22:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:22:57.660Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:22:57.663Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:23:48.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:23:48.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:23:48.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:23:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:23:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:23:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:23:57.633Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:23:57.643Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:24:48.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:24:48.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:24:48.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:24:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:24:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:24:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:24:57.640Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:24:57.640Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:25:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:25:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:25:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:25:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:25:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:25:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:25:57.638Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:25:57.640Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:26:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:26:48.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:26:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:26:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:26:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:26:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:26:57.635Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:26:57.642Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:27:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:27:48.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:27:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:27:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:27:48.091Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:27:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:27:57.663Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:27:57.666Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:28:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:28:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:28:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:28:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:28:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:28:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:28:57.637Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:28:57.637Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:29:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:29:48.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:29:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:29:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:29:48.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:29:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:29:57.646Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:29:57.646Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:30:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:30:48.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:30:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:30:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:30:48.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:30:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:30:57.641Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:30:57.641Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:31:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:31:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:31:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:31:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:31:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:31:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:31:57.631Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:31:57.632Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:32:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:32:48.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:32:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:32:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:32:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:32:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:32:57.637Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:32:57.637Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:33:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:33:48.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:33:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:33:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:33:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:33:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:33:57.639Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:33:57.646Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:34:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:34:48.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:34:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:34:48.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:34:48.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:34:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:34:57.650Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:34:57.650Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:35:48.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:35:48.090Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:35:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:35:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:35:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:35:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:35:57.645Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:35:57.651Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:36:48.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:36:48.089Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:36:48.090Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:36:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:36:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:36:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:36:57.639Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:36:57.639Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:37:48.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:37:48.089Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:37:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:37:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:37:48.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:37:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:37:57.662Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:37:57.664Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:38:48.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:38:48.089Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:38:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:38:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:38:48.091Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:38:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:38:57.632Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:38:57.634Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:39:48.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:39:48.089Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:39:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:39:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:39:48.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:39:48.091Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:39:48.725Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:39:48.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7ed6b34-a251-4d08-8d5c-4b2968debf55","serviceName":"vFW 2021-10-21 14-35-35","serviceVersion":"1.0","serviceUUID":"2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74","serviceDescription":"catalog service description","serviceInvariantUUID":"6558c689-8e60-4e88-b1ae-2a5f2f2e15af","resources":[{"resourceInstanceName":"vFW dcccceaf-1871 0","resourceName":"vFW dcccceaf-1871","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1be3b83d-328c-41ba-86ec-bf09e6051928","resourceInvariantUUID":"4c38c069-27cf-4dc0-875f-cdc00ec217e0","resourceCustomizationUUID":"34573b72-45b0-4349-8c55-281b18d1f8d8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vf-license-model.xml","artifactChecksum":"YjAxMjdjYzUwZTAyMWZhNDdiNzk3NzA2NmNkMzc4OTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2b8aeb8-2512-4da7-82b4-692f39f920d7","artifactVersion":"1"},{"artifactName":"vfwdcccceaf18710_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json","artifactChecksum":"ZWJhYjQwYjdiODJkZTQ2NWM1NzU3ZmQ0OTliYTFiY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f83484a9-0afe-4fd6-8854-53876f10f109","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57cb88cb-8d7b-4fb8-a863-c3cf2fdd1211","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vendor-license-model.xml","artifactChecksum":"M2VlMTVhYTBmMDhmOWExODA5NzBjNjNmYTk1ZWQ3N2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b7e152e1-015d-4724-9b56-2c5a49a2e5d7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e9b6d066-cfc7-4a44-9799-a32347e32c48","artifactVersion":"2","generatedFromUUID":"57cb88cb-8d7b-4fb8-a863-c3cf2fdd1211"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211021143535-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-template.yml","artifactChecksum":"YzUzOTE1OTAyMmY1MzhlYzU1NjM5YzE5MjU5NzllOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3dee8960-0e15-4d97-b096-18b4cd0ed65c","artifactVersion":"1"},{"artifactName":"service-Vfw20211021143535-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar","artifactChecksum":"ZGIyZmYzZTY4NmEyYzY4ZWYyODU4NzVkNTAwZmNkNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cca066e4-91e4-4d4f-b827-740c6016ff03","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-21T14:39:48.735Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:39:48.740Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:39:48.743Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:39:48.750Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:39:48.750Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827159570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827157221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "dcae-sch",
  "timestamp": 1634827161063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "cds",
  "timestamp": 1634827157644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827157221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827159570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:39:48.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "dcae-sch",
  "timestamp": 1634827161063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "cds",
  "timestamp": 1634827157644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827159570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:39:48.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827157221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "dcae-sch",
  "timestamp": 1634827161063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "cds",
  "timestamp": 1634827157644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827164997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827157221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827159570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "dcae-sch",
  "timestamp": 1634827161063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "cds",
  "timestamp": 1634827157644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827164997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827159570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827157221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "dcae-sch",
  "timestamp": 1634827161063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "cds",
  "timestamp": 1634827157644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827164997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827159570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827157221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "dcae-sch",
  "timestamp": 1634827161063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "cds",
  "timestamp": 1634827157644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827164997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "clamp",
  "timestamp": 1634827168096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827159570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:39:48.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827157221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:39:48.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "dcae-sch",
  "timestamp": 1634827161063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "cds",
  "timestamp": 1634827157644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:39:48.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "policy-id",
  "timestamp": 1634827168060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827164997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "clamp",
  "timestamp": 1634827168096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "policy-id",
  "timestamp": 1634827168060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827170075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827170245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:39:48.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:39:48.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "cds",
  "timestamp": 1634827170279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:39:48.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:39:48.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827164997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "clamp",
  "timestamp": 1634827168096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:48.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "policy-id",
  "timestamp": 1634827168060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:39:48.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:48.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:48.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "cds",
  "timestamp": 1634827171302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:39:48.850Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-21T14:39:48.855Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:39:48.855Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:39:48.868Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:39:48.869Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:39:48.955Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7ed6b34-a251-4d08-8d5c-4b2968debf55
2021-10-21T14:39:48.973Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ed6b34-a251-4d08-8d5c-4b2968debf55 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:39:49.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827171477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:39:49.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:39:49.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827164997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:49.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "clamp",
  "timestamp": 1634827168096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:49.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "policy-id",
  "timestamp": 1634827168060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:49.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "clamp",
  "timestamp": 1634827168096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:49.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "policy-id",
  "timestamp": 1634827168060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:49.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827173033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:39:49.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:39:49.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "clamp",
  "timestamp": 1634827168096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:49.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "policy-id",
  "timestamp": 1634827168060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:49.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "clamp",
  "timestamp": 1634827168096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:39:49.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "policy-id",
  "timestamp": 1634827168060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:39:49.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827175395,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:39:49.056Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7ed6b34-a251-4d08-8d5c-4b2968debf55
2021-10-21T14:39:49.056Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ed6b34-a251-4d08-8d5c-4b2968debf55 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:39:49.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827176399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:39:49.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:39:49.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "policy-id",
  "timestamp": 1634827176359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:39:49.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:39:49.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "policy-id",
  "timestamp": 1634827177399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:39:49.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:39:49.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827177454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:39:49.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:39:49.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "policy-id",
  "timestamp": 1634827178404,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:39:49.105Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7ed6b34-a251-4d08-8d5c-4b2968debf55
2021-10-21T14:39:49.105Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ed6b34-a251-4d08-8d5c-4b2968debf55 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-21T14:39:49.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827178459,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:39:49.130Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7ed6b34-a251-4d08-8d5c-4b2968debf55
2021-10-21T14:39:49.130Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ed6b34-a251-4d08-8d5c-4b2968debf55 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:39:49.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "aai-ml",
  "timestamp": 1634827178265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:49.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "aai-ml",
  "timestamp": 1634827178265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:49.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "aai-ml",
  "timestamp": 1634827178265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:49.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "aai-ml",
  "timestamp": 1634827178265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:49.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "aai-ml",
  "timestamp": 1634827178265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:49.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "aai-ml",
  "timestamp": 1634827178265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:49.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "aai-ml",
  "timestamp": 1634827178265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:39:49.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:39:49.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:39:49.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "aai-ml",
  "timestamp": 1634827186416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:39:49.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:39:49.756Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:39:49.756Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:39:49.757Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:39:49.758Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:39:49.858Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:39:49.859Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:39:49.859Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:39:49.873Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:39:49.873Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-21T14:39:50.758Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:39:50.759Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:39:50.761Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:39:50.762Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:39:50.862Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:39:50.862Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:39:50.862Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:39:50.884Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:39:50.885Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:39:51.762Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:39:51.763Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:39:51.764Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:39:51.764Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:51.865Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:39:51.866Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:39:51.866Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:39:51.882Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:39:51.882Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:39:52.765Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:39:52.766Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:39:52.768Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:39:52.768Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-21T14:39:52.868Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:39:52.869Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:39:52.869Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:39:52.880Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:39:52.880Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:39:53.769Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:39:53.770Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:39:53.771Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:39:53.772Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:39:53.872Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:39:53.873Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:39:53.873Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:39:53.897Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:39:53.898Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:39:54.772Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:39:54.772Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:39:54.776Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:39:54.776Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:39:54.876Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:39:54.877Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:39:54.877Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:39:54.895Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:39:54.896Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:39:55.778Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "serviceName": "vFW 2021-10-21 14-35-35",
  "serviceVersion": "1.0",
  "serviceUUID": "2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6558c689-8e60-4e88-b1ae-2a5f2f2e15af",
  "resources": [
    {
      "resourceInstanceName": "vFW dcccceaf-1871 0",
      "resourceCustomizationUUID": "34573b72-45b0-4349-8c55-281b18d1f8d8",
      "resourceName": "vFW dcccceaf-1871",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1be3b83d-328c-41ba-86ec-bf09e6051928",
      "resourceInvariantUUID": "4c38c069-27cf-4dc0-875f-cdc00ec217e0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdcccceaf18710_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
          "artifactChecksum": "ZWJhYjQwYjdiODJkZTQ2NWM1NzU3ZmQ0OTliYTFiY2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f83484a9-0afe-4fd6-8854-53876f10f109",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "57cb88cb-8d7b-4fb8-a863-c3cf2fdd1211",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e9b6d066-cfc7-4a44-9799-a32347e32c48",
            "generatedFromUUID": "57cb88cb-8d7b-4fb8-a863-c3cf2fdd1211"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e9b6d066-cfc7-4a44-9799-a32347e32c48",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211021143535-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
      "artifactChecksum": "ZGIyZmYzZTY4NmEyYzY4ZWYyODU4NzVkNTAwZmNkNjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cca066e4-91e4-4d4f-b827-740c6016ff03"
    }
  ],
  "workloadContext": "Production"
}
2021-10-21T14:39:55.779Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-21T14:39:55.779Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74 ASDC
2021-10-21T14:39:55.904Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e7ed6b34-a251-4d08-8d5c-4b2968debf55
ServiceName:vFW 2021-10-21 14-35-35
ServiceVersion:1.0
ServiceUUID:2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74
ServiceInvariantUUID:6558c689-8e60-4e88-b1ae-2a5f2f2e15af
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211021143535-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar
ArtifactUUID:cca066e4-91e4-4d4f-b827-740c6016ff03
ArtifactChecksum:ZGIyZmYzZTY4NmEyYzY4ZWYyODU4NzVkNTAwZmNkNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dcccceaf-1871 0
ResourceCustomizationUUID:34573b72-45b0-4349-8c55-281b18d1f8d8
ResourceInvariantUUID:4c38c069-27cf-4dc0-875f-cdc00ec217e0
ResourceName:vFW dcccceaf-1871
ResourceType:VF
ResourceUUID:1be3b83d-328c-41ba-86ec-bf09e6051928
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdcccceaf18710_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json
ArtifactUUID:f83484a9-0afe-4fd6-8854-53876f10f109
ArtifactChecksum:ZWJhYjQwYjdiODJkZTQ2NWM1NzU3ZmQ0OTliYTFiY2M=
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/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml
ArtifactUUID:57cb88cb-8d7b-4fb8-a863-c3cf2fdd1211
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/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env
ArtifactUUID:e9b6d066-cfc7-4a44-9799-a32347e32c48
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/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env
ArtifactUUID:e9b6d066-cfc7-4a44-9799-a32347e32c48
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-21T14:39:55.904Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-21T14:39:56.156Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:39:56.157Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:39:56.158Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:39:56.158Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cca066e4-91e4-4d4f-b827-740c6016ff03 from URL: /sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar
2021-10-21T14:39:56.158Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:39:56.159Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar
2021-10-21T14:39:56.468Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:39:56.488Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar cca066e4-91e4-4d4f-b827-740c6016ff03 98759
2021-10-21T14:39:56.489Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar ASDC sendASDCNotification
2021-10-21T14:39:56.490Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar
2021-10-21T14:39:56.490Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:39:56.491Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:39:56.492Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:39:56.492Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827196489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:39:56.593Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:39:56.593Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:39:56.594Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:39:56.607Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:39:56.608Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:39:57.492Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:39:57.494Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:39:57.494Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cca066e4-91e4-4d4f-b827-740c6016ff03, URL: /sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar to file: /app/ASDC/1/service-Vfw20211021143535-csar.csar
2021-10-21T14:39:57.494Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211021143535-csar.csar
2021-10-21T14:39:57.558Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211021143535-csar.csar
2021-10-21T14:39:57.558Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211021143535-csar.csar
2021-10-21T14:39:58.400Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5871999825131643899/Definitions/service-Vfw20211021143535-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-10-21T14:40:01.953Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-21T14:40:01.959Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-21T14:40:01.959Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.960Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-21T14:40:01.960Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|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-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.960Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|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-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.960Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|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-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.960Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|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-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.960Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|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-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.960Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|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-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.960Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|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-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.960Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|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-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.960Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|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-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.960Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|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-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.960Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|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-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.961Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dcccceaf-1871 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-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.961Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|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-Vfw20211021143535-csar.csar
2021-10-21T14:40:01.961Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-21T14:40:01.968Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:01.970Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:01.973Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is matching search criteria
2021-10-21T14:40:01.974Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-21T14:40:01.977Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dcccceaf-1871 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:40:01.978Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:01.978Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:01.979Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is matching search criteria
2021-10-21T14:40:01.979Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-21T14:40:01.979Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dcccceaf-1871 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:40:01.979Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:01.979Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:01.984Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:01.984Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is not matching search criteria
2021-10-21T14:40:01.984Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-21T14:40:01.984Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-21T14:40:01.984Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-21T14:40:01.984Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-21T14:40:01.985Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:01.985Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-21T14:40:01.985Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-21T14:40:01.985Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-21T14:40:01.985Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-21T14:40:01.985Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-21T14:40:01.985Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:01.985Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-21T14:40:01.986Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:01.986Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-21T14:40:01.986Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-21T14:40:01.986Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-21T14:40:01.986Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:01.986Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-21T14:40:01.987Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:01.987Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is matching search criteria
2021-10-21T14:40:01.988Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dcccceaf-1871 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:40:01.988Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:01.988Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is matching search criteria
2021-10-21T14:40:01.988Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dcccceaf-1871 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:40:01.988Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:01.989Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is matching search criteria
2021-10-21T14:40:01.989Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dcccceaf-1871 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:40:01.989Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:01.989Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is not matching search criteria
2021-10-21T14:40:01.989Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-21T14:40:01.989Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-21T14:40:01.989Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-21T14:40:01.990Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-21T14:40:01.990Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-21T14:40:01.990Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-21T14:40:01.990Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:01.990Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-21T14:40:01.991Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:01.991Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-21T14:40:01.991Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-21T14:40:01.998Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7772dede-999c-4b73-94f6-751883452403
2021-10-21T14:40:01.999Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:01.999Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is not matching search criteria
2021-10-21T14:40:01.999Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-21T14:40:01.999Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-21T14:40:01.999Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-21T14:40:01.999Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-21T14:40:02.000Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:02.000Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-21T14:40:02.000Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-21T14:40:02.000Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-21T14:40:02.000Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-21T14:40:02.000Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:02.000Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-21T14:40:02.001Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-21T14:40:02.001Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ddd7408b-0429-4810-8e52-a3de064f3875
2021-10-21T14:40:02.001Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:02.001Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is not matching search criteria
2021-10-21T14:40:02.001Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-21T14:40:02.002Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-21T14:40:02.002Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-21T14:40:02.002Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-21T14:40:02.002Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:02.002Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-21T14:40:02.002Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-21T14:40:02.002Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-21T14:40:02.003Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-21T14:40:02.003Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-21T14:40:02.003Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:02.003Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-21T14:40:02.003Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8b360d66-e400-4564-846c-f6631e97243c
2021-10-21T14:40:02.003Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:02.004Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:02.004Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:02.004Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:02.004Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:02.004Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:02.004Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:02.004Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:02.004Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-21 14-35-35
Description:catalog service description
Model UUID:2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74
Model Version:NULL
Model InvariantUuid:6558c689-8e60-4e88-b1ae-2a5f2f2e15af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW dcccceaf-1871
Model UUID:1d0cc4a7-9a2e-479c-b82f-ef3aa7cfa8b2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4c38c069-27cf-4dc0-875f-cdc00ec217e0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:34573b72-45b0-4349-8c55-281b18d1f8d8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a35ddfb4-ee8d-46b5-b9c9-1c02aef87c9f
ModelName:VfwDcccceaf1871..base_vfw..module-0
ModelUuid:d01c9d4d-a11a-4ff4-a67e-69bd05a5a764
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7772dede-999c-4b73-94f6-751883452403
ModelInvariantUuid:ff1d7481-bb3e-4fbc-a985-1bf45d1bd26d
ModelName:vFW dcccceaf-1871-nodes.vfwCvfc
ModelUuid:70d89328-7eea-4411-90db-febc4155164a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:572c3e45-80e3-449b-a1cb-0bd9ef633b4e
ModelInvariantUuid:e75078e7-0978-4b35-b6b7-da534cd37606
ModelName:VfwDcccceaf1871.compute.nodes.heat.vfw
ModelUuid:1bc045da-da74-4003-b182-4eb11208f810
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ddd7408b-0429-4810-8e52-a3de064f3875
ModelInvariantUuid:357b20f7-5ea2-4031-baab-89eee1e3e31b
ModelName:vFW dcccceaf-1871-nodes.vsnCvfc
ModelUuid:36bbb653-21e0-42f3-8500-3f6ad1fd58fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:97c723a1-3f93-4c49-a81a-815f08c9a894
ModelInvariantUuid:1f6ee61e-9070-4317-bf26-e97f97d85700
ModelName:VfwDcccceaf1871.compute.nodes.heat.vsn
ModelUuid:2f06d851-1b41-47c2-bb9b-44a8fa0277fb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8b360d66-e400-4564-846c-f6631e97243c
ModelInvariantUuid:319dceb0-1c42-4c88-aa0f-97bad6e20286
ModelName:vFW dcccceaf-1871-nodes.vpgCvfc
ModelUuid:be4e5902-dd5f-4c1e-aa87-28f15de68436
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:24f673eb-30de-4563-9e66-74c4b5fc807a
ModelInvariantUuid:e2213aa0-5fe8-42f5-b750-8d06dfdeb228
ModelName:VfwDcccceaf1871.compute.nodes.heat.vpg
ModelUuid:eb59a21d-c23d-4d33-afce-13d2e3789ee0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-21T14:40:02.048Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1be3b83d-328c-41ba-86ec-bf09e6051928
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:40:02.140Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||vFW dcccceaf-1871 0
2021-10-21T14:40:02.146Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1be3b83d-328c-41ba-86ec-bf09e6051928
2021-10-21T14:40:02.146Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f83484a9-0afe-4fd6-8854-53876f10f109 from URL: /sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json
2021-10-21T14:40:02.146Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:40:02.146Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json
2021-10-21T14:40:02.734Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:40:02.735Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json f83484a9-0afe-4fd6-8854-53876f10f109 785
2021-10-21T14:40:02.735Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json ASDC sendASDCNotification
2021-10-21T14:40:02.735Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json
2021-10-21T14:40:02.735Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:40:02.736Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:40:02.738Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:40:02.738Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827202735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:40:02.838Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:40:02.839Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:40:02.840Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:40:02.852Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:40:02.852Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:40:03.739Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDcccceaf1871..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a35ddfb4-ee8d-46b5-b9c9-1c02aef87c9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d01c9d4d-a11a-4ff4-a67e-69bd05a5a764",
    "vfModuleModelCustomizationUUID": "e21ccfee-af42-4328-b48d-94f414ebcc7e",
    "isBase": true,
    "artifacts": [
      "57cb88cb-8d7b-4fb8-a863-c3cf2fdd1211",
      "e9b6d066-cfc7-4a44-9799-a32347e32c48"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-21T14:40:03.756Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDcccceaf1871..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d01c9d4d-a11a-4ff4-a67e-69bd05a5a764
VfModuleModelInvariantUUID:a35ddfb4-ee8d-46b5-b9c9-1c02aef87c9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
57cb88cb-8d7b-4fb8-a863-c3cf2fdd1211
,
e9b6d066-cfc7-4a44-9799-a32347e32c48

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

isBase:true


}

2021-10-21T14:40:03.759Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDcccceaf1871..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a35ddfb4-ee8d-46b5-b9c9-1c02aef87c9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d01c9d4d-a11a-4ff4-a67e-69bd05a5a764",
    "vfModuleModelCustomizationUUID": "e21ccfee-af42-4328-b48d-94f414ebcc7e",
    "isBase": true,
    "artifacts": [
      "57cb88cb-8d7b-4fb8-a863-c3cf2fdd1211",
      "e9b6d066-cfc7-4a44-9799-a32347e32c48"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-21T14:40:03.759Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDcccceaf1871..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d01c9d4d-a11a-4ff4-a67e-69bd05a5a764
VfModuleModelInvariantUUID:a35ddfb4-ee8d-46b5-b9c9-1c02aef87c9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
57cb88cb-8d7b-4fb8-a863-c3cf2fdd1211
,
e9b6d066-cfc7-4a44-9799-a32347e32c48

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

isBase:true


}

2021-10-21T14:40:03.759Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 57cb88cb-8d7b-4fb8-a863-c3cf2fdd1211 from URL: /sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml
2021-10-21T14:40:03.759Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:40:03.760Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml
2021-10-21T14:40:04.479Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:40:04.480Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml 57cb88cb-8d7b-4fb8-a863-c3cf2fdd1211 20368
2021-10-21T14:40:04.480Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-21T14:40:04.480Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml
2021-10-21T14:40:04.481Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:40:04.481Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:40:04.482Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:40:04.483Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827204480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:40:04.583Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:40:04.584Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:40:04.584Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:40:04.596Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:40:04.596Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:40:05.483Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e9b6d066-cfc7-4a44-9799-a32347e32c48 from URL: /sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env
2021-10-21T14:40:05.483Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:40:05.485Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env
2021-10-21T14:40:05.777Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:40:05.778Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env e9b6d066-cfc7-4a44-9799-a32347e32c48 2098
2021-10-21T14:40:05.778Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-21T14:40:05.778Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env
2021-10-21T14:40:05.778Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:40:05.784Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:40:05.787Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:40:05.787Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827205778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:40:05.887Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:40:05.888Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:40:05.888Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:40:05.898Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:40:05.898Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:40:06.787Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74
2021-10-21T14:40:06.788Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dcccceaf-1871 0 1be3b83d-328c-41ba-86ec-bf09e6051928 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:40:06.895Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69c1e7a5, org.onap.sdc.toscaparser.api.parameters.Input@6cd86af3, org.onap.sdc.toscaparser.api.parameters.Input@47844cc0, org.onap.sdc.toscaparser.api.parameters.Input@26ee7784, org.onap.sdc.toscaparser.api.parameters.Input@40745033]
2021-10-21T14:40:06.898Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.898Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:06.899Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-10-21T14:40:06.899Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 34573b72-45b0-4349-8c55-281b18d1f8d8
2021-10-21T14:40:06.899Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 34573b72-45b0-4349-8c55-281b18d1f8d8 matches Tosca VF Customization UUID: 34573b72-45b0-4349-8c55-281b18d1f8d8
2021-10-21T14:40:06.899Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 34573b72-45b0-4349-8c55-281b18d1f8d8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-21T14:40:06.907Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.908Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:06.909Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 34573b72-45b0-4349-8c55-281b18d1f8d8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-21T14:40:06.910Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f3638de
2021-10-21T14:40:06.910Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.910Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-21T14:40:06.910Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e21ccfee-af42-4328-b48d-94f414ebcc7e
2021-10-21T14:40:06.911Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e21ccfee-af42-4328-b48d-94f414ebcc7e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-21T14:40:06.919Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.919Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is matching search criteria
2021-10-21T14:40:06.919Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dcccceaf-1871 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:40:06.920Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.920Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is matching search criteria
2021-10-21T14:40:06.920Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dcccceaf-1871 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:40:06.920Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.920Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is not matching search criteria
2021-10-21T14:40:06.921Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-21T14:40:06.921Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-21T14:40:06.921Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-21T14:40:06.921Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-21T14:40:06.921Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-21T14:40:06.921Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-21T14:40:06.921Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:06.922Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-21T14:40:06.922Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:06.922Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-21T14:40:06.922Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-21T14:40:06.922Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7772dede-999c-4b73-94f6-751883452403
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-21T14:40:06.932Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.932Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is matching search criteria
2021-10-21T14:40:06.933Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dcccceaf-1871 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:40:06.933Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.933Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is not matching search criteria
2021-10-21T14:40:06.934Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-21T14:40:06.934Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-21T14:40:06.934Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-21T14:40:06.934Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-21T14:40:06.934Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:06.935Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-21T14:40:06.935Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-21T14:40:06.935Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-21T14:40:06.935Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-21T14:40:06.935Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:06.936Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-21T14:40:06.936Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-21T14:40:06.936Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ddd7408b-0429-4810-8e52-a3de064f3875
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-21T14:40:06.939Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.940Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is matching search criteria
2021-10-21T14:40:06.940Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dcccceaf-1871 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:40:06.943Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.943Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is not matching search criteria
2021-10-21T14:40:06.943Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-21T14:40:06.943Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-21T14:40:06.943Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-21T14:40:06.943Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-21T14:40:06.944Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:06.944Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-21T14:40:06.944Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-21T14:40:06.944Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-21T14:40:06.944Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-21T14:40:06.944Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-21T14:40:06.945Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-21T14:40:06.945Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-21T14:40:06.945Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8b360d66-e400-4564-846c-f6631e97243c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-21T14:40:06.969Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.970Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is matching search criteria
2021-10-21T14:40:06.970Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dcccceaf-1871 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:40:06.970Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.976Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Node template vFW dcccceaf-1871 0 is matching search criteria
2021-10-21T14:40:06.976Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dcccceaf-1871 0] matching following query criteria: sdcType=VF, customizationUUID=34573b72-45b0-4349-8c55-281b18d1f8d8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:40:06.982Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.982Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:06.983Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74: vFW dcccceaf-1871
2021-10-21T14:40:06.983Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.998Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:06.999Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:06.999Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:06.999Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:07.000Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:07.000Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:07.001Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:07.001Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:40:07.001Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-21 14-35-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:40:07.002Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-10-21 14-35-35 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:40:07.476Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dcccceaf-1871 1be3b83d-328c-41ba-86ec-bf09e6051928 1 ASDC deployResourceStructure
2021-10-21T14:40:07.476Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json ASDC sendASDCNotification
2021-10-21T14:40:07.477Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json
2021-10-21T14:40:07.477Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:40:07.477Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:40:07.479Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:40:07.480Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827207476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:40:07.581Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:40:07.581Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:40:07.582Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:40:07.596Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:40:07.597Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:40:08.481Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-21T14:40:08.481Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml
2021-10-21T14:40:08.481Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:40:08.481Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:40:08.483Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:40:08.483Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827208480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-21T14:40:08.583Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:40:08.584Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:40:08.584Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:40:08.595Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:40:08.596Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-21T14:40:09.484Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-21T14:40:09.485Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env
2021-10-21T14:40:09.485Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:40:09.485Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:40:09.487Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:40:09.487Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827209483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-21T14:40:09.587Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:40:09.588Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:40:09.588Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:40:09.598Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:40:09.599Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:40:10.488Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar ASDC sendASDCNotification
2021-10-21T14:40:10.488Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar
2021-10-21T14:40:10.488Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:40:10.489Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:40:10.490Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:40:10.491Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827210488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:40:10.591Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:40:10.592Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:40:10.592Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:40:10.602Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:40:10.603Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:40:11.492Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7ed6b34-a251-4d08-8d5c-4b2968debf55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:40:11.518Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7ed6b34-a251-4d08-8d5c-4b2968debf55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:40:11.523Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:40:11.523Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:40:11.523Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:40:41.523Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7ed6b34-a251-4d08-8d5c-4b2968debf55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:40:41.538Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7ed6b34-a251-4d08-8d5c-4b2968debf55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:40:41.542Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:40:41.543Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:40:41.543Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:40:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:40:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:40:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:40:48.254Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:40:48.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:40:48.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:40:48.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:41:11.543Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7ed6b34-a251-4d08-8d5c-4b2968debf55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:41:11.556Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7ed6b34-a251-4d08-8d5c-4b2968debf55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:41:11.560Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:41:11.560Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:41:11.560Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:41:41.561Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7ed6b34-a251-4d08-8d5c-4b2968debf55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:41:41.580Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7ed6b34-a251-4d08-8d5c-4b2968debf55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:41:41.583Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:41:41.583Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:41:41.583Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:41:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:41:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:41:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:41:48.629Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:41:48.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "clamp",
  "timestamp": 1634827189654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:41:48.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:41:48.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:41:48.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:41:48.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:41:48.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:41:48.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "clamp",
  "timestamp": 1634827191665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:41:48.633Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:41:48.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:41:48.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:41:48.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "clamp",
  "timestamp": 1634827192669,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:41:48.646Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7ed6b34-a251-4d08-8d5c-4b2968debf55
2021-10-21T14:41:48.646Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ed6b34-a251-4d08-8d5c-4b2968debf55 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:41:48.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-21T14:41:48.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:41:48.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:41:48.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:41:48.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827188089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:41:48.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:41:48.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827196489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:41:48.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:41:48.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827202735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:41:48.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:41:48.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827204480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:41:48.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:41:48.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827205778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:41:48.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:41:48.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827207476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/vfwdcccceaf18710_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:41:48.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:41:48.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827208480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-21T14:41:48.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:41:48.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827209483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/resourceInstances/vfwdcccceaf18710/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-21T14:41:48.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:41:48.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "aai-ml",
  "timestamp": 1634827209494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:41:48.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:41:48.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827210488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211021143535/1.0/artifacts/service-Vfw20211021143535-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:41:48.695Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:41:48.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:41:48.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "aai-ml",
  "timestamp": 1634827210498,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:41:48.721Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7ed6b34-a251-4d08-8d5c-4b2968debf55
2021-10-21T14:41:48.722Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7ed6b34-a251-4d08-8d5c-4b2968debf55 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:42:11.584Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7ed6b34-a251-4d08-8d5c-4b2968debf55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:42:11.596Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7ed6b34-a251-4d08-8d5c-4b2968debf55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:42:11.599Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:42:11.599Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-21T14:42:11.599Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-21T14:42:11.599Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-21T14:42:11.599Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:42:11.600Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:42:11.600Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:42:11.600Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:42:11.600Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:42:11.600Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:42:11.600Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:42:11.605Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-21T14:42:41.606Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7ed6b34-a251-4d08-8d5c-4b2968debf55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-21T14:42:41.635Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7ed6b34-a251-4d08-8d5c-4b2968debf55 and serviceModelVersionId: 2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74
2021-10-21T14:42:41.635Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6558c689-8e60-4e88-b1ae-2a5f2f2e15af
2021-10-21T14:42:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:42:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:42:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:42:56.924Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6558c689-8e60-4e88-b1ae-2a5f2f2e15af/model-vers/model-ver/2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74?depth=0
2021-10-21T14:42:57.034Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-10-21T14:42:57.769Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:42:57.847Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6558c689-8e60-4e88-b1ae-2a5f2f2e15af/model-vers/model-ver/2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74?depth=0|INFO|500||Invoke
2021-10-21T14:42:57.859Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6558c689-8e60-4e88-b1ae-2a5f2f2e15af/model-vers/model-ver/2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6558c689-8e60-4e88-b1ae-2a5f2f2e15af/model-vers/model-ver/2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e7ed6b34-a251-4d08-8d5c-4b2968debf55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6324385b-212e-4be6-bda7-fcd913191e5d], X-ECOMP-RequestID=[e7ed6b34-a251-4d08-8d5c-4b2968debf55], X-TransactionId=[], X-ONAP-RequestID=[e7ed6b34-a251-4d08-8d5c-4b2968debf55], Content-Type=[application/merge-patch+json]}
2021-10-21T14:42:58.129Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6558c689-8e60-4e88-b1ae-2a5f2f2e15af/model-vers/model-ver/2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-21T14:42:58.541Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6558c689-8e60-4e88-b1ae-2a5f2f2e15af/model-vers/model-ver/2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74?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/6558c689-8e60-4e88-b1ae-2a5f2f2e15af/model-vers/model-ver/2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211021-14:42:58:141-40035], vertex-id=[368824], Content-Length=[0], Date=[Thu, 21 Oct 2021 14:42:58 GMT], Content-Type=[application/json]}
2021-10-21T14:42:58.543Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6558c689-8e60-4e88-b1ae-2a5f2f2e15af/model-vers/model-ver/2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-21T14:42:58.543Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6558c689-8e60-4e88-b1ae-2a5f2f2e15af/model-vers/model-ver/2a8b03a8-82b4-4bc1-884b-4b5d1bd16b74?depth=0|INFO|500||InvokeReturn
2021-10-21T14:42:58.546Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-21T14:42:58.546Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:42:58.550Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-21T14:42:58.556Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7ed6b34-a251-4d08-8d5c-4b2968debf55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-21T14:42:58.557Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-21T14:42:58.557Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:42:58.558Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:42:58.559Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827378556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T14:42:58.659Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:42:58.660Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:42:58.660Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:42:58.680Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:42:58.680Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-21T14:42:59.578Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:42:59.579Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:42:59.579Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:04.399Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:04.400Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-21T14:43:04.400Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e391285f-064a-4e7b-bd48-ee21a060c413","serviceName":"basic_onboard_zwlanL","serviceVersion":"1.0","serviceUUID":"d868c12f-1504-4f6c-ae45-b506529a007c","serviceDescription":"service","serviceInvariantUUID":"f8cd4543-d4cb-4570-a6a2-99ad33a89226","resources":[{"resourceInstanceName":"basic_onboard_zwlanL 0","resourceName":"basic_onboard_zwlanL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3180062-b81f-48d7-9d77-e943c601fabf","resourceInvariantUUID":"ccb02377-85ea-4dd1-ac90-ad76b7860b96","resourceCustomizationUUID":"0f5d9dd2-c144-49ee-ac2e-fd451445bc5b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vf-license-model.xml","artifactChecksum":"MGY2NGQyYmFiOTg0YTIyM2M4OGI0MmQxMWJmZTZkMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e7c2b9e2-e2ef-4711-b106-7978fd85ad6c","artifactVersion":"1"},{"artifactName":"basic_onboard_zwlanl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json","artifactChecksum":"ZTMyNmFiZGE3NmViM2YxYzFmOWEzOWQ1ZDg1NmM1MmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b72d73fe-a132-4cb4-838a-e0acff1557d3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a87dbdc3-7cd6-4b35-a50a-d8b5ac890c64","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6026312c-c4b3-48ae-a536-dc170d939e24","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"433c1ae6-11c4-47b3-b65b-379f16b723c6","artifactVersion":"2","generatedFromUUID":"a87dbdc3-7cd6-4b35-a50a-d8b5ac890c64"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZwlanl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-template.yml","artifactChecksum":"ZTM5ZjMzZDA2MWU5N2MwYWY0MWNmM2RjZjI4MWVkY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"015b23b2-9a60-4bb7-918e-a337132845f3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZwlanl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar","artifactChecksum":"YzgwZTNjODAwMWI5NzFkNGY1MTAxOTIwMjQ4ZGNkNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58c99ac6-7c2c-4dd9-9a71-f3d9fd2a4369","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-21T14:43:04.403Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:43:04.403Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:04.405Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:04.405Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:04.506Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-21T14:43:04.507Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:04.507Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:04.520Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:04.520Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:43:05.406Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:43:05.407Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:05.409Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:05.409Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:43:05.509Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:43:05.510Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:05.510Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:05.521Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:05.521Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:43:06.409Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:43:06.410Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:06.412Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:06.412Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:43:06.512Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:43:06.513Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:06.513Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:06.525Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:06.526Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:43:07.413Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:43:07.414Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:07.416Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:07.416Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:07.517Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-21T14:43:07.518Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:07.518Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:07.529Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:07.530Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:43:08.417Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:43:08.418Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:08.420Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:08.420Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-21T14:43:08.520Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:43:08.521Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:08.521Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:08.533Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:08.534Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:43:09.420Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:43:09.421Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:09.422Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:09.423Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:09.527Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-10-21T14:43:09.528Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:09.528Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:09.574Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:09.575Z||pool-24-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2021-10-21T14:43:10.423Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:43:10.424Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:10.426Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:10.426Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:43:10.526Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:43:10.527Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:10.527Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:10.537Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:10.537Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:43:11.428Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "serviceName": "basic_onboard_zwlanL",
  "serviceVersion": "1.0",
  "serviceUUID": "d868c12f-1504-4f6c-ae45-b506529a007c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f8cd4543-d4cb-4570-a6a2-99ad33a89226",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_zwlanL 0",
      "resourceCustomizationUUID": "0f5d9dd2-c144-49ee-ac2e-fd451445bc5b",
      "resourceName": "basic_onboard_zwlanL",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3180062-b81f-48d7-9d77-e943c601fabf",
      "resourceInvariantUUID": "ccb02377-85ea-4dd1-ac90-ad76b7860b96",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zwlanl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
          "artifactChecksum": "ZTMyNmFiZGE3NmViM2YxYzFmOWEzOWQ1ZDg1NmM1MmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b72d73fe-a132-4cb4-838a-e0acff1557d3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a87dbdc3-7cd6-4b35-a50a-d8b5ac890c64",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "433c1ae6-11c4-47b3-b65b-379f16b723c6",
            "generatedFromUUID": "a87dbdc3-7cd6-4b35-a50a-d8b5ac890c64"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "433c1ae6-11c4-47b3-b65b-379f16b723c6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZwlanl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
      "artifactChecksum": "YzgwZTNjODAwMWI5NzFkNGY1MTAxOTIwMjQ4ZGNkNjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "58c99ac6-7c2c-4dd9-9a71-f3d9fd2a4369"
    }
  ],
  "workloadContext": "Production"
}
2021-10-21T14:43:11.428Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-21T14:43:11.428Z|e7ed6b34-a251-4d08-8d5c-4b2968debf55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d868c12f-1504-4f6c-ae45-b506529a007c ASDC
2021-10-21T14:43:11.429Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e391285f-064a-4e7b-bd48-ee21a060c413
ServiceName:basic_onboard_zwlanL
ServiceVersion:1.0
ServiceUUID:d868c12f-1504-4f6c-ae45-b506529a007c
ServiceInvariantUUID:f8cd4543-d4cb-4570-a6a2-99ad33a89226
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZwlanl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar
ArtifactUUID:58c99ac6-7c2c-4dd9-9a71-f3d9fd2a4369
ArtifactChecksum:YzgwZTNjODAwMWI5NzFkNGY1MTAxOTIwMjQ4ZGNkNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zwlanL 0
ResourceCustomizationUUID:0f5d9dd2-c144-49ee-ac2e-fd451445bc5b
ResourceInvariantUUID:ccb02377-85ea-4dd1-ac90-ad76b7860b96
ResourceName:basic_onboard_zwlanL
ResourceType:VF
ResourceUUID:f3180062-b81f-48d7-9d77-e943c601fabf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zwlanl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json
ArtifactUUID:b72d73fe-a132-4cb4-838a-e0acff1557d3
ArtifactChecksum:ZTMyNmFiZGE3NmViM2YxYzFmOWEzOWQ1ZDg1NmM1MmY=
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/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a87dbdc3-7cd6-4b35-a50a-d8b5ac890c64
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/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env
ArtifactUUID:433c1ae6-11c4-47b3-b65b-379f16b723c6
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/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env
ArtifactUUID:433c1ae6-11c4-47b3-b65b-379f16b723c6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-21T14:43:11.429Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d868c12f-1504-4f6c-ae45-b506529a007c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:43:11.471Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:43:11.473Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:43:11.473Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:43:11.473Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 58c99ac6-7c2c-4dd9-9a71-f3d9fd2a4369 from URL: /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:11.474Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:43:11.474Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:11.582Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:43:11.587Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar 58c99ac6-7c2c-4dd9-9a71-f3d9fd2a4369 71373
2021-10-21T14:43:11.587Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar ASDC sendASDCNotification
2021-10-21T14:43:11.587Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:11.588Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:43:11.588Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:11.590Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:11.590Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827391587,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:11.691Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:43:11.691Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:11.691Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:11.707Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:11.707Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:43:12.591Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:43:12.592Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:43:12.592Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 58c99ac6-7c2c-4dd9-9a71-f3d9fd2a4369, URL: /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar to file: /app/ASDC/1/service-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:12.593Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:12.593Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:12.593Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:12.985Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2921066254563032726/Definitions/service-BasicOnboardZwlanl-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-21T14:43:14.786Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-21T14:43:14.787Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-21T14:43:14.787Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:14.787Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-21T14:43:14.787Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||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-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:14.787Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zwlanL 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-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:14.787Z|e391285f-064a-4e7b-bd48-ee21a060c413|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-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:14.788Z|e391285f-064a-4e7b-bd48-ee21a060c413|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-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:14.788Z|e391285f-064a-4e7b-bd48-ee21a060c413|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-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:14.788Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:14.788Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:14.788Z|e391285f-064a-4e7b-bd48-ee21a060c413|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-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:14.788Z|e391285f-064a-4e7b-bd48-ee21a060c413|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-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:14.788Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-21T14:43:14.788Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:14.789Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:14.789Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zwlanL 0 is matching search criteria
2021-10-21T14:43:14.789Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-21T14:43:14.789Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zwlanL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:43:14.789Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:14.790Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:14.790Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zwlanL 0 is matching search criteria
2021-10-21T14:43:14.790Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-21T14:43:14.790Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zwlanL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:43:14.790Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:14.790Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:14.790Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:14.791Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zwlanL 0 is not matching search criteria
2021-10-21T14:43:14.791Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-21T14:43:14.791Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-21T14:43:14.793Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-21T14:43:14.794Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-21T14:43:14.794Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-21T14:43:14.794Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:14.794Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-21T14:43:14.794Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:14.794Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zwlanL 0 is matching search criteria
2021-10-21T14:43:14.794Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zwlanL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:43:14.794Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:14.795Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zwlanL 0 is matching search criteria
2021-10-21T14:43:14.795Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zwlanL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:43:14.795Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:14.795Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zwlanL 0 is matching search criteria
2021-10-21T14:43:14.795Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zwlanL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:43:14.795Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:14.795Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zwlanL 0 is not matching search criteria
2021-10-21T14:43:14.795Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-21T14:43:14.795Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-21T14:43:14.795Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e3394843-534c-4604-b3dd-ce519a014d0d
2021-10-21T14:43:14.796Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:14.796Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:14.796Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:14.796Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:14.796Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:14.796Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:14.796Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:14.796Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:14.796Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_zwlanL
Description:service
Model UUID:d868c12f-1504-4f6c-ae45-b506529a007c
Model Version:NULL
Model InvariantUuid:f8cd4543-d4cb-4570-a6a2-99ad33a89226
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_zwlanL
Model UUID:744351e2-aa0c-4e23-90a9-da621de2d8d4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ccb02377-85ea-4dd1-ac90-ad76b7860b96
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0f5d9dd2-c144-49ee-ac2e-fd451445bc5b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:71fdbd18-b6bd-4f45-a277-44166e28ac17
ModelName:BasicOnboardZwlanl..base_ubuntu18..module-0
ModelUuid:58841d36-2eb9-4013-ae8b-df36b6c31ed0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e3394843-534c-4604-b3dd-ce519a014d0d
ModelInvariantUuid:b6243d16-8cd0-4783-87b5-d87b000c305e
ModelName:basic_onboard_zwlanL-nodes.ubuntu18Cvfc
ModelUuid:81446ebe-a2d2-4a30-880e-8f1def67b985
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:07293e52-43ca-4728-ace1-f89cad9e0d11
ModelInvariantUuid:0235e11e-a668-46ac-a93a-f3b09c4738c8
ModelName:BasicOnboardZwlanl.compute.nodes.heat.ubuntu18
ModelUuid:667ffada-a23d-4d56-80d0-6139222c2707
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-21T14:43:14.805Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f3180062-b81f-48d7-9d77-e943c601fabf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:43:14.808Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||basic_onboard_zwlanL 0
2021-10-21T14:43:14.808Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3180062-b81f-48d7-9d77-e943c601fabf
2021-10-21T14:43:14.808Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b72d73fe-a132-4cb4-838a-e0acff1557d3 from URL: /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json
2021-10-21T14:43:14.808Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:43:14.808Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json
2021-10-21T14:43:15.534Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:43:15.535Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json b72d73fe-a132-4cb4-838a-e0acff1557d3 798
2021-10-21T14:43:15.535Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json ASDC sendASDCNotification
2021-10-21T14:43:15.535Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json
2021-10-21T14:43:15.535Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:43:15.536Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:15.538Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:15.538Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827395535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:15.638Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:43:15.638Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:15.639Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:15.657Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:15.658Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:43:16.538Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZwlanl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "71fdbd18-b6bd-4f45-a277-44166e28ac17",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "58841d36-2eb9-4013-ae8b-df36b6c31ed0",
    "vfModuleModelCustomizationUUID": "2acfc54b-bbf8-4e76-a7eb-ee2d0c08e9a8",
    "isBase": true,
    "artifacts": [
      "a87dbdc3-7cd6-4b35-a50a-d8b5ac890c64",
      "433c1ae6-11c4-47b3-b65b-379f16b723c6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-21T14:43:16.543Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZwlanl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:58841d36-2eb9-4013-ae8b-df36b6c31ed0
VfModuleModelInvariantUUID:71fdbd18-b6bd-4f45-a277-44166e28ac17
VfModuleModelDescription:NULL
Artifacts UUID List:{
a87dbdc3-7cd6-4b35-a50a-d8b5ac890c64
,
433c1ae6-11c4-47b3-b65b-379f16b723c6

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

isBase:true


}

2021-10-21T14:43:16.545Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZwlanl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "71fdbd18-b6bd-4f45-a277-44166e28ac17",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "58841d36-2eb9-4013-ae8b-df36b6c31ed0",
    "vfModuleModelCustomizationUUID": "2acfc54b-bbf8-4e76-a7eb-ee2d0c08e9a8",
    "isBase": true,
    "artifacts": [
      "a87dbdc3-7cd6-4b35-a50a-d8b5ac890c64",
      "433c1ae6-11c4-47b3-b65b-379f16b723c6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-21T14:43:16.545Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZwlanl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:58841d36-2eb9-4013-ae8b-df36b6c31ed0
VfModuleModelInvariantUUID:71fdbd18-b6bd-4f45-a277-44166e28ac17
VfModuleModelDescription:NULL
Artifacts UUID List:{
a87dbdc3-7cd6-4b35-a50a-d8b5ac890c64
,
433c1ae6-11c4-47b3-b65b-379f16b723c6

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

isBase:true


}

2021-10-21T14:43:16.546Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a87dbdc3-7cd6-4b35-a50a-d8b5ac890c64 from URL: /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml
2021-10-21T14:43:16.546Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:43:16.546Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml
2021-10-21T14:43:17.391Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:43:17.391Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml a87dbdc3-7cd6-4b35-a50a-d8b5ac890c64 5033
2021-10-21T14:43:17.392Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-21T14:43:17.392Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml
2021-10-21T14:43:17.392Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:43:17.392Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:17.395Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:17.396Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827397391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:17.496Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:43:17.496Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:17.496Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:17.518Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:17.518Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:43:18.397Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 433c1ae6-11c4-47b3-b65b-379f16b723c6 from URL: /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env
2021-10-21T14:43:18.397Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:43:18.398Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env
2021-10-21T14:43:18.935Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:43:18.935Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env 433c1ae6-11c4-47b3-b65b-379f16b723c6 909
2021-10-21T14:43:18.935Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-21T14:43:18.935Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env
2021-10-21T14:43:18.935Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:43:18.935Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:18.937Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:18.938Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827398935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:19.038Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:43:19.038Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:19.038Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:19.096Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:19.096Z||pool-29-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:43:19.940Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d868c12f-1504-4f6c-ae45-b506529a007c
2021-10-21T14:43:19.942Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zwlanL 0 f3180062-b81f-48d7-9d77-e943c601fabf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:43:20.018Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66600612, org.onap.sdc.toscaparser.api.parameters.Input@12e53852, org.onap.sdc.toscaparser.api.parameters.Input@58893de9, org.onap.sdc.toscaparser.api.parameters.Input@f2eea84, org.onap.sdc.toscaparser.api.parameters.Input@69183de5]
2021-10-21T14:43:20.020Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.020Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:20.020Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-10-21T14:43:20.020Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0f5d9dd2-c144-49ee-ac2e-fd451445bc5b
2021-10-21T14:43:20.020Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f5d9dd2-c144-49ee-ac2e-fd451445bc5b matches Tosca VF Customization UUID: 0f5d9dd2-c144-49ee-ac2e-fd451445bc5b
2021-10-21T14:43:20.021Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0f5d9dd2-c144-49ee-ac2e-fd451445bc5b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-21T14:43:20.026Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.027Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:20.028Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0f5d9dd2-c144-49ee-ac2e-fd451445bc5b: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-21T14:43:20.030Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b711ed0
2021-10-21T14:43:20.031Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.031Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-21T14:43:20.033Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2acfc54b-bbf8-4e76-a7eb-ee2d0c08e9a8
2021-10-21T14:43:20.033Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2acfc54b-bbf8-4e76-a7eb-ee2d0c08e9a8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-21T14:43:20.039Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.040Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zwlanL 0 is matching search criteria
2021-10-21T14:43:20.040Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zwlanL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:43:20.042Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.043Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zwlanL 0 is matching search criteria
2021-10-21T14:43:20.043Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zwlanL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:43:20.043Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.045Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zwlanL 0 is not matching search criteria
2021-10-21T14:43:20.045Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-21T14:43:20.048Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-21T14:43:20.058Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e3394843-534c-4604-b3dd-ce519a014d0d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-21T14:43:20.064Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.064Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zwlanL 0 is matching search criteria
2021-10-21T14:43:20.064Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zwlanL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:43:20.068Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.068Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zwlanL 0 is matching search criteria
2021-10-21T14:43:20.069Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zwlanL 0] matching following query criteria: sdcType=VF, customizationUUID=0f5d9dd2-c144-49ee-ac2e-fd451445bc5b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:43:20.078Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.087Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:20.087Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d868c12f-1504-4f6c-ae45-b506529a007c: basic_onboard_zwlanL
2021-10-21T14:43:20.087Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.087Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:20.087Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.088Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:20.088Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.088Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:20.088Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.088Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:20.088Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:43:20.088Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zwlanL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:43:20.088Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_zwlanL 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:43:20.354Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zwlanL f3180062-b81f-48d7-9d77-e943c601fabf 1 ASDC deployResourceStructure
2021-10-21T14:43:20.354Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json ASDC sendASDCNotification
2021-10-21T14:43:20.354Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json
2021-10-21T14:43:20.355Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:43:20.355Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:20.357Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:20.357Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827400354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:43:20.457Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:43:20.458Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:20.458Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:20.476Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:20.477Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:43:21.358Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-21T14:43:21.358Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml
2021-10-21T14:43:21.358Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:43:21.359Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:21.360Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:21.361Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827401358,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-21T14:43:21.461Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:43:21.462Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:21.462Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:21.474Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:21.474Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:43:22.361Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-21T14:43:22.362Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env
2021-10-21T14:43:22.362Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:43:22.362Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:22.367Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:22.367Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827402361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-21T14:43:22.468Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-10-21T14:43:22.469Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:22.469Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:22.508Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:22.514Z||pool-32-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:43:23.379Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar ASDC sendASDCNotification
2021-10-21T14:43:23.380Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar
2021-10-21T14:43:23.380Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:43:23.380Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:43:23.382Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:43:23.382Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827403379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:43:23.485Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-21T14:43:23.485Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:43:23.486Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:23.500Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:23.500Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-21T14:43:24.382Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e391285f-064a-4e7b-bd48-ee21a060c413
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:43:24.411Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e391285f-064a-4e7b-bd48-ee21a060c413
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:43:24.416Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:43:24.416Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:43:24.417Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:43:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:43:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:43:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:43:48.740Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:43:48.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7ed6b34-a251-4d08-8d5c-4b2968debf55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827378556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T14:43:48.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "clamp",
  "timestamp": 1634827378096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "clamp",
  "timestamp": 1634827378096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827379570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "clamp",
  "timestamp": 1634827378096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827379570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "dcae-sch",
  "timestamp": 1634827381063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "clamp",
  "timestamp": 1634827378096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827379570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "dcae-sch",
  "timestamp": 1634827381063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "clamp",
  "timestamp": 1634827378096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827379570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "cds",
  "timestamp": 1634827382644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "dcae-sch",
  "timestamp": 1634827381063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "clamp",
  "timestamp": 1634827378096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827379570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "cds",
  "timestamp": 1634827382644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "dcae-sch",
  "timestamp": 1634827381063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "clamp",
  "timestamp": 1634827378096,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827379570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "cds",
  "timestamp": 1634827382644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827384997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "dcae-sch",
  "timestamp": 1634827381063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827379570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "cds",
  "timestamp": 1634827382644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827384997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "dcae-sch",
  "timestamp": 1634827381063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "cds",
  "timestamp": 1634827382644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827387563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:48.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827384997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "dcae-sch",
  "timestamp": 1634827381063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "cds",
  "timestamp": 1634827382644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827384997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827388667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:48.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "policy-id",
  "timestamp": 1634827388060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "aai-ml",
  "timestamp": 1634827388265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "cds",
  "timestamp": 1634827382644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827384997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "policy-id",
  "timestamp": 1634827388060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827389859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "aai-ml",
  "timestamp": 1634827388265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "cds",
  "timestamp": 1634827390399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827379578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827384997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "clamp",
  "timestamp": 1634827390691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:48.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "policy-id",
  "timestamp": 1634827388060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827390873,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:43:48.768Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e391285f-064a-4e7b-bd48-ee21a060c413
2021-10-21T14:43:48.768Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e391285f-064a-4e7b-bd48-ee21a060c413 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:43:48.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "aai-ml",
  "timestamp": 1634827388265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "cds",
  "timestamp": 1634827391404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:43:48.820Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e391285f-064a-4e7b-bd48-ee21a060c413
2021-10-21T14:43:48.820Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e391285f-064a-4e7b-bd48-ee21a060c413 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:43:48.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827391587,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:48.830Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827384997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "policy-id",
  "timestamp": 1634827388060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827391880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "aai-ml",
  "timestamp": 1634827388265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "clamp",
  "timestamp": 1634827392718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "policy-id",
  "timestamp": 1634827388060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "aai-ml",
  "timestamp": 1634827388265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "clamp",
  "timestamp": 1634827393721,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:43:48.841Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e391285f-064a-4e7b-bd48-ee21a060c413
2021-10-21T14:43:48.841Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e391285f-064a-4e7b-bd48-ee21a060c413 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:43:48.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "policy-id",
  "timestamp": 1634827388060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "aai-ml",
  "timestamp": 1634827388265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "policy-id",
  "timestamp": 1634827388060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "aai-ml",
  "timestamp": 1634827388265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827395535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:48.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "policy-id",
  "timestamp": 1634827396278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:48.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "aai-ml",
  "timestamp": 1634827396595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:48.895Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "policy-id",
  "timestamp": 1634827397281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:43:48.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827397391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:48.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827397221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "policy-id",
  "timestamp": 1634827398293,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:43:48.907Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e391285f-064a-4e7b-bd48-ee21a060c413
2021-10-21T14:43:48.907Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e391285f-064a-4e7b-bd48-ee21a060c413 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-21T14:43:48.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827398935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:48.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827397221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827397221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827400354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/basic_onboard_zwlanl0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:43:48.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827397221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827401358,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827397221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827402361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/resourceInstances/basic_onboard_zwlanl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827397221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827403379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:43:48.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827397221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:43:48.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:43:48.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827405963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:43:48.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827412370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:43:48.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827413379,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:43:48.939Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e391285f-064a-4e7b-bd48-ee21a060c413
2021-10-21T14:43:48.940Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e391285f-064a-4e7b-bd48-ee21a060c413 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:43:48.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "aai-ml",
  "timestamp": 1634827413664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwlanl/1.0/artifacts/service-BasicOnboardZwlanl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:43:48.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:43:48.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:43:48.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "aai-ml",
  "timestamp": 1634827414680,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:43:48.977Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e391285f-064a-4e7b-bd48-ee21a060c413
2021-10-21T14:43:48.977Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e391285f-064a-4e7b-bd48-ee21a060c413 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:43:54.424Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e391285f-064a-4e7b-bd48-ee21a060c413
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:43:54.506Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e391285f-064a-4e7b-bd48-ee21a060c413
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:43:54.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:43:54.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-21T14:43:54.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-21T14:43:54.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-21T14:43:54.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:43:54.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:43:54.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:43:54.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:43:54.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:43:54.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:43:54.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:43:54.516Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-21T14:44:24.517Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e391285f-064a-4e7b-bd48-ee21a060c413 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-21T14:44:24.528Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e391285f-064a-4e7b-bd48-ee21a060c413 and serviceModelVersionId: d868c12f-1504-4f6c-ae45-b506529a007c
2021-10-21T14:44:24.528Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8cd4543-d4cb-4570-a6a2-99ad33a89226
2021-10-21T14:44:24.529Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8cd4543-d4cb-4570-a6a2-99ad33a89226/model-vers/model-ver/d868c12f-1504-4f6c-ae45-b506529a007c?depth=0
2021-10-21T14:44:24.534Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-10-21T14:44:24.576Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8cd4543-d4cb-4570-a6a2-99ad33a89226/model-vers/model-ver/d868c12f-1504-4f6c-ae45-b506529a007c?depth=0|INFO|500||Invoke
2021-10-21T14:44:24.577Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8cd4543-d4cb-4570-a6a2-99ad33a89226/model-vers/model-ver/d868c12f-1504-4f6c-ae45-b506529a007c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8cd4543-d4cb-4570-a6a2-99ad33a89226/model-vers/model-ver/d868c12f-1504-4f6c-ae45-b506529a007c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e391285f-064a-4e7b-bd48-ee21a060c413], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89b5c819-aaf5-47bc-a709-9f67175dfb29], X-ECOMP-RequestID=[e391285f-064a-4e7b-bd48-ee21a060c413], X-TransactionId=[], X-ONAP-RequestID=[e391285f-064a-4e7b-bd48-ee21a060c413], Content-Type=[application/merge-patch+json]}
2021-10-21T14:44:24.663Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8cd4543-d4cb-4570-a6a2-99ad33a89226/model-vers/model-ver/d868c12f-1504-4f6c-ae45-b506529a007c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-21T14:44:25.358Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8cd4543-d4cb-4570-a6a2-99ad33a89226/model-vers/model-ver/d868c12f-1504-4f6c-ae45-b506529a007c?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/f8cd4543-d4cb-4570-a6a2-99ad33a89226/model-vers/model-ver/d868c12f-1504-4f6c-ae45-b506529a007c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211021-14:44:24:675-63972], vertex-id=[200704], Content-Length=[0], Date=[Thu, 21 Oct 2021 14:44:24 GMT], Content-Type=[application/json]}
2021-10-21T14:44:25.359Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8cd4543-d4cb-4570-a6a2-99ad33a89226/model-vers/model-ver/d868c12f-1504-4f6c-ae45-b506529a007c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-21T14:44:25.359Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8cd4543-d4cb-4570-a6a2-99ad33a89226/model-vers/model-ver/d868c12f-1504-4f6c-ae45-b506529a007c?depth=0|INFO|500||InvokeReturn
2021-10-21T14:44:25.359Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-21T14:44:25.359Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:44:25.364Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-21T14:44:25.364Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e391285f-064a-4e7b-bd48-ee21a060c413 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-21T14:44:25.364Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-21T14:44:25.364Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:44:25.373Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:44:25.373Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827465364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T14:44:25.467Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-10-21T14:44:25.468Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:44:25.468Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:44:25.530Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:44:25.531Z||pool-34-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-21T14:44:26.404Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:44:26.405Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:44:26.405Z|e391285f-064a-4e7b-bd48-ee21a060c413|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:44:35.953Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:44:35.953Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:44:35.954Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:44:35.954Z|e391285f-064a-4e7b-bd48-ee21a060c413|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:44:45.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:44:45.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:44:45.510Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:44:45.511Z|e391285f-064a-4e7b-bd48-ee21a060c413|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:44:48.091Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:44:48.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:44:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:44:48.725Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:44:48.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-21T14:44:48.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e391285f-064a-4e7b-bd48-ee21a060c413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827465364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T14:44:48.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:44:55.051Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:44:55.052Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:44:55.053Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:44:55.053Z|e391285f-064a-4e7b-bd48-ee21a060c413|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:45:04.599Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:45:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:45:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:45:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:45:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:45:48.091Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:45:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:45:57.636Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:45:57.642Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:46:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:46:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:46:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:46:48.091Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:46:48.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:46:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:46:57.650Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:46:57.654Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:47:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:47:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:47:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:47:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:47:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:47:48.091Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:47:57.657Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:47:57.659Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:48:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:48:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:48:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:48:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:48:48.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:48:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:48:57.663Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:48:57.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:49:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:49:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:49:48.089Z|e391285f-064a-4e7b-bd48-ee21a060c413|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:49:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:49:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:49:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:49:48.725Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:49:48.726Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.726Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0bd18825-494e-4495-a81f-2837b0c90c27","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ae319e8b-1104-4389-af31-3c3430dbc2dd","serviceDescription":"service","serviceInvariantUUID":"3508c1a4-bd8b-447e-b0e7-ce49cb9a1d80","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b52f8aec-ea6d-4ab1-857c-742b0299ebe1","resourceInvariantUUID":"cdaa16a3-de8a-4a40-a01e-682d18710e04","resourceCustomizationUUID":"dc73f204-2156-4c59-bc6f-25b3ecde1daf","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":"NWJhNzJlNGRmYThhM2FiNTIyZDdhMGIwY2FiMDM4M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b3bcb10-e5e1-46b9-beb8-bbca520c7f95","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzRmNTc2Nzg1MmY1ZjZhOTYzYmUxODRmZGIwOWY0NTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e882ca30-2dd1-4b05-b601-2bee1ef1363d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-21T14:49:48.729Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:49:48.729Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:49:48.731Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:49:48.731Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827788089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:49:48.732Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:49:48.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827764997,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:49:48.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "clamp",
  "timestamp": 1634827768096,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:49:48.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "policy-id",
  "timestamp": 1634827768060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:49:48.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "cds",
  "timestamp": 1634827772644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:49:48.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "clamp",
  "timestamp": 1634827768096,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:49:48.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827764997,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:49:48.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "policy-id",
  "timestamp": 1634827768060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:49:48.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "cds",
  "timestamp": 1634827772644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:49:48.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "policy-id",
  "timestamp": 1634827775630,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:49:48.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:49:48.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "cds",
  "timestamp": 1634827775936,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:49:48.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:49:48.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "policy-id",
  "timestamp": 1634827776634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:49:48.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:49:48.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "cds",
  "timestamp": 1634827776941,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:49:48.760Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0bd18825-494e-4495-a81f-2837b0c90c27
2021-10-21T14:49:48.760Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bd18825-494e-4495-a81f-2837b0c90c27 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:49:48.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "policy-id",
  "timestamp": 1634827777640,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:49:48.778Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bd18825-494e-4495-a81f-2837b0c90c27
2021-10-21T14:49:48.778Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bd18825-494e-4495-a81f-2837b0c90c27 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:49:48.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "aai-ml",
  "timestamp": 1634827778265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:49:48.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "aai-ml",
  "timestamp": 1634827778265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:49:48.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827779570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:49:48.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "aai-ml",
  "timestamp": 1634827781161,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:49:48.790Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:49:48.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827779570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:49:48.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "dcae-sch",
  "timestamp": 1634827781063,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:49:48.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "dcae-sch",
  "timestamp": 1634827781063,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "clamp",
  "timestamp": 1634827783807,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "clamp",
  "timestamp": 1634827785814,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "aai-ml",
  "timestamp": 1634827785959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "clamp",
  "timestamp": 1634827786817,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:49:48.798Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0bd18825-494e-4495-a81f-2837b0c90c27
2021-10-21T14:49:48.798Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bd18825-494e-4495-a81f-2837b0c90c27 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:49:48.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "aai-ml",
  "timestamp": 1634827786964,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:49:48.817Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0bd18825-494e-4495-a81f-2837b0c90c27
2021-10-21T14:49:48.817Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bd18825-494e-4495-a81f-2837b0c90c27 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:49:48.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:49:48.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827787221,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:49:48.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:49:48.831Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:49:48.832Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:49:48.832Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:49:48.844Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:49:48.845Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:49:49.731Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:49:49.733Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:49:49.735Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:49:49.735Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827788089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:49:49.835Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:49:49.836Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:49:49.836Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:49:49.847Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:49:49.848Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:49:50.736Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ae319e8b-1104-4389-af31-3c3430dbc2dd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3508c1a4-bd8b-447e-b0e7-ce49cb9a1d80",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "dc73f204-2156-4c59-bc6f-25b3ecde1daf",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "b52f8aec-ea6d-4ab1-857c-742b0299ebe1",
      "resourceInvariantUUID": "cdaa16a3-de8a-4a40-a01e-682d18710e04",
      "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": "YzRmNTc2Nzg1MmY1ZjZhOTYzYmUxODRmZGIwOWY0NTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e882ca30-2dd1-4b05-b601-2bee1ef1363d"
    }
  ],
  "workloadContext": "Production"
}
2021-10-21T14:49:50.736Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-21T14:49:50.736Z|e391285f-064a-4e7b-bd48-ee21a060c413|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ae319e8b-1104-4389-af31-3c3430dbc2dd ASDC
2021-10-21T14:49:50.736Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0bd18825-494e-4495-a81f-2837b0c90c27
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ae319e8b-1104-4389-af31-3c3430dbc2dd
ServiceInvariantUUID:3508c1a4-bd8b-447e-b0e7-ce49cb9a1d80
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:e882ca30-2dd1-4b05-b601-2bee1ef1363d
ArtifactChecksum:YzRmNTc2Nzg1MmY1ZjZhOTYzYmUxODRmZGIwOWY0NTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dc73f204-2156-4c59-bc6f-25b3ecde1daf
ResourceInvariantUUID:cdaa16a3-de8a-4a40-a01e-682d18710e04
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b52f8aec-ea6d-4ab1-857c-742b0299ebe1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-21T14:49:50.736Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae319e8b-1104-4389-af31-3c3430dbc2dd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-21T14:49:50.788Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:49:50.789Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:49:50.789Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:49:50.789Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e882ca30-2dd1-4b05-b601-2bee1ef1363d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-21T14:49:50.789Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:49:50.790Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-21T14:49:50.965Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:49:50.968Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e882ca30-2dd1-4b05-b601-2bee1ef1363d 52168
2021-10-21T14:49:50.969Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-21T14:49:50.969Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-21T14:49:50.969Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:49:50.969Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:49:50.973Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:49:50.973Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827790969,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:49:51.073Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:49:51.074Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:49:51.074Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:49:51.089Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:49:51.090Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:49:51.973Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:49:51.974Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:49:51.974Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e882ca30-2dd1-4b05-b601-2bee1ef1363d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-21T14:49:51.975Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-21T14:49:51.975Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-21T14:49:51.975Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-21T14:49:52.136Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP946856927119860552/Definitions/service-BasicNetwork-template.yml
2021-10-21T14:49:52.646Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-21T14:49:52.646Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-21T14:49:52.646Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-21T14:49:52.646Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-21T14:49:52.646Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-21T14:49:52.646Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-21T14:49:52.646Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-21T14:49:52.647Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-21T14:49:52.647Z|0bd18825-494e-4495-a81f-2837b0c90c27|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-BasicNetwork-csar.csar
2021-10-21T14:49:52.647Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-21T14:49:52.647Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-21T14:49:52.647Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-21T14:49:52.647Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-21T14:49:52.647Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.647Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:49:52.647Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-21T14:49:52.647Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-21T14:49:52.648Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:49:52.648Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.648Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:49:52.648Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-21T14:49:52.648Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-21T14:49:52.648Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:49:52.648Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.648Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:49:52.649Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.649Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:49:52.649Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.649Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:49:52.649Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.649Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:49:52.649Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.649Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:49:52.650Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ae319e8b-1104-4389-af31-3c3430dbc2dd
Model Version:NULL
Model InvariantUuid:3508c1a4-bd8b-447e-b0e7-ce49cb9a1d80
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cdaa16a3-de8a-4a40-a01e-682d18710e04
Model UUID:704c9881-bc67-4cac-bbc4-30d3ea2ac983
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:dc73f204-2156-4c59-bc6f-25b3ecde1daf
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-21T14:49:52.657Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: b52f8aec-ea6d-4ab1-857c-742b0299ebe1
2021-10-21T14:49:52.657Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||No resources found for Service: ae319e8b-1104-4389-af31-3c3430dbc2dd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:49:52.661Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||
2021-10-21T14:49:52.662Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-10-21T14:49:52.662Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||No resources found for Service: ae319e8b-1104-4389-af31-3c3430dbc2dd
2021-10-21T14:49:52.662Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ae319e8b-1104-4389-af31-3c3430dbc2dd
2021-10-21T14:49:52.662Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-10-21T14:49:52.663Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:49:52.678Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@776f283d, org.onap.sdc.toscaparser.api.parameters.Input@a84f3, org.onap.sdc.toscaparser.api.parameters.Input@56eca94b, org.onap.sdc.toscaparser.api.parameters.Input@194438dd, org.onap.sdc.toscaparser.api.parameters.Input@17e4d508]
2021-10-21T14:49:52.679Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.680Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:49:52.680Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.680Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:49:52.680Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ae319e8b-1104-4389-af31-3c3430dbc2dd: Generic NeutronNet
2021-10-21T14:49:52.680Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.680Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:49:52.680Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.681Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-21T14:49:52.751Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.752Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:49:52.752Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.752Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:49:52.752Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:49:52.752Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:49:52.752Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-21T14:49:52.877Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-10-21T14:49:52.878Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-21T14:49:52.878Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-21T14:49:52.878Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:49:52.878Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:49:52.880Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:49:52.880Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827792878,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:49:52.980Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:49:52.982Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:49:52.982Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:49:52.993Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:49:52.994Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-21T14:49:53.881Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bd18825-494e-4495-a81f-2837b0c90c27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:49:53.897Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bd18825-494e-4495-a81f-2837b0c90c27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:49:53.900Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:49:53.900Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-21T14:49:53.900Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:49:53.900Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:50:23.900Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bd18825-494e-4495-a81f-2837b0c90c27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:50:23.914Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bd18825-494e-4495-a81f-2837b0c90c27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:50:23.917Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:50:23.918Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-21T14:50:23.918Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:50:23.918Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:50:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:50:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:50:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:50:48.249Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:50:48.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:50:48.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827788089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:50:48.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:50:53.918Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bd18825-494e-4495-a81f-2837b0c90c27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:50:53.933Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bd18825-494e-4495-a81f-2837b0c90c27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:50:53.938Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:50:53.938Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-21T14:50:53.939Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:50:53.939Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:51:23.939Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bd18825-494e-4495-a81f-2837b0c90c27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:51:23.967Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bd18825-494e-4495-a81f-2837b0c90c27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:51:23.974Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:51:23.974Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-21T14:51:23.974Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:51:23.974Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:51:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:51:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:51:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:51:48.118Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:51:48.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:51:48.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827787221,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:51:48.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:51:48.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:51:48.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827788089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:51:48.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:51:48.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:51:48.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827790064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:51:48.120Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:51:48.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:51:48.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827790969,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:51:48.120Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:51:48.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:51:48.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827791710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:51:48.120Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:51:48.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:51:48.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827792716,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:51:48.127Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0bd18825-494e-4495-a81f-2837b0c90c27
2021-10-21T14:51:48.127Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bd18825-494e-4495-a81f-2837b0c90c27 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:51:48.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T14:51:48.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827792878,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:51:48.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:51:53.975Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bd18825-494e-4495-a81f-2837b0c90c27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:51:53.989Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bd18825-494e-4495-a81f-2837b0c90c27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:51:53.999Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:51:53.999Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-21T14:51:53.999Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-21T14:51:53.999Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-21T14:51:54.000Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:51:54.000Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:51:54.000Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:51:54.000Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:51:54.000Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:51:54.000Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:51:54.000Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:51:54.006Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-21T14:52:24.006Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0bd18825-494e-4495-a81f-2837b0c90c27 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-21T14:52:24.297Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0bd18825-494e-4495-a81f-2837b0c90c27 and serviceModelVersionId: ae319e8b-1104-4389-af31-3c3430dbc2dd
2021-10-21T14:52:24.298Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3508c1a4-bd8b-447e-b0e7-ce49cb9a1d80
2021-10-21T14:52:24.299Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3508c1a4-bd8b-447e-b0e7-ce49cb9a1d80/model-vers/model-ver/ae319e8b-1104-4389-af31-3c3430dbc2dd?depth=0
2021-10-21T14:52:24.313Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-10-21T14:52:24.378Z|0bd18825-494e-4495-a81f-2837b0c90c27|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/3508c1a4-bd8b-447e-b0e7-ce49cb9a1d80/model-vers/model-ver/ae319e8b-1104-4389-af31-3c3430dbc2dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-21T14:52:24.399Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3508c1a4-bd8b-447e-b0e7-ce49cb9a1d80/model-vers/model-ver/ae319e8b-1104-4389-af31-3c3430dbc2dd?depth=0|INFO|500||Invoke
2021-10-21T14:52:24.435Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3508c1a4-bd8b-447e-b0e7-ce49cb9a1d80/model-vers/model-ver/ae319e8b-1104-4389-af31-3c3430dbc2dd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-21T14:52:25.692Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3508c1a4-bd8b-447e-b0e7-ce49cb9a1d80/model-vers/model-ver/ae319e8b-1104-4389-af31-3c3430dbc2dd?depth=0|INFO|500||InvokeReturn
2021-10-21T14:52:25.692Z|0bd18825-494e-4495-a81f-2837b0c90c27|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/3508c1a4-bd8b-447e-b0e7-ce49cb9a1d80/model-vers/model-ver/ae319e8b-1104-4389-af31-3c3430dbc2dd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211021-14:52:24:444-15571], vertex-id=[176184], Content-Length=[0], Date=[Thu, 21 Oct 2021 14:52:24 GMT], Content-Type=[application/json]}
2021-10-21T14:52:25.693Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-10-21T14:52:25.693Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-21T14:52:25.694Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:52:25.719Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-21T14:52:25.721Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0bd18825-494e-4495-a81f-2837b0c90c27 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-21T14:52:25.721Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-21T14:52:25.722Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:52:25.723Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:52:25.724Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827945721,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T14:52:25.824Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:52:25.825Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:52:25.826Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:52:25.908Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:52:25.909Z||pool-39-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":3,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-21T14:52:26.740Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:52:26.740Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:52:26.740Z|0bd18825-494e-4495-a81f-2837b0c90c27|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:52:33.202Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:52:33.203Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-21T14:52:33.204Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"90cf29fd-4484-4f46-ad4f-3a2759411207","serviceName":"Demo_pNF_T1qkEbWPSUKQK5tYh2YY","serviceVersion":"1.0","serviceUUID":"06627a57-47d5-44de-8ca5-abe8a47a1b8f","serviceDescription":"catalog service description","serviceInvariantUUID":"aea91bf7-a7c2-4be6-9deb-4f096b36952c","resources":[{"resourceInstanceName":"pNF d82d13a9-f31f 0","resourceName":"pNF d82d13a9-f31f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"51991bc7-3a1b-4ce8-98d7-d395edc6c1a9","resourceInvariantUUID":"aafbf95a-2957-4bc2-8400-85310b00dfc5","resourceCustomizationUUID":"8e80165d-a844-470b-a876-b33ddad411c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vf-license-model.xml","artifactChecksum":"ZDNhYmZmNDA1Njg1ZTEzMGM1OWI5NDUzNGY5ZDdkNmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"409f2a0b-43ff-470b-83c3-b2a248b2eae4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/pNF.csar","artifactChecksum":"ZjNjYWJiMGRmNDA5MmFmOGNlZTdhYjFhYTUwYTFiYTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f39c968e-eb38-40f8-8ad1-9e594514d5da","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b8dcebac-ee96-4bec-adfd-fd9d2349b3cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vendor-license-model.xml","artifactChecksum":"YzI2MTY4MmNjYTgwYWQwNzUzYWFlZjQ3NDM2NjY5MjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d1ba50e-c904-4405-b8fe-832bafdcc9d6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"72fa5e0f-16f1-41e6-b2d0-0202df7e5829","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f06ef75-1b0b-438c-a369-8680b28310f7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT1qkebwpsukqk5tyh2yy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-template.yml","artifactChecksum":"ZWNiM2RiNTBkNzdlYjViYTAxZGYxMGY0NGExNWZmMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc62e19a-bb4f-4391-bc6f-7ceb75d5bb7b","artifactVersion":"1"},{"artifactName":"service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar","artifactChecksum":"NzA1YTE1YjIyYzMyMDQyNDRmZjIzZTA5OTNmMGMyZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8be457b4-0526-45ac-a7e4-a1a2229eb85b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-21T14:52:33.207Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:52:33.207Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:52:33.209Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:52:33.209Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:33.309Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:52:33.310Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:52:33.310Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:52:33.344Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:52:33.344Z||pool-40-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:52:34.210Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:52:34.211Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:52:34.213Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:52:34.213Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:34.313Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:52:34.326Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:52:34.327Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:52:34.338Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:52:34.338Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:52:35.214Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:52:35.215Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:52:35.216Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:52:35.216Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:35.316Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:52:35.317Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:52:35.317Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:52:35.331Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:52:35.331Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:52:36.217Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:52:36.217Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:52:36.219Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:52:36.219Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:36.320Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-21T14:52:36.320Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:52:36.320Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:52:36.332Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:52:36.332Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:52:37.220Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:52:37.220Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:52:37.222Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:52:37.222Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:37.323Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:52:37.323Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:52:37.324Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:52:37.337Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:52:37.338Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:52:38.223Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:52:38.234Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:52:38.236Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:52:38.236Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:38.336Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:52:38.337Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:52:38.337Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:52:38.350Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:52:38.351Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:52:39.236Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:52:39.237Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:52:39.239Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:52:39.239Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:39.339Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:52:39.340Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:52:39.340Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:52:39.353Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:52:39.354Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:52:40.240Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:52:40.240Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:52:40.242Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:52:40.242Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:52:40.350Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2021-10-21T14:52:40.351Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:52:40.351Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:52:40.364Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:52:40.365Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:52:41.244Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "serviceName": "Demo_pNF_T1qkEbWPSUKQK5tYh2YY",
  "serviceVersion": "1.0",
  "serviceUUID": "06627a57-47d5-44de-8ca5-abe8a47a1b8f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aea91bf7-a7c2-4be6-9deb-4f096b36952c",
  "resources": [
    {
      "resourceInstanceName": "pNF d82d13a9-f31f 0",
      "resourceCustomizationUUID": "8e80165d-a844-470b-a876-b33ddad411c3",
      "resourceName": "pNF d82d13a9-f31f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "51991bc7-3a1b-4ce8-98d7-d395edc6c1a9",
      "resourceInvariantUUID": "aafbf95a-2957-4bc2-8400-85310b00dfc5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
      "artifactChecksum": "NzA1YTE1YjIyYzMyMDQyNDRmZjIzZTA5OTNmMGMyZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8be457b4-0526-45ac-a7e4-a1a2229eb85b"
    }
  ],
  "workloadContext": "Production"
}
2021-10-21T14:52:41.244Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-21T14:52:41.244Z|0bd18825-494e-4495-a81f-2837b0c90c27|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 06627a57-47d5-44de-8ca5-abe8a47a1b8f ASDC
2021-10-21T14:52:41.244Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:90cf29fd-4484-4f46-ad4f-3a2759411207
ServiceName:Demo_pNF_T1qkEbWPSUKQK5tYh2YY
ServiceVersion:1.0
ServiceUUID:06627a57-47d5-44de-8ca5-abe8a47a1b8f
ServiceInvariantUUID:aea91bf7-a7c2-4be6-9deb-4f096b36952c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
ArtifactUUID:8be457b4-0526-45ac-a7e4-a1a2229eb85b
ArtifactChecksum:NzA1YTE1YjIyYzMyMDQyNDRmZjIzZTA5OTNmMGMyZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d82d13a9-f31f 0
ResourceCustomizationUUID:8e80165d-a844-470b-a876-b33ddad411c3
ResourceInvariantUUID:aafbf95a-2957-4bc2-8400-85310b00dfc5
ResourceName:pNF d82d13a9-f31f
ResourceType:PNF
ResourceUUID:51991bc7-3a1b-4ce8-98d7-d395edc6c1a9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-21T14:52:41.244Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06627a57-47d5-44de-8ca5-abe8a47a1b8f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:52:41.298Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:52:41.299Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:52:41.299Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:52:41.299Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8be457b4-0526-45ac-a7e4-a1a2229eb85b from URL: /sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:41.299Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:52:41.299Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:42.251Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:52:42.255Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar 8be457b4-0526-45ac-a7e4-a1a2229eb85b 82544
2021-10-21T14:52:42.255Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar ASDC sendASDCNotification
2021-10-21T14:52:42.255Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:42.255Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:52:42.256Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:52:42.257Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:52:42.257Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827962255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:52:42.358Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-21T14:52:42.359Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:52:42.359Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:52:42.384Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:52:42.385Z||pool-48-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:52:43.258Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:52:43.259Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:52:43.259Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8be457b4-0526-45ac-a7e4-a1a2229eb85b, URL: /sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar to file: /app/ASDC/1/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:43.260Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:43.260Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:43.260Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:43.372Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17424231815713224886/Definitions/service-DemoPnfT1qkebwpsukqk5tyh2yy-template.yml
2021-10-21T14:52:44.283Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-21T14:52:44.284Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-21T14:52:44.284Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:44.284Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-21T14:52:44.284Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:44.285Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:44.285Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:44.285Z|90cf29fd-4484-4f46-ad4f-3a2759411207|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-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:44.285Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d82d13a9-f31f 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-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:44.285Z|90cf29fd-4484-4f46-ad4f-3a2759411207|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-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:44.285Z|90cf29fd-4484-4f46-ad4f-3a2759411207|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-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:44.285Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-21T14:52:44.286Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:52:44.286Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_T1qkEbWPSUKQK5tYh2YY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:52:44.286Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Node template pNF d82d13a9-f31f 0 is matching search criteria
2021-10-21T14:52:44.286Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-21T14:52:44.286Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d82d13a9-f31f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:52:44.287Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:52:44.287Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_T1qkEbWPSUKQK5tYh2YY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:52:44.287Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Node template pNF d82d13a9-f31f 0 is matching search criteria
2021-10-21T14:52:44.287Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-21T14:52:44.287Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d82d13a9-f31f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:52:44.287Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:52:44.288Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_T1qkEbWPSUKQK5tYh2YY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:52:44.288Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:52:44.288Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_T1qkEbWPSUKQK5tYh2YY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:52:44.288Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:52:44.288Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_T1qkEbWPSUKQK5tYh2YY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:52:44.288Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:52:44.289Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_T1qkEbWPSUKQK5tYh2YY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:52:44.289Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:52:44.289Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_T1qkEbWPSUKQK5tYh2YY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:52:44.289Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T1qkEbWPSUKQK5tYh2YY
Description:catalog service description
Model UUID:06627a57-47d5-44de-8ca5-abe8a47a1b8f
Model Version:NULL
Model InvariantUuid:aea91bf7-a7c2-4be6-9deb-4f096b36952c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-21T14:52:44.296Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 51991bc7-3a1b-4ce8-98d7-d395edc6c1a9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:52:44.299Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||pNF d82d13a9-f31f 0
2021-10-21T14:52:44.299Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 51991bc7-3a1b-4ce8-98d7-d395edc6c1a9
2021-10-21T14:52:44.299Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 06627a57-47d5-44de-8ca5-abe8a47a1b8f
2021-10-21T14:52:44.299Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 06627a57-47d5-44de-8ca5-abe8a47a1b8f
2021-10-21T14:52:44.299Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d82d13a9-f31f 0 51991bc7-3a1b-4ce8-98d7-d395edc6c1a9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:52:44.305Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@388300e8, org.onap.sdc.toscaparser.api.parameters.Input@71c663b4, org.onap.sdc.toscaparser.api.parameters.Input@5ef850fb, org.onap.sdc.toscaparser.api.parameters.Input@366e88b7, org.onap.sdc.toscaparser.api.parameters.Input@164a4ad2]
2021-10-21T14:52:44.305Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:52:44.305Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_T1qkEbWPSUKQK5tYh2YY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:52:44.305Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 06627a57-47d5-44de-8ca5-abe8a47a1b8f: pNF d82d13a9-f31f
2021-10-21T14:52:44.305Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||Processing PNF resource: 51991bc7-3a1b-4ce8-98d7-d395edc6c1a9
2021-10-21T14:52:44.306Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:52:44.306Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_T1qkEbWPSUKQK5tYh2YY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:52:44.306Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||Resource customization UUID: 8e80165d-a844-470b-a876-b33ddad411c3 is the same as notified resource customizationUUID: 8e80165d-a844-470b-a876-b33ddad411c3
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-21T14:52:44.381Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d82d13a9-f31f 51991bc7-3a1b-4ce8-98d7-d395edc6c1a9 0 ASDC deployResourceStructure
2021-10-21T14:52:44.381Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar ASDC sendASDCNotification
2021-10-21T14:52:44.381Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar
2021-10-21T14:52:44.381Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:52:44.381Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:52:44.385Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:52:44.385Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827964381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:52:44.484Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-21T14:52:44.484Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:52:44.485Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:52:44.498Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:52:44.499Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-21T14:52:45.386Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90cf29fd-4484-4f46-ad4f-3a2759411207
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:52:45.399Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90cf29fd-4484-4f46-ad4f-3a2759411207
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:52:45.404Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:52:45.404Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:52:45.404Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:52:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:52:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:52:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:52:48.132Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:52:48.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827864997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "aai-ml",
  "timestamp": 1634827868265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "policy-id",
  "timestamp": 1634827868060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827864997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "policy-id",
  "timestamp": 1634827868060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "aai-ml",
  "timestamp": 1634827868265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827864997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "policy-id",
  "timestamp": 1634827868060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "aai-ml",
  "timestamp": 1634827868265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827864997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "policy-id",
  "timestamp": 1634827868060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "aai-ml",
  "timestamp": 1634827868265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827864997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "policy-id",
  "timestamp": 1634827868060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "aai-ml",
  "timestamp": 1634827868265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827877221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "cds",
  "timestamp": 1634827877644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827864997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:52:48.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "aai-ml",
  "timestamp": 1634827868265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "policy-id",
  "timestamp": 1634827868060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827877221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "cds",
  "timestamp": 1634827877644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827864997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "aai-ml",
  "timestamp": 1634827868265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "policy-id",
  "timestamp": 1634827868060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827877221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827879570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "cds",
  "timestamp": 1634827877644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827864997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "policy-id",
  "timestamp": 1634827868060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "aai-ml",
  "timestamp": 1634827868265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827877221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827879570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "cds",
  "timestamp": 1634827877644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "dcae-sch",
  "timestamp": 1634827881063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827877221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827879570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "cds",
  "timestamp": 1634827877644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827882566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "aai-ml",
  "timestamp": 1634827882735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "dcae-sch",
  "timestamp": 1634827881063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827877221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "policy-id",
  "timestamp": 1634827882931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:52:48.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:52:48.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827879570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "cds",
  "timestamp": 1634827877644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "dcae-sch",
  "timestamp": 1634827881063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827883833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827877221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "policy-id",
  "timestamp": 1634827883936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827879570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "cds",
  "timestamp": 1634827877644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "dcae-sch",
  "timestamp": 1634827881063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634827884837,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:52:48.180Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 90cf29fd-4484-4f46-ad4f-3a2759411207
2021-10-21T14:52:48.181Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cf29fd-4484-4f46-ad4f-3a2759411207 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:52:48.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827877221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:52:48.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "policy-id",
  "timestamp": 1634827884938,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:52:48.207Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90cf29fd-4484-4f46-ad4f-3a2759411207
2021-10-21T14:52:48.207Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cf29fd-4484-4f46-ad4f-3a2759411207 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:52:48.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827879570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "cds",
  "timestamp": 1634827877644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:52:48.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "dcae-sch",
  "timestamp": 1634827881063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827879570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827886361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "cds",
  "timestamp": 1634827886635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "dcae-sch",
  "timestamp": 1634827881063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634827879570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:52:48.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "cds",
  "timestamp": 1634827887642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:52:48.237Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90cf29fd-4484-4f46-ad4f-3a2759411207
2021-10-21T14:52:48.238Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cf29fd-4484-4f46-ad4f-3a2759411207 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:52:48.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "dcae-sch",
  "timestamp": 1634827881063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827888626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:52:48.251Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:52:48.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "clamp",
  "timestamp": 1634827888096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "dcae-sch",
  "timestamp": 1634827881063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "aai-ml",
  "timestamp": 1634827889157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:52:48.253Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:52:48.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634827889629,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:52:48.260Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90cf29fd-4484-4f46-ad4f-3a2759411207
2021-10-21T14:52:48.260Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cf29fd-4484-4f46-ad4f-3a2759411207 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:52:48.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "clamp",
  "timestamp": 1634827888096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "aai-ml",
  "timestamp": 1634827890161,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:52:48.282Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90cf29fd-4484-4f46-ad4f-3a2759411207
2021-10-21T14:52:48.282Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cf29fd-4484-4f46-ad4f-3a2759411207 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:52:48.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "clamp",
  "timestamp": 1634827888096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "clamp",
  "timestamp": 1634827888096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "clamp",
  "timestamp": 1634827888096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "clamp",
  "timestamp": 1634827888096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "clamp",
  "timestamp": 1634827888096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:52:48.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "clamp",
  "timestamp": 1634827888096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:52:48.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:52:48.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "clamp",
  "timestamp": 1634827904863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:52:48.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:52:48.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "clamp",
  "timestamp": 1634827905886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:52:48.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:52:48.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-21T14:52:48.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "clamp",
  "timestamp": 1634827906889,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:52:48.303Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90cf29fd-4484-4f46-ad4f-3a2759411207
2021-10-21T14:52:48.303Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cf29fd-4484-4f46-ad4f-3a2759411207 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:53:15.404Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90cf29fd-4484-4f46-ad4f-3a2759411207
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:53:15.488Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90cf29fd-4484-4f46-ad4f-3a2759411207
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:53:15.502Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:53:15.502Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-21T14:53:15.502Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-21T14:53:15.502Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-21T14:53:15.503Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:53:15.503Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:53:15.503Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:53:15.503Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:53:15.503Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:53:15.503Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:53:15.503Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:53:15.503Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:53:15.519Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-21T14:53:45.520Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90cf29fd-4484-4f46-ad4f-3a2759411207 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-21T14:53:45.536Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90cf29fd-4484-4f46-ad4f-3a2759411207 and serviceModelVersionId: 06627a57-47d5-44de-8ca5-abe8a47a1b8f
2021-10-21T14:53:45.536Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea91bf7-a7c2-4be6-9deb-4f096b36952c
2021-10-21T14:53:45.538Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea91bf7-a7c2-4be6-9deb-4f096b36952c/model-vers/model-ver/06627a57-47d5-44de-8ca5-abe8a47a1b8f?depth=0
2021-10-21T14:53:45.545Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-10-21T14:53:45.596Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea91bf7-a7c2-4be6-9deb-4f096b36952c/model-vers/model-ver/06627a57-47d5-44de-8ca5-abe8a47a1b8f?depth=0|INFO|500||Invoke
2021-10-21T14:53:45.596Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea91bf7-a7c2-4be6-9deb-4f096b36952c/model-vers/model-ver/06627a57-47d5-44de-8ca5-abe8a47a1b8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea91bf7-a7c2-4be6-9deb-4f096b36952c/model-vers/model-ver/06627a57-47d5-44de-8ca5-abe8a47a1b8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[90cf29fd-4484-4f46-ad4f-3a2759411207], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fd76e611-9cc5-4acb-b6ea-6d3e1aa087e1], X-ECOMP-RequestID=[90cf29fd-4484-4f46-ad4f-3a2759411207], X-TransactionId=[], X-ONAP-RequestID=[90cf29fd-4484-4f46-ad4f-3a2759411207], Content-Type=[application/merge-patch+json]}
2021-10-21T14:53:45.637Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea91bf7-a7c2-4be6-9deb-4f096b36952c/model-vers/model-ver/06627a57-47d5-44de-8ca5-abe8a47a1b8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-21T14:53:46.191Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea91bf7-a7c2-4be6-9deb-4f096b36952c/model-vers/model-ver/06627a57-47d5-44de-8ca5-abe8a47a1b8f?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/aea91bf7-a7c2-4be6-9deb-4f096b36952c/model-vers/model-ver/06627a57-47d5-44de-8ca5-abe8a47a1b8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211021-14:53:45:654-38467], vertex-id=[364640], Content-Length=[0], Date=[Thu, 21 Oct 2021 14:53:45 GMT], Content-Type=[application/json]}
2021-10-21T14:53:46.206Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea91bf7-a7c2-4be6-9deb-4f096b36952c/model-vers/model-ver/06627a57-47d5-44de-8ca5-abe8a47a1b8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-21T14:53:46.208Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea91bf7-a7c2-4be6-9deb-4f096b36952c/model-vers/model-ver/06627a57-47d5-44de-8ca5-abe8a47a1b8f?depth=0|INFO|500||InvokeReturn
2021-10-21T14:53:46.209Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-21T14:53:46.227Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:53:46.241Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-21T14:53:46.242Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90cf29fd-4484-4f46-ad4f-3a2759411207 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-21T14:53:46.242Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-21T14:53:46.243Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:53:46.255Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:53:46.255Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828026242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T14:53:46.345Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-10-21T14:53:46.346Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:53:46.347Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:53:46.395Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:53:46.395Z||pool-50-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-21T14:53:47.276Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:53:47.286Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:53:47.287Z|90cf29fd-4484-4f46-ad4f-3a2759411207|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:53:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:53:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:53:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:53:48.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:53:48.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:53:48.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bd18825-494e-4495-a81f-2837b0c90c27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827945721,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T14:53:48.139Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:53:48.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:53:48.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:53:48.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:53:48.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:53:48.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/resourceInstances/pnfd82d13a9f31f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:53:48.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827946740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:53:48.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:53:48.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:53:48.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827962255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:53:48.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:53:48.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:53:48.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634827964381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT1qkebwpsukqk5tyh2yy/1.0/artifacts/service-DemoPnfT1qkebwpsukqk5tyh2yy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:53:48.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:53:56.855Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:53:56.856Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:53:56.856Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:53:56.856Z|90cf29fd-4484-4f46-ad4f-3a2759411207|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:54:06.427Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:54:06.428Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:54:06.428Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:54:06.428Z|90cf29fd-4484-4f46-ad4f-3a2759411207|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:54:16.002Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:54:48.089Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:54:48.090Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:54:48.090Z|90cf29fd-4484-4f46-ad4f-3a2759411207|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:54:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:54:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:54:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:54:48.282Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:54:48.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:54:48.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cf29fd-4484-4f46-ad4f-3a2759411207",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828026242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T14:54:48.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:54:48.786Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:54:48.787Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-21T14:54:48.788Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a69383f4-7c2d-4ae3-aabe-489709eafc5e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"299411cb-def6-4271-b20c-3b7d90fd900d","serviceDescription":"service","serviceInvariantUUID":"66181aa1-b1be-4ae1-8df9-7f3b8c4ab604","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"87c93a9a-f570-4153-afca-8ac31a430b39","resourceInvariantUUID":"5ab5891c-72f1-4a55-8767-4e351de9bb4d","resourceCustomizationUUID":"8b19c7e2-0610-4c56-b837-9d073beeaabb","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":"MDYwOTIxY2Y4YjExZjlkN2ViYzAzZGJhMWNlYmIxNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c59a4ec8-7175-45ad-b35e-6f8f1861cc52","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":"OWM4OWM4NzgxNGNiOGNlMjRmMzVjNTBlYjBkMjI4NmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb9e4de1-a06b-4135-a425-cf7dbd16bfc1","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":"f5dae433-45d5-4c2e-b39e-9418362aa817","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":"15899db7-e6c0-4bb6-80bc-badade25e90f","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":"35d1b583-973c-4ca3-9022-ed96273f63cc","artifactVersion":"2","generatedFromUUID":"f5dae433-45d5-4c2e-b39e-9418362aa817"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWJjODg1OTVjNzM0MTc1MzQyMGIxOTc4ZTU5MmFkYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f99933e9-196a-4685-87dc-812e8d9db03b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjdiMzVlMzYwZjA3ZGFhNjRkMDk0MTY2OTFkNzQ4MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5780b5c-fd5d-4a22-80e4-0f6a4224b40c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-21T14:54:48.790Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:54:48.790Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:54:48.801Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:54:48.802Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:54:48.895Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-10-21T14:54:48.895Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:54:48.895Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:54:48.916Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:54:48.916Z||pool-51-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:54:49.802Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:54:49.804Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:54:49.807Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:54:49.810Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:54:49.906Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-10-21T14:54:49.906Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:54:49.907Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:54:49.919Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:54:49.920Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-21T14:54:50.811Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:54:50.812Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:54:50.815Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:54:50.815Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:54:50.915Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-21T14:54:50.916Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:54:50.916Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:54:50.927Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:54:50.928Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:54:51.816Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:54:51.817Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:54:51.819Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:54:51.819Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:54:51.919Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-21T14:54:51.920Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:54:51.920Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:54:51.931Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:54:51.931Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:54:52.820Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:54:52.821Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:54:52.823Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:54:52.823Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-21T14:54:52.923Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:54:52.924Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:54:52.924Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:54:52.947Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:54:52.947Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:54:53.824Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:54:53.825Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:54:53.827Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:54:53.827Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:54:53.927Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:54:53.928Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:54:53.928Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:54:53.945Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:54:53.945Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-21T14:54:54.828Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:54:54.829Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:54:54.831Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:54:54.831Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:54:54.931Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:54:54.932Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:54:54.935Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:54:54.958Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:54:54.959Z||pool-57-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:54:55.832Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "299411cb-def6-4271-b20c-3b7d90fd900d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "66181aa1-b1be-4ae1-8df9-7f3b8c4ab604",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "8b19c7e2-0610-4c56-b837-9d073beeaabb",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "87c93a9a-f570-4153-afca-8ac31a430b39",
      "resourceInvariantUUID": "5ab5891c-72f1-4a55-8767-4e351de9bb4d",
      "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": "OWM4OWM4NzgxNGNiOGNlMjRmMzVjNTBlYjBkMjI4NmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb9e4de1-a06b-4135-a425-cf7dbd16bfc1",
          "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": "f5dae433-45d5-4c2e-b39e-9418362aa817",
          "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": "35d1b583-973c-4ca3-9022-ed96273f63cc",
            "generatedFromUUID": "f5dae433-45d5-4c2e-b39e-9418362aa817"
          },
          "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": "35d1b583-973c-4ca3-9022-ed96273f63cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MjdiMzVlMzYwZjA3ZGFhNjRkMDk0MTY2OTFkNzQ4MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f5780b5c-fd5d-4a22-80e4-0f6a4224b40c"
    }
  ],
  "workloadContext": "Production"
}
2021-10-21T14:54:55.835Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-21T14:54:55.835Z|90cf29fd-4484-4f46-ad4f-3a2759411207|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 299411cb-def6-4271-b20c-3b7d90fd900d ASDC
2021-10-21T14:54:55.836Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a69383f4-7c2d-4ae3-aabe-489709eafc5e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:299411cb-def6-4271-b20c-3b7d90fd900d
ServiceInvariantUUID:66181aa1-b1be-4ae1-8df9-7f3b8c4ab604
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:f5780b5c-fd5d-4a22-80e4-0f6a4224b40c
ArtifactChecksum:MjdiMzVlMzYwZjA3ZGFhNjRkMDk0MTY2OTFkNzQ4MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8b19c7e2-0610-4c56-b837-9d073beeaabb
ResourceInvariantUUID:5ab5891c-72f1-4a55-8767-4e351de9bb4d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:87c93a9a-f570-4153-afca-8ac31a430b39
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:cb9e4de1-a06b-4135-a425-cf7dbd16bfc1
ArtifactChecksum:OWM4OWM4NzgxNGNiOGNlMjRmMzVjNTBlYjBkMjI4NmM=
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:f5dae433-45d5-4c2e-b39e-9418362aa817
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:35d1b583-973c-4ca3-9022-ed96273f63cc
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:35d1b583-973c-4ca3-9022-ed96273f63cc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-21T14:54:55.836Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 299411cb-def6-4271-b20c-3b7d90fd900d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:54:55.882Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:54:55.883Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:54:55.883Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:54:55.883Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f5780b5c-fd5d-4a22-80e4-0f6a4224b40c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-21T14:54:55.883Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:54:55.884Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-21T14:54:56.534Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:54:56.537Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f5780b5c-fd5d-4a22-80e4-0f6a4224b40c 70871
2021-10-21T14:54:56.537Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-21T14:54:56.537Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-21T14:54:56.537Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:54:56.537Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:54:56.544Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:54:56.544Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828096537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:54:56.639Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-10-21T14:54:56.640Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:54:56.640Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:54:56.652Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:54:56.652Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:54:57.545Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:54:57.546Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:54:57.546Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f5780b5c-fd5d-4a22-80e4-0f6a4224b40c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-21T14:54:57.547Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-21T14:54:57.547Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-21T14:54:57.547Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-21T14:54:57.953Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12011089745101999421/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-21T14:54:59.147Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-21T14:54:59.147Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-21T14:54:59.147Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-21T14:54:59.147Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-21T14:54:59.147Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-21T14:54:59.147Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-21T14:54:59.147Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|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-BasicVm-csar.csar
2021-10-21T14:54:59.147Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|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-BasicVm-csar.csar
2021-10-21T14:54:59.147Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|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-BasicVm-csar.csar
2021-10-21T14:54:59.148Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-21T14:54:59.148Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|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-BasicVm-csar.csar
2021-10-21T14:54:59.148Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-21T14:54:59.148Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|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-BasicVm-csar.csar
2021-10-21T14:54:59.148Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-21T14:54:59.149Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:54:59.149Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:54:59.149Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-21T14:54:59.149Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-21T14:54:59.149Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:54:59.150Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:54:59.150Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:54:59.150Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-21T14:54:59.150Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-21T14:54:59.150Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:54:59.150Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:54:59.150Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:54:59.150Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:54:59.151Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-21T14:54:59.151Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-21T14:54:59.151Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-21T14:54:59.151Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-21T14:54:59.151Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-21T14:54:59.151Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-21T14:54:59.151Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:54:59.151Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-21T14:54:59.152Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:54:59.152Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-21T14:54:59.152Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:54:59.152Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:54:59.153Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-21T14:54:59.153Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:54:59.153Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:54:59.153Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-21T14:54:59.153Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:54:59.153Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:54:59.153Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-21T14:54:59.154Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-21T14:54:59.154Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-21T14:54:59.154Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf436ae2-03f7-4d9e-a4ed-5ac71cde3f59
2021-10-21T14:54:59.154Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:54:59.154Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:54:59.154Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:54:59.154Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:54:59.154Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:54:59.154Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:54:59.154Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:54:59.155Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:54:59.155Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:299411cb-def6-4271-b20c-3b7d90fd900d
Model Version:NULL
Model InvariantUuid:66181aa1-b1be-4ae1-8df9-7f3b8c4ab604
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:c360bbd9-1141-40a2-bca7-5efd38ded7aa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ab5891c-72f1-4a55-8767-4e351de9bb4d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8b19c7e2-0610-4c56-b837-9d073beeaabb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b5c31ec6-e7df-4310-835e-12295914426f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a5d2f741-1aaf-4a86-a67a-ce966067a3b7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bf436ae2-03f7-4d9e-a4ed-5ac71cde3f59
ModelInvariantUuid:6b40eeac-d0fd-4c0e-b86c-6d7ab4ede055
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:af42940c-d4a4-456c-8281-fd74416b3d4b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5dcf8f0b-157c-49e1-aa66-da04cc9409e8
ModelInvariantUuid:5418737b-3526-4b36-9959-2d6bf1093025
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:b9681bbe-9c6c-49d7-9443-4708490af674
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-21T14:54:59.161Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 87c93a9a-f570-4153-afca-8ac31a430b39
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:54:59.165Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-10-21T14:54:59.165Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 87c93a9a-f570-4153-afca-8ac31a430b39
2021-10-21T14:54:59.165Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cb9e4de1-a06b-4135-a425-cf7dbd16bfc1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-21T14:54:59.165Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:54:59.165Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-21T14:54:59.866Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:54:59.866Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json cb9e4de1-a06b-4135-a425-cf7dbd16bfc1 787
2021-10-21T14:54:59.867Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-21T14:54:59.867Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-21T14:54:59.867Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:54:59.867Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:54:59.869Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:54:59.869Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828099867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:54:59.970Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:54:59.970Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:54:59.970Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:54:59.986Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:54:59.987Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:55:00.870Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b5c31ec6-e7df-4310-835e-12295914426f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a5d2f741-1aaf-4a86-a67a-ce966067a3b7",
    "vfModuleModelCustomizationUUID": "6b6b5ecd-b24a-4e07-ab3b-7e3332612544",
    "isBase": true,
    "artifacts": [
      "f5dae433-45d5-4c2e-b39e-9418362aa817",
      "35d1b583-973c-4ca3-9022-ed96273f63cc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-21T14:55:00.873Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a5d2f741-1aaf-4a86-a67a-ce966067a3b7
VfModuleModelInvariantUUID:b5c31ec6-e7df-4310-835e-12295914426f
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5dae433-45d5-4c2e-b39e-9418362aa817
,
35d1b583-973c-4ca3-9022-ed96273f63cc

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

isBase:true


}

2021-10-21T14:55:00.876Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b5c31ec6-e7df-4310-835e-12295914426f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a5d2f741-1aaf-4a86-a67a-ce966067a3b7",
    "vfModuleModelCustomizationUUID": "6b6b5ecd-b24a-4e07-ab3b-7e3332612544",
    "isBase": true,
    "artifacts": [
      "f5dae433-45d5-4c2e-b39e-9418362aa817",
      "35d1b583-973c-4ca3-9022-ed96273f63cc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-21T14:55:00.876Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a5d2f741-1aaf-4a86-a67a-ce966067a3b7
VfModuleModelInvariantUUID:b5c31ec6-e7df-4310-835e-12295914426f
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5dae433-45d5-4c2e-b39e-9418362aa817
,
35d1b583-973c-4ca3-9022-ed96273f63cc

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

isBase:true


}

2021-10-21T14:55:00.882Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f5dae433-45d5-4c2e-b39e-9418362aa817 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-21T14:55:00.882Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:55:00.883Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-21T14:55:01.050Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:55:01.051Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f5dae433-45d5-4c2e-b39e-9418362aa817 5033
2021-10-21T14:55:01.051Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-21T14:55:01.051Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-21T14:55:01.051Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:55:01.051Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:55:01.053Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:55:01.053Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828101051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:55:01.153Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:55:01.154Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:55:01.154Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:55:01.168Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:55:01.168Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:55:02.054Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 35d1b583-973c-4ca3-9022-ed96273f63cc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-21T14:55:02.055Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:55:02.055Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-21T14:55:03.272Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:55:03.282Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 35d1b583-973c-4ca3-9022-ed96273f63cc 903
2021-10-21T14:55:03.282Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-21T14:55:03.283Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-21T14:55:03.283Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:55:03.283Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:55:03.284Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:55:03.284Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828103282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:55:03.385Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-21T14:55:03.385Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:55:03.385Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:55:03.400Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:55:03.400Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:55:04.285Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 299411cb-def6-4271-b20c-3b7d90fd900d
2021-10-21T14:55:04.285Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 87c93a9a-f570-4153-afca-8ac31a430b39 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:55:04.298Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10c8029, org.onap.sdc.toscaparser.api.parameters.Input@345464ac, org.onap.sdc.toscaparser.api.parameters.Input@7f7a2b95, org.onap.sdc.toscaparser.api.parameters.Input@4ee3a00f, org.onap.sdc.toscaparser.api.parameters.Input@2b0b7c32]
2021-10-21T14:55:04.299Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.299Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:55:04.300Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-10-21T14:55:04.300Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8b19c7e2-0610-4c56-b837-9d073beeaabb
2021-10-21T14:55:04.300Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8b19c7e2-0610-4c56-b837-9d073beeaabb matches Tosca VF Customization UUID: 8b19c7e2-0610-4c56-b837-9d073beeaabb
2021-10-21T14:55:04.300Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8b19c7e2-0610-4c56-b837-9d073beeaabb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-21T14:55:04.303Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.303Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:55:04.303Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8b19c7e2-0610-4c56-b837-9d073beeaabb: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-10-21T14:55:04.303Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@415587eb
2021-10-21T14:55:04.304Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.304Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-21T14:55:04.304Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b6b5ecd-b24a-4e07-ab3b-7e3332612544
2021-10-21T14:55:04.304Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b6b5ecd-b24a-4e07-ab3b-7e3332612544
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-21T14:55:04.306Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.306Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-21T14:55:04.306Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:55:04.307Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.307Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-21T14:55:04.307Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:55:04.307Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.307Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-21T14:55:04.307Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-21T14:55:04.308Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-21T14:55:04.308Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf436ae2-03f7-4d9e-a4ed-5ac71cde3f59
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-21T14:55:04.310Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.310Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-21T14:55:04.310Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:55:04.310Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.311Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-21T14:55:04.311Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8b19c7e2-0610-4c56-b837-9d073beeaabb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:55:04.312Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.312Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:55:04.312Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 299411cb-def6-4271-b20c-3b7d90fd900d: basic_vm
2021-10-21T14:55:04.313Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.313Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:55:04.313Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.313Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:55:04.313Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.313Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:55:04.313Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.313Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:55:04.313Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:55:04.314Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:55:04.314Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:55:04.430Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 87c93a9a-f570-4153-afca-8ac31a430b39 1 ASDC deployResourceStructure
2021-10-21T14:55:04.431Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-21T14:55:04.431Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-21T14:55:04.431Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:55:04.431Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:55:04.434Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:55:04.434Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828104431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:55:04.534Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:55:04.535Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:55:04.535Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:55:04.553Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:55:04.553Z||pool-62-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:55:05.435Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-21T14:55:05.435Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-21T14:55:05.435Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:55:05.435Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:55:05.437Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:55:05.437Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828105435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-21T14:55:05.537Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:55:05.538Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:55:05.538Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:55:05.562Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:55:05.563Z||pool-63-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:55:06.437Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-21T14:55:06.438Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-21T14:55:06.438Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:55:06.438Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:55:06.440Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:55:06.440Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828106437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-21T14:55:06.540Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:55:06.541Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:55:06.541Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:55:06.553Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:55:06.554Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:55:07.441Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-21T14:55:07.441Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-21T14:55:07.441Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:55:07.442Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:55:07.444Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:55:07.444Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828107440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:55:07.544Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:55:07.545Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:55:07.545Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:55:07.569Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:55:07.570Z||pool-65-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:55:08.445Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:55:08.456Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:55:08.458Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:55:08.459Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:55:08.459Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:55:38.459Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:55:38.471Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:55:38.473Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:55:38.473Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:55:38.474Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:55:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:55:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:55:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:55:48.142Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:55:48.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "aai-ml",
  "timestamp": 1634828078265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828079574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "dcae-sch",
  "timestamp": 1634828081063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828079574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:55:48.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "aai-ml",
  "timestamp": 1634828078265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "dcae-sch",
  "timestamp": 1634828081063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828084997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828079574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:55:48.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "aai-ml",
  "timestamp": 1634828078265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "dcae-sch",
  "timestamp": 1634828081063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828084997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828079574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "aai-ml",
  "timestamp": 1634828078265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "dcae-sch",
  "timestamp": 1634828081063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828084997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:55:48.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:55:48.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:55:48.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:56:08.474Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:56:08.491Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:56:08.499Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:56:08.499Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:56:08.499Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:56:38.500Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:56:38.814Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:56:38.816Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:56:38.817Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:56:38.817Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:56:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:56:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:56:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:56:48.130Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:56:48.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:56:48.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828079574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-21T14:56:48.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:08.817Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:57:10.649Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:57:10.651Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:57:10.651Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:57:10.652Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:57:40.652Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:57:40.663Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:57:40.666Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:57:40.667Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-21T14:57:40.667Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-21T14:57:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:57:48.093Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:57:48.093Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:57:48.118Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:57:48.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "dcae-sch",
  "timestamp": 1634828081063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "aai-ml",
  "timestamp": 1634828078265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828084997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828079574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "aai-ml",
  "timestamp": 1634828078265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "dcae-sch",
  "timestamp": 1634828081063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828084997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828079574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "aai-ml",
  "timestamp": 1634828078265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "dcae-sch",
  "timestamp": 1634828081063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828084997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828084997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828091751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "aai-ml",
  "timestamp": 1634828091959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828093666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828095536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828095757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "cds",
  "timestamp": 1634828095940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "policy-id",
  "timestamp": 1634828096362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828096537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828096552,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.153Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a69383f4-7c2d-4ae3-aabe-489709eafc5e
2021-10-21T14:57:48.154Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a69383f4-7c2d-4ae3-aabe-489709eafc5e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "cds",
  "timestamp": 1634828096944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.190Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a69383f4-7c2d-4ae3-aabe-489709eafc5e
2021-10-21T14:57:48.191Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a69383f4-7c2d-4ae3-aabe-489709eafc5e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "policy-id",
  "timestamp": 1634828097365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.207Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828097562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.207Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "policy-id",
  "timestamp": 1634828098368,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.214Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a69383f4-7c2d-4ae3-aabe-489709eafc5e
2021-10-21T14:57:48.214Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a69383f4-7c2d-4ae3-aabe-489709eafc5e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-21T14:57:48.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828098602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828099606,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.236Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a69383f4-7c2d-4ae3-aabe-489709eafc5e
2021-10-21T14:57:48.236Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a69383f4-7c2d-4ae3-aabe-489709eafc5e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828099867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.247Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828099570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828101051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828099570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "dcae-sch",
  "timestamp": 1634828101063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828099570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "dcae-sch",
  "timestamp": 1634828101063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828103282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828099570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "dcae-sch",
  "timestamp": 1634828101063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "aai-ml",
  "timestamp": 1634828104235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828099570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828104431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "dcae-sch",
  "timestamp": 1634828101063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "cds",
  "timestamp": 1634828087644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "aai-ml",
  "timestamp": 1634828105239,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.259Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a69383f4-7c2d-4ae3-aabe-489709eafc5e
2021-10-21T14:57:48.260Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a69383f4-7c2d-4ae3-aabe-489709eafc5e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828099570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828105435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828104997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "dcae-sch",
  "timestamp": 1634828101063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828099570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "cds",
  "timestamp": 1634828106367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "policy-id",
  "timestamp": 1634828088060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828106437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828104997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "dcae-sch",
  "timestamp": 1634828101063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828099570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "cds",
  "timestamp": 1634828107371,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.292Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d72493a8-e3bb-49f7-80ab-66aacc11ce14
2021-10-21T14:57:48.292Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d72493a8-e3bb-49f7-80ab-66aacc11ce14 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828107440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.302Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828104997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828087221,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "dcae-sch",
  "timestamp": 1634828101063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "policy-id",
  "timestamp": 1634828107782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828108370,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828104997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "dcae-sch",
  "timestamp": 1634828101063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "policy-id",
  "timestamp": 1634828108786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828108856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "aai-ml",
  "timestamp": 1634828108265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828104997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828109651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "policy-id",
  "timestamp": 1634828109789,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.312Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d72493a8-e3bb-49f7-80ab-66aacc11ce14
2021-10-21T14:57:48.312Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d72493a8-e3bb-49f7-80ab-66aacc11ce14 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "aai-ml",
  "timestamp": 1634828108265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828104997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "aai-ml",
  "timestamp": 1634828108265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "clamp",
  "timestamp": 1634828110920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.331Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828110973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.331Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "dcae-sch",
  "timestamp": 1634828110992,
  "artifactURL": "/sdc/v1/catalog/services/479b1ec7-108e-4a05-a009-5e901f85ed7a/resourceInstances/basicclamp0/artifacts/105282a9-f035-40b8-9713-4e1028ac3f45",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.331Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828111322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828104997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "cds",
  "timestamp": 1634828108375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "policy-id",
  "timestamp": 1634828110792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "aai-ml",
  "timestamp": 1634828108265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828111992,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.339Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d72493a8-e3bb-49f7-80ab-66aacc11ce14
2021-10-21T14:57:48.339Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d72493a8-e3bb-49f7-80ab-66aacc11ce14 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-21T14:57:48.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "dcae-sch",
  "timestamp": 1634828112281,
  "artifactURL": "/sdc/v1/catalog/services/479b1ec7-108e-4a05-a009-5e901f85ed7a/resourceInstances/basicclamp0/artifacts/105282a9-f035-40b8-9713-4e1028ac3f45",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.346Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828112326,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.351Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d72493a8-e3bb-49f7-80ab-66aacc11ce14
2021-10-21T14:57:48.352Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d72493a8-e3bb-49f7-80ab-66aacc11ce14 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828104997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "cds",
  "timestamp": 1634828108375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "policy-id",
  "timestamp": 1634828110792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "aai-ml",
  "timestamp": 1634828108265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828113003,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "dcae-sch",
  "timestamp": 1634828113285,
  "artifactURL": "/sdc/v1/catalog/services/479b1ec7-108e-4a05-a009-5e901f85ed7a/resourceInstances/basicclamp0/artifacts/105282a9-f035-40b8-9713-4e1028ac3f45",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.371Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of d72493a8-e3bb-49f7-80ab-66aacc11ce14
2021-10-21T14:57:48.372Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d72493a8-e3bb-49f7-80ab-66aacc11ce14 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "cds",
  "timestamp": 1634828108375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "policy-id",
  "timestamp": 1634828110792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "aai-ml",
  "timestamp": 1634828108265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "clamp",
  "timestamp": 1634828113923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "cds",
  "timestamp": 1634828108375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "policy-id",
  "timestamp": 1634828110792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "aai-ml",
  "timestamp": 1634828108265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "clamp",
  "timestamp": 1634828114926,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.407Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a69383f4-7c2d-4ae3-aabe-489709eafc5e
2021-10-21T14:57:48.407Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a69383f4-7c2d-4ae3-aabe-489709eafc5e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "cds",
  "timestamp": 1634828108375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "policy-id",
  "timestamp": 1634828110792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "aai-ml",
  "timestamp": 1634828108265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "cds",
  "timestamp": 1634828108375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "policy-id",
  "timestamp": 1634828110792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "aai-ml",
  "timestamp": 1634828117340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "cds",
  "timestamp": 1634828108375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "policy-id",
  "timestamp": 1634828110792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828117221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "cds",
  "timestamp": 1634828108375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828117221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "policy-id",
  "timestamp": 1634828110792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828117221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828119570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828117221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828119570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "cds",
  "timestamp": 1634828121532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "policy-id",
  "timestamp": 1634828121552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "dcae-sch",
  "timestamp": 1634828121063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828117221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828119570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "policy-id",
  "timestamp": 1634828122560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "dcae-sch",
  "timestamp": 1634828121063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828117221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "clamp",
  "timestamp": 1634828098096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828119570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "policy-id",
  "timestamp": 1634828123563,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.466Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 494c5cfc-2ef4-4873-a8b7-86355cfe2063
2021-10-21T14:57:48.467Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 494c5cfc-2ef4-4873-a8b7-86355cfe2063 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "dcae-sch",
  "timestamp": 1634828121063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828117221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828119570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "cds",
  "timestamp": 1634828124240,
  "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=?
2021-10-21T14:57:48.495Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 494c5cfc-2ef4-4873-a8b7-86355cfe2063
2021-10-21T14:57:48.495Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 494c5cfc-2ef4-4873-a8b7-86355cfe2063 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "dcae-sch",
  "timestamp": 1634828121063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828117221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828119570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828124997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "dcae-sch",
  "timestamp": 1634828121063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828119570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828126602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828124997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "dcae-sch",
  "timestamp": 1634828121063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828119570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828124997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "dcae-sch",
  "timestamp": 1634828121063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "clamp",
  "timestamp": 1634828128144,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.509Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828124997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "dcae-sch",
  "timestamp": 1634828121063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828128755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "clamp",
  "timestamp": 1634828129147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828129559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828124997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828130157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828130563,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.546Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 494c5cfc-2ef4-4873-a8b7-86355cfe2063
2021-10-21T14:57:48.546Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 494c5cfc-2ef4-4873-a8b7-86355cfe2063 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "aai-ml",
  "timestamp": 1634828130562,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828124997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "clamp",
  "timestamp": 1634828131346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828131476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "aai-ml",
  "timestamp": 1634828131565,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.569Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d72493a8-e3bb-49f7-80ab-66aacc11ce14
2021-10-21T14:57:48.570Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d72493a8-e3bb-49f7-80ab-66aacc11ce14 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828124997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "clamp",
  "timestamp": 1634828132349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.593Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828132490,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.601Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 494c5cfc-2ef4-4873-a8b7-86355cfe2063
2021-10-21T14:57:48.601Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 494c5cfc-2ef4-4873-a8b7-86355cfe2063 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-21T14:57:48.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828124997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "clamp",
  "timestamp": 1634828133352,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:57:48.634Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d72493a8-e3bb-49f7-80ab-66aacc11ce14
2021-10-21T14:57:48.635Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d72493a8-e3bb-49f7-80ab-66aacc11ce14 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:57:48.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828133494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:57:48.659Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:57:48.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "clamp",
  "timestamp": 1634828134355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "clamp",
  "timestamp": 1634828134355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "clamp",
  "timestamp": 1634828134355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "clamp",
  "timestamp": 1634828134355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "aai-ml",
  "timestamp": 1634828138265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "clamp",
  "timestamp": 1634828134355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "aai-ml",
  "timestamp": 1634828138265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "clamp",
  "timestamp": 1634828134355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "aai-ml",
  "timestamp": 1634828138265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "clamp",
  "timestamp": 1634828134355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "aai-ml",
  "timestamp": 1634828138265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "clamp",
  "timestamp": 1634828134355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "aai-ml",
  "timestamp": 1634828138265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "aai-ml",
  "timestamp": 1634828138265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "aai-ml",
  "timestamp": 1634828138265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:57:48.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "aai-ml",
  "timestamp": 1634828138265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:57:48.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:57:48.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:57:48.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "aai-ml",
  "timestamp": 1634828147459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:57:48.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:58:10.667Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:58:10.679Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:58:10.683Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:58:10.683Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-21T14:58:10.683Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-21T14:58:10.683Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-21T14:58:10.683Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:58:10.683Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:58:10.683Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:58:10.684Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:58:10.684Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:58:10.684Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:58:10.684Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:58:10.689Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-21T14:58:40.690Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-21T14:58:40.697Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a69383f4-7c2d-4ae3-aabe-489709eafc5e and serviceModelVersionId: 299411cb-def6-4271-b20c-3b7d90fd900d
2021-10-21T14:58:40.697Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 66181aa1-b1be-4ae1-8df9-7f3b8c4ab604
2021-10-21T14:58:40.698Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/66181aa1-b1be-4ae1-8df9-7f3b8c4ab604/model-vers/model-ver/299411cb-def6-4271-b20c-3b7d90fd900d?depth=0
2021-10-21T14:58:40.703Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-10-21T14:58:40.775Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66181aa1-b1be-4ae1-8df9-7f3b8c4ab604/model-vers/model-ver/299411cb-def6-4271-b20c-3b7d90fd900d?depth=0|INFO|500||Invoke
2021-10-21T14:58:40.799Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66181aa1-b1be-4ae1-8df9-7f3b8c4ab604/model-vers/model-ver/299411cb-def6-4271-b20c-3b7d90fd900d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66181aa1-b1be-4ae1-8df9-7f3b8c4ab604/model-vers/model-ver/299411cb-def6-4271-b20c-3b7d90fd900d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a69383f4-7c2d-4ae3-aabe-489709eafc5e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4861970e-4869-48c9-b1df-72418078e863], X-ECOMP-RequestID=[a69383f4-7c2d-4ae3-aabe-489709eafc5e], X-TransactionId=[], X-ONAP-RequestID=[a69383f4-7c2d-4ae3-aabe-489709eafc5e], Content-Type=[application/merge-patch+json]}
2021-10-21T14:58:40.825Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66181aa1-b1be-4ae1-8df9-7f3b8c4ab604/model-vers/model-ver/299411cb-def6-4271-b20c-3b7d90fd900d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-21T14:58:41.631Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66181aa1-b1be-4ae1-8df9-7f3b8c4ab604/model-vers/model-ver/299411cb-def6-4271-b20c-3b7d90fd900d?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/66181aa1-b1be-4ae1-8df9-7f3b8c4ab604/model-vers/model-ver/299411cb-def6-4271-b20c-3b7d90fd900d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211021-14:58:40:831-2931], vertex-id=[381024], Content-Length=[0], Date=[Thu, 21 Oct 2021 14:58:40 GMT], Content-Type=[application/json]}
2021-10-21T14:58:41.632Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66181aa1-b1be-4ae1-8df9-7f3b8c4ab604/model-vers/model-ver/299411cb-def6-4271-b20c-3b7d90fd900d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-21T14:58:41.632Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66181aa1-b1be-4ae1-8df9-7f3b8c4ab604/model-vers/model-ver/299411cb-def6-4271-b20c-3b7d90fd900d?depth=0|INFO|500||InvokeReturn
2021-10-21T14:58:41.632Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-21T14:58:41.632Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:58:41.637Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-21T14:58:41.638Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a69383f4-7c2d-4ae3-aabe-489709eafc5e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-21T14:58:41.638Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-21T14:58:41.638Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:41.640Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:41.640Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828321638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T14:58:41.740Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:58:41.741Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:41.741Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:41.759Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:41.759Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-21T14:58:42.652Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-21T14:58:42.652Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d72493a8-e3bb-49f7-80ab-66aacc11ce14","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"479b1ec7-108e-4a05-a009-5e901f85ed7a","serviceDescription":"service","serviceInvariantUUID":"ccd61a21-51cb-4af6-9f0a-f2de403b8670","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2510c184-ffd5-42c4-86aa-eeca6fc77fc2","resourceInvariantUUID":"c8edf839-684c-4f4e-b1cc-543aa0c52041","resourceCustomizationUUID":"db6a817a-32bf-4d09-920c-50e9548b4f84","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":"105282a9-f035-40b8-9713-4e1028ac3f45","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":"YTBjYzA1YTRlNDIxNWNlOGY1OGJhY2Q2Yjk4OGY4ZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc007821-1a77-4de2-ba8e-a4bbc90c4e4a","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":"ZDg5MzA2NWFlZDdlNzdjNzIxYzhmM2RiMjY0MDUwZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2c51a529-6cb2-49ed-a43f-cc244702f8f8","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":"c5a5d0ad-2bad-4a9b-9b7c-eac3eb68e965","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":"5e01cba7-68ba-4d23-b0bc-233186e2f115","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":"580cde03-f900-4400-b4f0-0ef83fbbfbc9","artifactVersion":"2","generatedFromUUID":"c5a5d0ad-2bad-4a9b-9b7c-eac3eb68e965"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MDNiMDRkY2QzYWYwMTY4N2NjNjE4NjZiMWI2N2NiM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a144b15-4008-4253-9285-d6d178a6b09d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NDI0ZWRkMTcwYjFkNWMyNzViYjA2OGI5NjVlOWI3OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5556d194-b3c3-4500-92d4-e700ab3bac7a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-21T14:58:42.652Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:58:42.653Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:42.655Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:42.655Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:58:42.755Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:58:42.756Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:42.756Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:42.774Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:42.775Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:58:43.656Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:58:43.657Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:43.659Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:43.659Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:58:43.760Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-21T14:58:43.761Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:43.761Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:43.796Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:43.796Z||pool-68-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:58:44.660Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:58:44.661Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:44.662Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:44.663Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:58:44.763Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:58:44.763Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:44.763Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:44.773Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:44.774Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:58:45.663Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:58:45.663Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:45.665Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:45.666Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:58:45.766Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-21T14:58:45.766Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:45.766Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:45.784Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:45.785Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:58:46.666Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:58:46.667Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:46.668Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:46.668Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:58:46.769Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-21T14:58:46.769Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:46.769Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:46.780Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:46.780Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-21T14:58:47.669Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:58:47.670Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:47.671Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:47.671Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-21T14:58:47.771Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:58:47.772Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:47.772Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:47.786Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:47.786Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:58:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:58:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:58:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:48.114Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:48.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:58:48.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "clamp",
  "timestamp": 1634828156929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:58:48.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:58:48.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:58:48.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "clamp",
  "timestamp": 1634828159944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:58:48.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:58:48.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:58:48.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "clamp",
  "timestamp": 1634828160948,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:58:48.122Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 494c5cfc-2ef4-4873-a8b7-86355cfe2063
2021-10-21T14:58:48.122Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 494c5cfc-2ef4-4873-a8b7-86355cfe2063 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:58:48.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:58:48.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "aai-ml",
  "timestamp": 1634828162730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:58:48.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:58:48.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:58:48.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "aai-ml",
  "timestamp": 1634828163734,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:58:48.161Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 494c5cfc-2ef4-4873-a8b7-86355cfe2063
2021-10-21T14:58:48.162Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 494c5cfc-2ef4-4873-a8b7-86355cfe2063 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:58:48.672Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:58:48.672Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:48.674Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:48.675Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:58:48.775Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:58:48.775Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:48.776Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:48.789Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:48.790Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-21T14:58:49.675Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:58:49.676Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:49.677Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:49.678Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:58:49.778Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:58:49.778Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:49.778Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:49.791Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:49.791Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:58:50.679Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "479b1ec7-108e-4a05-a009-5e901f85ed7a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccd61a21-51cb-4af6-9f0a-f2de403b8670",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "db6a817a-32bf-4d09-920c-50e9548b4f84",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2510c184-ffd5-42c4-86aa-eeca6fc77fc2",
      "resourceInvariantUUID": "c8edf839-684c-4f4e-b1cc-543aa0c52041",
      "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": "ZDg5MzA2NWFlZDdlNzdjNzIxYzhmM2RiMjY0MDUwZTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2c51a529-6cb2-49ed-a43f-cc244702f8f8",
          "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": "c5a5d0ad-2bad-4a9b-9b7c-eac3eb68e965",
          "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": "580cde03-f900-4400-b4f0-0ef83fbbfbc9",
            "generatedFromUUID": "c5a5d0ad-2bad-4a9b-9b7c-eac3eb68e965"
          },
          "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": "580cde03-f900-4400-b4f0-0ef83fbbfbc9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NDI0ZWRkMTcwYjFkNWMyNzViYjA2OGI5NjVlOWI3OTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5556d194-b3c3-4500-92d4-e700ab3bac7a"
    }
  ],
  "workloadContext": "Production"
}
2021-10-21T14:58:50.679Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-21T14:58:50.679Z|a69383f4-7c2d-4ae3-aabe-489709eafc5e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 479b1ec7-108e-4a05-a009-5e901f85ed7a ASDC
2021-10-21T14:58:50.680Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d72493a8-e3bb-49f7-80ab-66aacc11ce14
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:479b1ec7-108e-4a05-a009-5e901f85ed7a
ServiceInvariantUUID:ccd61a21-51cb-4af6-9f0a-f2de403b8670
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:5556d194-b3c3-4500-92d4-e700ab3bac7a
ArtifactChecksum:NDI0ZWRkMTcwYjFkNWMyNzViYjA2OGI5NjVlOWI3OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:db6a817a-32bf-4d09-920c-50e9548b4f84
ResourceInvariantUUID:c8edf839-684c-4f4e-b1cc-543aa0c52041
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:2510c184-ffd5-42c4-86aa-eeca6fc77fc2
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:2c51a529-6cb2-49ed-a43f-cc244702f8f8
ArtifactChecksum:ZDg5MzA2NWFlZDdlNzdjNzIxYzhmM2RiMjY0MDUwZTE=
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:c5a5d0ad-2bad-4a9b-9b7c-eac3eb68e965
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:580cde03-f900-4400-b4f0-0ef83fbbfbc9
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:580cde03-f900-4400-b4f0-0ef83fbbfbc9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-21T14:58:50.680Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 479b1ec7-108e-4a05-a009-5e901f85ed7a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-21T14:58:50.720Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:58:50.721Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:58:50.721Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:58:50.723Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5556d194-b3c3-4500-92d4-e700ab3bac7a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-21T14:58:50.723Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:58:50.723Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-21T14:58:51.188Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:58:51.192Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 5556d194-b3c3-4500-92d4-e700ab3bac7a 73473
2021-10-21T14:58:51.193Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-21T14:58:51.193Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-21T14:58:51.193Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:58:51.193Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:51.194Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:51.194Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828331193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:58:51.295Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:58:51.295Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:51.295Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:51.327Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:51.328Z||pool-75-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":7,"count":1}
2021-10-21T14:58:52.195Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:58:52.196Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-21T14:58:52.196Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5556d194-b3c3-4500-92d4-e700ab3bac7a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-21T14:58:52.196Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-21T14:58:52.197Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-21T14:58:52.197Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-21T14:58:52.343Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3152145914847051571/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-21T14:58:53.518Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-21T14:58:53.518Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-21T14:58:53.518Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-21T14:58:53.518Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-21T14:58:53.519Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-21T14:58:53.519Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-21T14:58:53.519Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|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-Basicclamp-csar.csar
2021-10-21T14:58:53.519Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|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-Basicclamp-csar.csar
2021-10-21T14:58:53.519Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|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-Basicclamp-csar.csar
2021-10-21T14:58:53.519Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-21T14:58:53.519Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-21T14:58:53.519Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|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-Basicclamp-csar.csar
2021-10-21T14:58:53.519Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|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-Basicclamp-csar.csar
2021-10-21T14:58:53.519Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-21T14:58:53.519Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:53.519Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:53.520Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-21T14:58:53.520Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-21T14:58:53.520Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:58:53.520Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:53.520Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:53.520Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-21T14:58:53.520Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-21T14:58:53.520Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:58:53.520Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:53.521Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:53.521Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:53.521Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-21T14:58:53.521Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-21T14:58:53.521Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-21T14:58:53.521Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-21T14:58:53.521Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-21T14:58:53.521Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-21T14:58:53.521Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:53.521Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-21T14:58:53.521Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:53.521Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-21T14:58:53.521Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:58:53.522Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:53.522Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-21T14:58:53.522Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:58:53.522Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:53.522Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-21T14:58:53.522Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:58:53.522Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:53.522Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-21T14:58:53.522Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-21T14:58:53.522Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-21T14:58:53.523Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d2918308-48ec-43c5-88ad-1c0a9df914a1
2021-10-21T14:58:53.523Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:53.523Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:53.523Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:53.523Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:53.523Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:53.523Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:53.523Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:53.523Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:53.523Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:479b1ec7-108e-4a05-a009-5e901f85ed7a
Model Version:NULL
Model InvariantUuid:ccd61a21-51cb-4af6-9f0a-f2de403b8670
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:19094892-2e43-4f9c-a8f2-891f6a9fb873
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c8edf839-684c-4f4e-b1cc-543aa0c52041
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:db6a817a-32bf-4d09-920c-50e9548b4f84
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c42ccb59-0453-4446-90f0-38558e450fdd
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:f121481f-eabf-4a82-80f5-d3ce57620dd3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d2918308-48ec-43c5-88ad-1c0a9df914a1
ModelInvariantUuid:b5bb07c8-6812-411d-a5b0-690ea1c6dc7b
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:77c9b004-9a99-4aed-a4bf-50c86739786f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:20e465c4-580b-45a7-a18c-b79f348f571a
ModelInvariantUuid:681fda25-fe62-4658-9b98-78296de83bac
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:9cf1bc3b-1440-4b46-8059-1381171be913
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-21T14:58:53.530Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2510c184-ffd5-42c4-86aa-eeca6fc77fc2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:58:53.533Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||basicclamp 0
2021-10-21T14:58:53.533Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2510c184-ffd5-42c4-86aa-eeca6fc77fc2
2021-10-21T14:58:53.533Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2c51a529-6cb2-49ed-a43f-cc244702f8f8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-21T14:58:53.533Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:58:53.533Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-21T14:58:54.483Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:58:54.483Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2c51a529-6cb2-49ed-a43f-cc244702f8f8 790
2021-10-21T14:58:54.490Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-21T14:58:54.490Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-21T14:58:54.490Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:58:54.491Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:54.492Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:54.492Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828334490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:58:54.593Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:58:54.593Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:54.593Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:54.612Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:54.612Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-21T14:58:55.495Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c42ccb59-0453-4446-90f0-38558e450fdd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f121481f-eabf-4a82-80f5-d3ce57620dd3",
    "vfModuleModelCustomizationUUID": "20dedc7e-7a3d-44da-a9b7-ed3eb47ff844",
    "isBase": true,
    "artifacts": [
      "c5a5d0ad-2bad-4a9b-9b7c-eac3eb68e965",
      "580cde03-f900-4400-b4f0-0ef83fbbfbc9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-21T14:58:55.500Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f121481f-eabf-4a82-80f5-d3ce57620dd3
VfModuleModelInvariantUUID:c42ccb59-0453-4446-90f0-38558e450fdd
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5a5d0ad-2bad-4a9b-9b7c-eac3eb68e965
,
580cde03-f900-4400-b4f0-0ef83fbbfbc9

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

isBase:true


}

2021-10-21T14:58:55.502Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c42ccb59-0453-4446-90f0-38558e450fdd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f121481f-eabf-4a82-80f5-d3ce57620dd3",
    "vfModuleModelCustomizationUUID": "20dedc7e-7a3d-44da-a9b7-ed3eb47ff844",
    "isBase": true,
    "artifacts": [
      "c5a5d0ad-2bad-4a9b-9b7c-eac3eb68e965",
      "580cde03-f900-4400-b4f0-0ef83fbbfbc9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-21T14:58:55.503Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f121481f-eabf-4a82-80f5-d3ce57620dd3
VfModuleModelInvariantUUID:c42ccb59-0453-4446-90f0-38558e450fdd
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5a5d0ad-2bad-4a9b-9b7c-eac3eb68e965
,
580cde03-f900-4400-b4f0-0ef83fbbfbc9

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

isBase:true


}

2021-10-21T14:58:55.503Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c5a5d0ad-2bad-4a9b-9b7c-eac3eb68e965 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-21T14:58:55.503Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:58:55.503Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-21T14:58:56.064Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:58:56.064Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c5a5d0ad-2bad-4a9b-9b7c-eac3eb68e965 5033
2021-10-21T14:58:56.064Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-21T14:58:56.065Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-21T14:58:56.065Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:58:56.065Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:56.067Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:56.067Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828336064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:58:56.167Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:58:56.168Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:56.168Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:56.183Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:56.183Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:58:57.068Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 580cde03-f900-4400-b4f0-0ef83fbbfbc9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-21T14:58:57.069Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-21T14:58:57.069Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-21T14:58:57.437Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-21T14:58:57.437Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 580cde03-f900-4400-b4f0-0ef83fbbfbc9 909
2021-10-21T14:58:57.437Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-21T14:58:57.438Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-21T14:58:57.438Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:58:57.438Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:57.439Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:57.439Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828337437,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:58:57.540Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-21T14:58:57.540Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:57.541Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:57.553Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:57.553Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:58:58.440Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 479b1ec7-108e-4a05-a009-5e901f85ed7a
2021-10-21T14:58:58.441Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2510c184-ffd5-42c4-86aa-eeca6fc77fc2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:58:58.454Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ea02d6, org.onap.sdc.toscaparser.api.parameters.Input@57b177f7, org.onap.sdc.toscaparser.api.parameters.Input@2eb8fc43, org.onap.sdc.toscaparser.api.parameters.Input@ef90561, org.onap.sdc.toscaparser.api.parameters.Input@58535ada]
2021-10-21T14:58:58.455Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.455Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:58.455Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-10-21T14:58:58.455Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= db6a817a-32bf-4d09-920c-50e9548b4f84
2021-10-21T14:58:58.455Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db6a817a-32bf-4d09-920c-50e9548b4f84 matches Tosca VF Customization UUID: db6a817a-32bf-4d09-920c-50e9548b4f84
2021-10-21T14:58:58.456Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: db6a817a-32bf-4d09-920c-50e9548b4f84  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-21T14:58:58.457Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.458Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:58.458Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id db6a817a-32bf-4d09-920c-50e9548b4f84: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-21T14:58:58.458Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ba6fc15
2021-10-21T14:58:58.458Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.458Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-21T14:58:58.459Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 20dedc7e-7a3d-44da-a9b7-ed3eb47ff844
2021-10-21T14:58:58.459Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 20dedc7e-7a3d-44da-a9b7-ed3eb47ff844
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-21T14:58:58.461Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.461Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-21T14:58:58.461Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:58:58.461Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.462Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-21T14:58:58.462Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:58:58.462Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.462Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-21T14:58:58.462Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-21T14:58:58.462Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-21T14:58:58.463Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d2918308-48ec-43c5-88ad-1c0a9df914a1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-21T14:58:58.465Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.465Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-21T14:58:58.465Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:58:58.465Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.465Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-21T14:58:58.466Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=db6a817a-32bf-4d09-920c-50e9548b4f84
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:58:58.468Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.468Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:58.469Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 479b1ec7-108e-4a05-a009-5e901f85ed7a: basicclamp
2021-10-21T14:58:58.469Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.469Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:58.469Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.469Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:58.469Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.470Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:58.470Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.470Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:58.486Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:58:58.487Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:58:58.487Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:58:58.607Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2510c184-ffd5-42c4-86aa-eeca6fc77fc2 1 ASDC deployResourceStructure
2021-10-21T14:58:58.607Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-21T14:58:58.607Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-21T14:58:58.607Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:58:58.608Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:58.610Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:58.610Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828338607,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:58:58.710Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:58:58.711Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:58.711Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:58.752Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:58.752Z||pool-79-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:58:59.611Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-21T14:58:59.611Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-21T14:58:59.611Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:58:59.612Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:58:59.613Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:58:59.613Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828339611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-21T14:58:59.714Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:58:59.714Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:58:59.714Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:58:59.732Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:58:59.733Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:00.614Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-21T14:59:00.614Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-21T14:59:00.614Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:59:00.615Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:00.616Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:00.616Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828340614,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-21T14:59:00.717Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-21T14:59:00.718Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:00.718Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:00.736Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:00.737Z||pool-81-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:01.617Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-21T14:59:01.618Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-21T14:59:01.618Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:59:01.618Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:01.620Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:01.620Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828341617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:59:01.720Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:59:01.721Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:01.721Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:01.736Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:01.736Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:02.621Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d72493a8-e3bb-49f7-80ab-66aacc11ce14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:59:02.633Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d72493a8-e3bb-49f7-80ab-66aacc11ce14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T14:59:02.635Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T14:59:02.635Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-21T14:59:02.635Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-21T14:59:02.636Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-21T14:59:02.636Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:59:02.636Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:59:02.636Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:59:02.636Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:59:02.636Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:59:02.636Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:59:02.636Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T14:59:02.636Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:59:02.642Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-21T14:59:32.642Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d72493a8-e3bb-49f7-80ab-66aacc11ce14 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-21T14:59:32.647Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d72493a8-e3bb-49f7-80ab-66aacc11ce14 and serviceModelVersionId: 479b1ec7-108e-4a05-a009-5e901f85ed7a
2021-10-21T14:59:32.648Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccd61a21-51cb-4af6-9f0a-f2de403b8670
2021-10-21T14:59:32.648Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccd61a21-51cb-4af6-9f0a-f2de403b8670/model-vers/model-ver/479b1ec7-108e-4a05-a009-5e901f85ed7a?depth=0
2021-10-21T14:59:32.654Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-10-21T14:59:32.695Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccd61a21-51cb-4af6-9f0a-f2de403b8670/model-vers/model-ver/479b1ec7-108e-4a05-a009-5e901f85ed7a?depth=0|INFO|500||Invoke
2021-10-21T14:59:32.695Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccd61a21-51cb-4af6-9f0a-f2de403b8670/model-vers/model-ver/479b1ec7-108e-4a05-a009-5e901f85ed7a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccd61a21-51cb-4af6-9f0a-f2de403b8670/model-vers/model-ver/479b1ec7-108e-4a05-a009-5e901f85ed7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d72493a8-e3bb-49f7-80ab-66aacc11ce14], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0aac302-3547-492b-a3c1-083a255ee994], X-ECOMP-RequestID=[d72493a8-e3bb-49f7-80ab-66aacc11ce14], X-TransactionId=[], X-ONAP-RequestID=[d72493a8-e3bb-49f7-80ab-66aacc11ce14], Content-Type=[application/merge-patch+json]}
2021-10-21T14:59:32.720Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccd61a21-51cb-4af6-9f0a-f2de403b8670/model-vers/model-ver/479b1ec7-108e-4a05-a009-5e901f85ed7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-21T14:59:33.381Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccd61a21-51cb-4af6-9f0a-f2de403b8670/model-vers/model-ver/479b1ec7-108e-4a05-a009-5e901f85ed7a?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/ccd61a21-51cb-4af6-9f0a-f2de403b8670/model-vers/model-ver/479b1ec7-108e-4a05-a009-5e901f85ed7a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211021-14:59:32:744-77145], vertex-id=[450744], Content-Length=[0], Date=[Thu, 21 Oct 2021 14:59:32 GMT], Content-Type=[application/json]}
2021-10-21T14:59:33.381Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccd61a21-51cb-4af6-9f0a-f2de403b8670/model-vers/model-ver/479b1ec7-108e-4a05-a009-5e901f85ed7a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-21T14:59:33.382Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccd61a21-51cb-4af6-9f0a-f2de403b8670/model-vers/model-ver/479b1ec7-108e-4a05-a009-5e901f85ed7a?depth=0|INFO|500||InvokeReturn
2021-10-21T14:59:33.382Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-21T14:59:33.382Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:59:33.391Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-21T14:59:33.391Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d72493a8-e3bb-49f7-80ab-66aacc11ce14 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-21T14:59:33.391Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-21T14:59:33.391Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:33.394Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:33.394Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828373391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T14:59:33.494Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:59:33.494Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:33.494Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:33.516Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:33.516Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-21T14:59:34.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T14:59:34.417Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:59:34.417Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:40.033Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:40.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-21T14:59:40.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"494c5cfc-2ef4-4873-a8b7-86355cfe2063","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"37d21dbf-dd70-453f-bd1c-906fe3bff3aa","serviceDescription":"service","serviceInvariantUUID":"6be24662-4308-44ee-83a1-d02afaff5802","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59780d5a-0291-4081-a5fa-584abaa1b0b8","resourceInvariantUUID":"19318c2a-d449-474d-9ce5-9b6bc983acd3","resourceCustomizationUUID":"aba605ad-463b-4a01-a19d-95b4c3aa7ca7","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":"MWVjZmEwNjBkY2Q2NTUwZTQyNDhhM2ZjNzc2ZjAwNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95ba08d4-ac82-4fa8-b6a9-848f4506fcbe","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":"OWM0OGJmOGY5MDQwM2RjZWZlYWQwZGIyNzc1NjZjNTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76f05525-00f7-4439-a7c3-ebf4ea9e92ba","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":"0c2014c4-e404-4b65-9a5b-2ee83d00a748","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":"8edd8696-5581-4d6f-a12c-0f29b412c486","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":"53750192-4468-4c9c-8d14-1df1db1621bf","artifactVersion":"2","generatedFromUUID":"0c2014c4-e404-4b65-9a5b-2ee83d00a748"},{"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":"OTE4MTRiYTAyOWFmOTk3YTY5YmRhNGY5Y2RkYjNjNGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"722e32a8-18da-4621-ad46-799f15004455","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":"ODI3Yzk3YzM0ODAxNTM4NDk3ZjRhNmM4OWJjZTBkMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4217f06-b42d-4511-b868-41c4429540d0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTg3MjFmMGQwYzZmMjFkN2ZkZmQzODIxNDQyZDEyYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"23f85a76-07a1-44f5-846d-099b92c6afc0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-21T14:59:40.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:59:40.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:40.039Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:40.039Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:40.139Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:59:40.140Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:40.140Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:40.192Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:40.192Z||pool-84-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:41.039Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:59:41.040Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:41.046Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:41.047Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:59:41.142Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-10-21T14:59:41.143Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:41.143Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:41.155Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:41.155Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:42.048Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:59:42.048Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:42.052Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:42.052Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:59:42.152Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:59:42.153Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:42.153Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:42.166Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:42.166Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:43.052Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:59:43.053Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:43.055Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:43.055Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:43.155Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:59:43.156Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:43.156Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:43.169Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:43.170Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-21T14:59:44.055Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:59:44.056Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:44.058Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:44.059Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-21T14:59:44.159Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:59:44.159Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:44.159Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:44.184Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:44.184Z||pool-88-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:45.059Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:59:45.060Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:45.061Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:45.061Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:45.162Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:59:45.162Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:45.162Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:45.185Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:45.186Z||pool-89-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:46.062Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:59:46.063Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:46.067Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:46.067Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:46.167Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-21T14:59:46.167Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:46.167Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:46.184Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:46.185Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:47.067Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T14:59:47.068Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:47.071Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:47.071Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:59:47.171Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-21T14:59:47.172Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:47.173Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:47.205Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:47.205Z||pool-91-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:48.073Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "37d21dbf-dd70-453f-bd1c-906fe3bff3aa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6be24662-4308-44ee-83a1-d02afaff5802",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "aba605ad-463b-4a01-a19d-95b4c3aa7ca7",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "59780d5a-0291-4081-a5fa-584abaa1b0b8",
      "resourceInvariantUUID": "19318c2a-d449-474d-9ce5-9b6bc983acd3",
      "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": "OWM0OGJmOGY5MDQwM2RjZWZlYWQwZGIyNzc1NjZjNTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76f05525-00f7-4439-a7c3-ebf4ea9e92ba",
          "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": "0c2014c4-e404-4b65-9a5b-2ee83d00a748",
          "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": "53750192-4468-4c9c-8d14-1df1db1621bf",
            "generatedFromUUID": "0c2014c4-e404-4b65-9a5b-2ee83d00a748"
          },
          "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": "53750192-4468-4c9c-8d14-1df1db1621bf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTg3MjFmMGQwYzZmMjFkN2ZkZmQzODIxNDQyZDEyYzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "23f85a76-07a1-44f5-846d-099b92c6afc0"
    }
  ],
  "workloadContext": "Production"
}
2021-10-21T14:59:48.073Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-21T14:59:48.073Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 37d21dbf-dd70-453f-bd1c-906fe3bff3aa ASDC
2021-10-21T14:59:48.073Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:494c5cfc-2ef4-4873-a8b7-86355cfe2063
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:37d21dbf-dd70-453f-bd1c-906fe3bff3aa
ServiceInvariantUUID:6be24662-4308-44ee-83a1-d02afaff5802
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:23f85a76-07a1-44f5-846d-099b92c6afc0
ArtifactChecksum:MTg3MjFmMGQwYzZmMjFkN2ZkZmQzODIxNDQyZDEyYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:aba605ad-463b-4a01-a19d-95b4c3aa7ca7
ResourceInvariantUUID:19318c2a-d449-474d-9ce5-9b6bc983acd3
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:59780d5a-0291-4081-a5fa-584abaa1b0b8
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:76f05525-00f7-4439-a7c3-ebf4ea9e92ba
ArtifactChecksum:OWM0OGJmOGY5MDQwM2RjZWZlYWQwZGIyNzc1NjZjNTY=
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:0c2014c4-e404-4b65-9a5b-2ee83d00a748
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:53750192-4468-4c9c-8d14-1df1db1621bf
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:53750192-4468-4c9c-8d14-1df1db1621bf
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-21T14:59:48.073Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37d21dbf-dd70-453f-bd1c-906fe3bff3aa ASDC treatNotification
2021-10-21T14:59:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
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=?
2021-10-21T14:59:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T14:59:48.092Z||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 m3A1pJ7fUO62RU0v) ...
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-21T14:59:48.115Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:59:48.116Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-21T14:59:48.116Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-21T14:59:48.116Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 23f85a76-07a1-44f5-846d-099b92c6afc0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-21T14:59:48.116Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-21T14:59:48.116Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-21T14:59:48.128Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:48.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "policy-id",
  "timestamp": 1634828268060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "clamp",
  "timestamp": 1634828278096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "policy-id",
  "timestamp": 1634828268060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "clamp",
  "timestamp": 1634828278096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "policy-id",
  "timestamp": 1634828268060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828279572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "clamp",
  "timestamp": 1634828278096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "policy-id",
  "timestamp": 1634828268060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828279572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "dcae-sch",
  "timestamp": 1634828281063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "clamp",
  "timestamp": 1634828278096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "policy-id",
  "timestamp": 1634828268060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828279572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "dcae-sch",
  "timestamp": 1634828281063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "clamp",
  "timestamp": 1634828278096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "policy-id",
  "timestamp": 1634828268060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828279572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "cds",
  "timestamp": 1634828282644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "dcae-sch",
  "timestamp": 1634828281063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "clamp",
  "timestamp": 1634828278096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "policy-id",
  "timestamp": 1634828268060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828279572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "cds",
  "timestamp": 1634828282644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "dcae-sch",
  "timestamp": 1634828281063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "clamp",
  "timestamp": 1634828278096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "policy-id",
  "timestamp": 1634828268060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828279572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "cds",
  "timestamp": 1634828282644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828284997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "dcae-sch",
  "timestamp": 1634828281063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "clamp",
  "timestamp": 1634828278096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "policy-id",
  "timestamp": 1634828268060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:59:48.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828279572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "cds",
  "timestamp": 1634828282644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828284997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "dcae-sch",
  "timestamp": 1634828281063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "clamp",
  "timestamp": 1634828278096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:59:48.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828279572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "cds",
  "timestamp": 1634828282644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "policy-id",
  "timestamp": 1634828287455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:59:48.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:59:48.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828284997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "dcae-sch",
  "timestamp": 1634828281063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634828279572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:59:48.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "cds",
  "timestamp": 1634828282644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "policy-id",
  "timestamp": 1634828288457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:59:48.148Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:59:48.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828284997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "dcae-sch",
  "timestamp": 1634828281063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "aai-ml",
  "timestamp": 1634828288265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "cds",
  "timestamp": 1634828282644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "policy-id",
  "timestamp": 1634828289459,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:59:48.179Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dab8c491-d58b-4475-9d64-571609c6ef0d
2021-10-21T14:59:48.179Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab8c491-d58b-4475-9d64-571609c6ef0d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:59:48.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828284997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "dcae-sch",
  "timestamp": 1634828281063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "aai-ml",
  "timestamp": 1634828288265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "cds",
  "timestamp": 1634828282644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828284997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "aai-ml",
  "timestamp": 1634828288265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "cds",
  "timestamp": 1634828282644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:59:48.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828284997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:59:48.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "aai-ml",
  "timestamp": 1634828288265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828284997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "aai-ml",
  "timestamp": 1634828288265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "cds",
  "timestamp": 1634828293261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:59:48.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:59:48.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828284997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "aai-ml",
  "timestamp": 1634828288265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "cds",
  "timestamp": 1634828294576,
  "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=?
2021-10-21T14:59:48.205Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dab8c491-d58b-4475-9d64-571609c6ef0d
2021-10-21T14:59:48.205Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab8c491-d58b-4475-9d64-571609c6ef0d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:59:48.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "aai-ml",
  "timestamp": 1634828288265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828295067,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:59:48.215Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:59:48.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "aai-ml",
  "timestamp": 1634828288265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "clamp",
  "timestamp": 1634828295964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:59:48.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:59:48.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828296090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-21T14:59:48.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:59:48.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "aai-ml",
  "timestamp": 1634828288265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:59:48.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "clamp",
  "timestamp": 1634828296983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:59:48.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:59:48.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634828297092,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:59:48.222Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dab8c491-d58b-4475-9d64-571609c6ef0d
2021-10-21T14:59:48.222Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab8c491-d58b-4475-9d64-571609c6ef0d and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:59:48.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828297221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "clamp",
  "timestamp": 1634828298001,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:59:48.238Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dab8c491-d58b-4475-9d64-571609c6ef0d
2021-10-21T14:59:48.238Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab8c491-d58b-4475-9d64-571609c6ef0d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:59:48.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "aai-ml",
  "timestamp": 1634828298264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:59:48.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:59:48.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828297221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828297221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828297221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828297221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828297221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828297221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "aai-ml",
  "timestamp": 1634828304661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:59:48.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:59:48.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828297221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "aai-ml",
  "timestamp": 1634828305666,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:59:48.285Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dab8c491-d58b-4475-9d64-571609c6ef0d
2021-10-21T14:59:48.295Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab8c491-d58b-4475-9d64-571609c6ef0d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:59:48.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828297221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T14:59:48.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828307061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:59:48.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:59:48.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828309105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:59:48.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:59:48.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634828310110,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T14:59:48.326Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dab8c491-d58b-4475-9d64-571609c6ef0d
2021-10-21T14:59:48.327Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab8c491-d58b-4475-9d64-571609c6ef0d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:59:48.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a69383f4-7c2d-4ae3-aabe-489709eafc5e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828321638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T14:59:48.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T14:59:48.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T14:59:48.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-21T14:59:48.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T14:59:48.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:48.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T14:59:48.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-21T14:59:48.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T14:59:49.063Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-21T14:59:49.066Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 23f85a76-07a1-44f5-846d-099b92c6afc0 78604
2021-10-21T14:59:49.067Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-21T14:59:49.070Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-21T14:59:49.070Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:59:49.070Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:49.072Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:49.072Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828389066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:59:49.172Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:59:49.173Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:49.173Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:49.200Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:49.201Z||pool-92-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:50.072Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T14:59:50.073Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-21T14:59:50.074Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 23f85a76-07a1-44f5-846d-099b92c6afc0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-21T14:59:50.074Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-21T14:59:50.074Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-21T14:59:50.074Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-21T14:59:50.205Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2887759301797382503/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-21T14:59:51.531Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-21T14:59:51.532Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-21T14:59:51.532Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-21T14:59:51.532Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-21T14:59:51.532Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-21T14:59:51.533Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-21T14:59:51.546Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-21T14:59:51.546Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-21T14:59:51.546Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-21T14:59:51.547Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-21T14:59:51.547Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-21T14:59:51.547Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-21T14:59:51.547Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-21T14:59:51.547Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-21T14:59:51.547Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:51.547Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:51.547Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-21T14:59:51.547Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-21T14:59:51.547Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:59:51.548Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:51.548Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:51.548Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-21T14:59:51.548Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-21T14:59:51.548Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T14:59:51.548Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:51.548Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:51.548Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:51.549Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-21T14:59:51.549Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-21T14:59:51.549Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-21T14:59:51.549Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-21T14:59:51.549Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-21T14:59:51.549Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-21T14:59:51.549Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:51.549Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-21T14:59:51.550Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:51.550Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-21T14:59:51.550Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:59:51.550Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:51.550Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-21T14:59:51.550Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:59:51.550Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:51.550Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-21T14:59:51.551Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:59:51.551Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:51.551Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-21T14:59:51.551Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-21T14:59:51.551Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-21T14:59:51.551Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=52947b89-0056-4b7f-932c-b7b621443756
2021-10-21T14:59:51.551Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:51.552Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:51.552Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:51.552Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:51.552Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:51.552Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:51.552Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:51.552Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:51.552Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:37d21dbf-dd70-453f-bd1c-906fe3bff3aa
Model Version:NULL
Model InvariantUuid:6be24662-4308-44ee-83a1-d02afaff5802
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:bae92d69-1f6d-4529-9316-6026aca38e7b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19318c2a-d449-474d-9ce5-9b6bc983acd3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aba605ad-463b-4a01-a19d-95b4c3aa7ca7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:920098af-dbcd-4524-bca7-03a7733a8d96
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:910ef72d-4fb6-493a-aadd-c131b0cd3e17
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:52947b89-0056-4b7f-932c-b7b621443756
ModelInvariantUuid:7ffb20ad-071f-4fed-b729-f0ee4a2905bc
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:ab2e75c3-c7a9-450b-bea8-95415dd4e473
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:101c22a5-02c0-4607-8b35-9207162534ad
ModelInvariantUuid:f60d001d-4494-448f-81a0-72fd80c8800a
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f7ec3072-d7c2-4444-beab-f6871a8f1518
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-21T14:59:51.560Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 59780d5a-0291-4081-a5fa-584abaa1b0b8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:59:51.563Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2021-10-21T14:59:51.563Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 59780d5a-0291-4081-a5fa-584abaa1b0b8
2021-10-21T14:59:51.563Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 76f05525-00f7-4439-a7c3-ebf4ea9e92ba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-21T14:59:51.563Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-21T14:59:51.563Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-21T14:59:52.052Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-21T14:59:52.052Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 76f05525-00f7-4439-a7c3-ebf4ea9e92ba 792
2021-10-21T14:59:52.052Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-21T14:59:52.052Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-21T14:59:52.053Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:59:52.053Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:52.055Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:52.055Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828392052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:59:52.155Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-10-21T14:59:52.155Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:52.155Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:52.169Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:52.169Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:53.062Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "920098af-dbcd-4524-bca7-03a7733a8d96",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "910ef72d-4fb6-493a-aadd-c131b0cd3e17",
    "vfModuleModelCustomizationUUID": "a124ad00-5844-4e97-89aa-0f4e8f59b067",
    "isBase": true,
    "artifacts": [
      "0c2014c4-e404-4b65-9a5b-2ee83d00a748",
      "53750192-4468-4c9c-8d14-1df1db1621bf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-21T14:59:53.077Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:910ef72d-4fb6-493a-aadd-c131b0cd3e17
VfModuleModelInvariantUUID:920098af-dbcd-4524-bca7-03a7733a8d96
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c2014c4-e404-4b65-9a5b-2ee83d00a748
,
53750192-4468-4c9c-8d14-1df1db1621bf

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

isBase:true


}

2021-10-21T14:59:53.087Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "920098af-dbcd-4524-bca7-03a7733a8d96",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "910ef72d-4fb6-493a-aadd-c131b0cd3e17",
    "vfModuleModelCustomizationUUID": "a124ad00-5844-4e97-89aa-0f4e8f59b067",
    "isBase": true,
    "artifacts": [
      "0c2014c4-e404-4b65-9a5b-2ee83d00a748",
      "53750192-4468-4c9c-8d14-1df1db1621bf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-21T14:59:53.089Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:910ef72d-4fb6-493a-aadd-c131b0cd3e17
VfModuleModelInvariantUUID:920098af-dbcd-4524-bca7-03a7733a8d96
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c2014c4-e404-4b65-9a5b-2ee83d00a748
,
53750192-4468-4c9c-8d14-1df1db1621bf

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

isBase:true


}

2021-10-21T14:59:53.093Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0c2014c4-e404-4b65-9a5b-2ee83d00a748 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-21T14:59:53.094Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-21T14:59:53.095Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-21T14:59:53.665Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-21T14:59:53.665Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0c2014c4-e404-4b65-9a5b-2ee83d00a748 5033
2021-10-21T14:59:53.665Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-21T14:59:53.665Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-21T14:59:53.665Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:59:53.666Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:53.667Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:53.667Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828393665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:59:53.768Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-21T14:59:53.768Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:53.768Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:53.780Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:53.781Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:54.668Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 53750192-4468-4c9c-8d14-1df1db1621bf from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-21T14:59:54.668Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-21T14:59:54.669Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-21T14:59:55.536Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-21T14:59:55.536Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 53750192-4468-4c9c-8d14-1df1db1621bf 903
2021-10-21T14:59:55.537Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-21T14:59:55.537Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-21T14:59:55.537Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T14:59:55.537Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:55.540Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:55.540Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828395537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T14:59:55.640Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:59:55.641Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:55.641Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:55.669Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:55.670Z||pool-95-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:56.540Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 37d21dbf-dd70-453f-bd1c-906fe3bff3aa
2021-10-21T14:59:56.541Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 59780d5a-0291-4081-a5fa-584abaa1b0b8 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:59:56.575Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21bc6941, org.onap.sdc.toscaparser.api.parameters.Input@57b3bb80, org.onap.sdc.toscaparser.api.parameters.Input@311122ce, org.onap.sdc.toscaparser.api.parameters.Input@4271c023, org.onap.sdc.toscaparser.api.parameters.Input@c54f4d]
2021-10-21T14:59:56.577Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.577Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:56.577Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-10-21T14:59:56.577Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= aba605ad-463b-4a01-a19d-95b4c3aa7ca7
2021-10-21T14:59:56.577Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aba605ad-463b-4a01-a19d-95b4c3aa7ca7 matches Tosca VF Customization UUID: aba605ad-463b-4a01-a19d-95b4c3aa7ca7
2021-10-21T14:59:56.577Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: aba605ad-463b-4a01-a19d-95b4c3aa7ca7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-21T14:59:56.589Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.590Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:56.591Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id aba605ad-463b-4a01-a19d-95b4c3aa7ca7: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-10-21T14:59:56.591Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ee3710e
2021-10-21T14:59:56.591Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.591Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-21T14:59:56.591Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a124ad00-5844-4e97-89aa-0f4e8f59b067
2021-10-21T14:59:56.591Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a124ad00-5844-4e97-89aa-0f4e8f59b067
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-21T14:59:56.595Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.595Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-21T14:59:56.595Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:59:56.595Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.596Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-21T14:59:56.596Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:59:56.596Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.596Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-21T14:59:56.596Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-21T14:59:56.596Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-21T14:59:56.597Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=52947b89-0056-4b7f-932c-b7b621443756
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-21T14:59:56.619Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.619Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-21T14:59:56.620Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-21T14:59:56.620Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.620Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-21T14:59:56.620Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=aba605ad-463b-4a01-a19d-95b4c3aa7ca7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T14:59:56.622Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.622Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:56.623Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 37d21dbf-dd70-453f-bd1c-906fe3bff3aa: basic_vm_macro
2021-10-21T14:59:56.623Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.623Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:56.624Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.624Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:56.624Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.624Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:56.625Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.625Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:56.625Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T14:59:56.625Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T14:59:56.625Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-21T14:59:56.749Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 59780d5a-0291-4081-a5fa-584abaa1b0b8 1 ASDC deployResourceStructure
2021-10-21T14:59:56.750Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-21T14:59:56.750Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-21T14:59:56.750Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:59:56.750Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:56.752Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:56.752Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828396750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T14:59:56.853Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-21T14:59:56.854Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:56.854Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:56.896Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:56.897Z||pool-96-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2021-10-21T14:59:57.753Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-21T14:59:57.754Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-21T14:59:57.754Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:59:57.754Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:57.755Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:57.755Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828397753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-21T14:59:57.856Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-21T14:59:57.856Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:57.856Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:57.875Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:57.875Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:58.756Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-21T14:59:58.757Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-21T14:59:58.757Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:59:58.757Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:58.759Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:58.759Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828398756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-21T14:59:58.860Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-21T14:59:58.860Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:58.860Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:58.872Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:58.872Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-21T14:59:59.760Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-21T14:59:59.761Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-21T14:59:59.761Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T14:59:59.761Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T14:59:59.763Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T14:59:59.763Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828399760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T14:59:59.863Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T14:59:59.864Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T14:59:59.864Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T14:59:59.886Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T14:59:59.887Z||pool-99-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-21T15:00:00.763Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 494c5cfc-2ef4-4873-a8b7-86355cfe2063
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T15:00:00.781Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 494c5cfc-2ef4-4873-a8b7-86355cfe2063
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T15:00:00.785Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T15:00:00.785Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-21T15:00:00.785Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-21T15:00:00.785Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-21T15:00:00.785Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T15:00:00.785Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T15:00:00.785Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T15:00:00.785Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T15:00:00.786Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T15:00:00.786Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T15:00:00.786Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T15:00:00.792Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-21T15:00:30.792Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 494c5cfc-2ef4-4873-a8b7-86355cfe2063 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-21T15:00:30.797Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 494c5cfc-2ef4-4873-a8b7-86355cfe2063 and serviceModelVersionId: 37d21dbf-dd70-453f-bd1c-906fe3bff3aa
2021-10-21T15:00:30.797Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6be24662-4308-44ee-83a1-d02afaff5802
2021-10-21T15:00:30.798Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6be24662-4308-44ee-83a1-d02afaff5802/model-vers/model-ver/37d21dbf-dd70-453f-bd1c-906fe3bff3aa?depth=0
2021-10-21T15:00:30.802Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-21T15:00:30.833Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be24662-4308-44ee-83a1-d02afaff5802/model-vers/model-ver/37d21dbf-dd70-453f-bd1c-906fe3bff3aa?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-21T15:00:30.834Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be24662-4308-44ee-83a1-d02afaff5802/model-vers/model-ver/37d21dbf-dd70-453f-bd1c-906fe3bff3aa?depth=0|INFO|500||Invoke
2021-10-21T15:00:30.859Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be24662-4308-44ee-83a1-d02afaff5802/model-vers/model-ver/37d21dbf-dd70-453f-bd1c-906fe3bff3aa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-21T15:00:31.270Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be24662-4308-44ee-83a1-d02afaff5802/model-vers/model-ver/37d21dbf-dd70-453f-bd1c-906fe3bff3aa?depth=0|INFO|500||InvokeReturn
2021-10-21T15:00:31.270Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be24662-4308-44ee-83a1-d02afaff5802/model-vers/model-ver/37d21dbf-dd70-453f-bd1c-906fe3bff3aa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211021-15:00:30:866-80682], vertex-id=[422024], Content-Length=[0], Date=[Thu, 21 Oct 2021 15:00:30 GMT], Content-Type=[application/json]}
2021-10-21T15:00:31.271Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-21T15:00:31.271Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-21T15:00:31.272Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T15:00:31.277Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-21T15:00:31.292Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 494c5cfc-2ef4-4873-a8b7-86355cfe2063 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-21T15:00:31.293Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-21T15:00:31.293Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T15:00:31.295Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T15:00:31.295Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828431293,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T15:00:31.395Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T15:00:31.396Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T15:00:31.396Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:00:31.427Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:00:31.428Z||pool-100-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-21T15:00:32.314Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-21T15:00:32.314Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"dab8c491-d58b-4475-9d64-571609c6ef0d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"1c9f1fa6-f39c-475f-8091-e7a18eb46f38","serviceDescription":"service","serviceInvariantUUID":"ac4c98f6-6fd7-4327-821e-c2b64212367b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d6a9e651-566c-4ed6-a25f-5be39b8733d7","resourceInvariantUUID":"99094d2b-fd94-449c-8023-97becfa3bd8f","resourceCustomizationUUID":"69736db2-45fc-464d-ae96-3ae6195deeae","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":"ZTczMzBjNzdhYjgyMzc5NGM2ZDc0YTE1MzhmYjk3Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2ba4706-0668-4d3d-9222-9db48a6bcbd1","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":"c3c099af-7e05-41c5-a750-141ad6f6483f","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":"401f921d-767d-4734-a119-4631377b13b1","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":"OWQ5MDQ1MzQzODgwOGI0Y2JkZjdkNGE2ZGQxZjc1ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c27b4285-91b7-4c2e-b9c2-55073208f951","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":"cb14638c-5543-4320-a525-f00f1a96565e","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":"13418a21-cf7e-4e10-9020-ae0ef93a9c32","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":"9d18baf6-e077-4672-8ff6-6c211f72c994","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":"YTI0OGRlNmE4YWFiYmZlNjNmNWNkNmYyNjAxNjdlZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96af8b7d-5f72-4bcb-8c90-825aaa437ef3","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTg1ZTJlNTg0MmVhNTg5Mjg5MjcwNjY3ZjgwNDQ1ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d555cb1d-b41b-4d66-ab35-4714a4b2cbc5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-21T15:00:32.315Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T15:00:32.315Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T15:00:32.317Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T15:00:32.317Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:00:32.417Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T15:00:32.417Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T15:00:32.418Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:00:32.429Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:00:32.430Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-21T15:00:33.317Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T15:00:33.318Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T15:00:33.320Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T15:00:33.320Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:00:33.420Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T15:00:33.420Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T15:00:33.421Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:00:33.433Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:00:33.433Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-21T15:00:34.320Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T15:00:34.321Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T15:00:34.322Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T15:00:34.322Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:00:34.422Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T15:00:34.423Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T15:00:34.423Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:00:34.437Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:00:34.437Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-21T15:00:35.323Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T15:00:35.323Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T15:00:35.325Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T15:00:35.325Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:00:35.425Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T15:00:35.426Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T15:00:35.426Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:00:35.443Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:00:35.443Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-21T15:00:36.325Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T15:00:36.326Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T15:00:36.328Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T15:00:36.329Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:00:36.429Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T15:00:36.430Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T15:00:36.430Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:00:36.451Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:00:36.452Z||pool-105-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-21T15:00:37.329Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T15:00:37.330Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T15:00:37.332Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T15:00:37.332Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:00:37.432Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T15:00:37.433Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T15:00:37.434Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:00:37.447Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:00:37.448Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-21T15:00:38.332Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T15:00:38.333Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T15:00:38.335Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T15:00:38.335Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:00:38.435Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T15:00:38.436Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T15:00:38.436Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:00:38.452Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:00:38.453Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-21T15:00:39.337Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T15:00:39.338Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T15:00:39.340Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T15:00:39.340Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:00:39.440Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T15:00:39.441Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T15:00:39.441Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:00:39.469Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:00:39.470Z||pool-108-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2021-10-21T15:00:40.340Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-21T15:00:40.341Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T15:00:40.355Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T15:00:40.356Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T15:00:40.460Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-10-21T15:00:40.461Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T15:00:40.461Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:00:40.492Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:00:40.492Z||pool-109-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-10-21T15:00:41.356Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1c9f1fa6-f39c-475f-8091-e7a18eb46f38",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ac4c98f6-6fd7-4327-821e-c2b64212367b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "69736db2-45fc-464d-ae96-3ae6195deeae",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d6a9e651-566c-4ed6-a25f-5be39b8733d7",
      "resourceInvariantUUID": "99094d2b-fd94-449c-8023-97becfa3bd8f",
      "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": "MTg1ZTJlNTg0MmVhNTg5Mjg5MjcwNjY3ZjgwNDQ1ZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d555cb1d-b41b-4d66-ab35-4714a4b2cbc5"
    }
  ],
  "workloadContext": "Production"
}
2021-10-21T15:00:41.357Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-21T15:00:41.357Z|494c5cfc-2ef4-4873-a8b7-86355cfe2063|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1c9f1fa6-f39c-475f-8091-e7a18eb46f38 ASDC
2021-10-21T15:00:41.357Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:dab8c491-d58b-4475-9d64-571609c6ef0d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:1c9f1fa6-f39c-475f-8091-e7a18eb46f38
ServiceInvariantUUID:ac4c98f6-6fd7-4327-821e-c2b64212367b
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:d555cb1d-b41b-4d66-ab35-4714a4b2cbc5
ArtifactChecksum:MTg1ZTJlNTg0MmVhNTg5Mjg5MjcwNjY3ZjgwNDQ1ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:69736db2-45fc-464d-ae96-3ae6195deeae
ResourceInvariantUUID:99094d2b-fd94-449c-8023-97becfa3bd8f
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d6a9e651-566c-4ed6-a25f-5be39b8733d7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-21T15:00:41.357Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c9f1fa6-f39c-475f-8091-e7a18eb46f38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-21T15:00:41.397Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T15:00:41.398Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-21T15:00:41.398Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-21T15:00:41.398Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d555cb1d-b41b-4d66-ab35-4714a4b2cbc5 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-21T15:00:41.398Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-21T15:00:41.398Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-21T15:00:41.760Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-21T15:00:41.768Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d555cb1d-b41b-4d66-ab35-4714a4b2cbc5 105551
2021-10-21T15:00:41.771Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-21T15:00:41.771Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-21T15:00:41.771Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-21T15:00:41.771Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T15:00:41.773Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T15:00:41.773Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828441770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T15:00:41.873Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T15:00:41.873Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T15:00:41.873Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:00:41.882Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:00:41.882Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-21T15:00:42.774Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-21T15:00:42.775Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-21T15:00:42.775Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d555cb1d-b41b-4d66-ab35-4714a4b2cbc5, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-21T15:00:42.775Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-21T15:00:42.776Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-21T15:00:42.776Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-21T15:00:42.937Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12860391704462966507/Definitions/service-TestPnfMacro-template.yml
2021-10-21T15:00:43.781Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-21T15:00:43.782Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-21T15:00:43.782Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-21T15:00:43.782Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-21T15:00:43.782Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-21T15:00:43.782Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-21T15:00:43.782Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-21T15:00:43.782Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-21T15:00:43.782Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-21T15:00:43.782Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-21T15:00:43.783Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-21T15:00:43.783Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-21T15:00:43.789Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T15:00:43.790Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T15:00:43.790Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-21T15:00:43.790Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-21T15:00:43.791Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T15:00:43.791Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T15:00:43.791Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T15:00:43.791Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-21T15:00:43.791Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-21T15:00:43.791Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-21T15:00:43.791Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T15:00:43.792Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T15:00:43.792Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T15:00:43.792Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T15:00:43.792Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T15:00:43.792Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T15:00:43.792Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T15:00:43.792Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T15:00:43.792Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T15:00:43.792Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T15:00:43.793Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:1c9f1fa6-f39c-475f-8091-e7a18eb46f38
Model Version:NULL
Model InvariantUuid:ac4c98f6-6fd7-4327-821e-c2b64212367b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-21T15:00:43.802Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: d6a9e651-566c-4ed6-a25f-5be39b8733d7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T15:00:43.805Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||test-pnf 0
2021-10-21T15:00:43.806Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d6a9e651-566c-4ed6-a25f-5be39b8733d7
2021-10-21T15:00:43.806Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 1c9f1fa6-f39c-475f-8091-e7a18eb46f38
2021-10-21T15:00:43.807Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1c9f1fa6-f39c-475f-8091-e7a18eb46f38
2021-10-21T15:00:43.807Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d6a9e651-566c-4ed6-a25f-5be39b8733d7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T15:00:43.814Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74bd1668, org.onap.sdc.toscaparser.api.parameters.Input@5c169d5f, org.onap.sdc.toscaparser.api.parameters.Input@2092ed20, org.onap.sdc.toscaparser.api.parameters.Input@2d7baea3, org.onap.sdc.toscaparser.api.parameters.Input@3169e332]
2021-10-21T15:00:43.815Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T15:00:43.815Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T15:00:43.815Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1c9f1fa6-f39c-475f-8091-e7a18eb46f38: test-pnf
2021-10-21T15:00:43.815Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||Processing PNF resource: d6a9e651-566c-4ed6-a25f-5be39b8733d7
2021-10-21T15:00:43.815Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-21T15:00:43.816Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-21T15:00:43.816Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||Resource customization UUID: 69736db2-45fc-464d-ae96-3ae6195deeae is the same as notified resource customizationUUID: 69736db2-45fc-464d-ae96-3ae6195deeae
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-21T15:00:43.959Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d6a9e651-566c-4ed6-a25f-5be39b8733d7 0 ASDC deployResourceStructure
2021-10-21T15:00:43.959Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-21T15:00:43.959Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-21T15:00:43.959Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-21T15:00:43.959Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T15:00:43.961Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T15:00:43.962Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828443959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T15:00:44.062Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T15:00:44.063Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T15:00:44.063Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:00:44.087Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:00:44.088Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2021-10-21T15:00:44.962Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab8c491-d58b-4475-9d64-571609c6ef0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T15:00:44.978Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab8c491-d58b-4475-9d64-571609c6ef0d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-21T15:00:44.982Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-21T15:00:44.982Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-21T15:00:44.982Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-21T15:00:44.982Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-21T15:00:44.982Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T15:00:44.983Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T15:00:44.983Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T15:00:44.983Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T15:00:44.983Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T15:00:44.983Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T15:00:44.983Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-21T15:00:44.983Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-21T15:00:44.989Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-21T15:00:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:00:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:00:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:00:48.124Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:00:48.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:00:48.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:00:48.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828088089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T15:00:48.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:00:48.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828331193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T15:00:48.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:00:48.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828334490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T15:00:48.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:00:48.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828336064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T15:00:48.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:00:48.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828337437,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T15:00:48.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:00:48.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828338607,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T15:00:48.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:00:48.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828339611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-21T15:00:48.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:00:48.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828340614,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-21T15:00:48.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:00:48.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828341617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T15:00:48.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:00:48.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d72493a8-e3bb-49f7-80ab-66aacc11ce14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828373391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T15:00:48.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:00:48.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:00:48.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:00:48.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-21T15:00:48.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:00:48.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:00:48.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-21T15:00:48.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T15:00:48.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:01:14.989Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dab8c491-d58b-4475-9d64-571609c6ef0d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-21T15:01:15.001Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dab8c491-d58b-4475-9d64-571609c6ef0d and serviceModelVersionId: 1c9f1fa6-f39c-475f-8091-e7a18eb46f38
2021-10-21T15:01:15.002Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac4c98f6-6fd7-4327-821e-c2b64212367b
2021-10-21T15:01:15.002Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac4c98f6-6fd7-4327-821e-c2b64212367b/model-vers/model-ver/1c9f1fa6-f39c-475f-8091-e7a18eb46f38?depth=0
2021-10-21T15:01:15.007Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-21T15:01:15.051Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac4c98f6-6fd7-4327-821e-c2b64212367b/model-vers/model-ver/1c9f1fa6-f39c-475f-8091-e7a18eb46f38?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-21T15:01:15.062Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac4c98f6-6fd7-4327-821e-c2b64212367b/model-vers/model-ver/1c9f1fa6-f39c-475f-8091-e7a18eb46f38?depth=0|INFO|500||Invoke
2021-10-21T15:01:15.102Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac4c98f6-6fd7-4327-821e-c2b64212367b/model-vers/model-ver/1c9f1fa6-f39c-475f-8091-e7a18eb46f38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-21T15:01:15.536Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac4c98f6-6fd7-4327-821e-c2b64212367b/model-vers/model-ver/1c9f1fa6-f39c-475f-8091-e7a18eb46f38?depth=0|INFO|500||InvokeReturn
2021-10-21T15:01:15.536Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac4c98f6-6fd7-4327-821e-c2b64212367b/model-vers/model-ver/1c9f1fa6-f39c-475f-8091-e7a18eb46f38?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211021-15:01:15:110-501], vertex-id=[274656], Content-Length=[0], Date=[Thu, 21 Oct 2021 15:01:15 GMT], Content-Type=[application/json]}
2021-10-21T15:01:15.536Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-21T15:01:15.537Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-21T15:01:15.537Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-21T15:01:15.546Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-21T15:01:15.547Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dab8c491-d58b-4475-9d64-571609c6ef0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-21T15:01:15.547Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-21T15:01:15.547Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-21T15:01:15.549Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-21T15:01:15.549Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828475547,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T15:01:15.649Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-21T15:01:15.650Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-21T15:01:15.650Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:01:15.711Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:01:15.717Z||pool-112-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-21T15:01:16.580Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:01:16.581Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:01:16.581Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:01:26.141Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:01:26.142Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:01:26.142Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:01:26.142Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:01:35.714Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:01:35.715Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:01:35.715Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:01:35.715Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:01:45.407Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:01:45.408Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:01:45.408Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:01:45.409Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:01:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:01:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:01:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:01:48.179Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:01:48.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828389066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T15:01:48.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:01:48.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828392052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-21T15:01:48.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:01:48.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828393665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-21T15:01:48.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:01:48.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828395537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-21T15:01:48.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:01:48.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828396750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-21T15:01:48.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:01:48.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828397753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-21T15:01:48.191Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:01:48.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828398756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-21T15:01:48.191Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:01:48.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828399760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T15:01:48.191Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:01:48.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "494c5cfc-2ef4-4873-a8b7-86355cfe2063",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828431293,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T15:01:48.191Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:01:48.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:01:48.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:01:48.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:01:48.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:01:48.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:01:48.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:01:48.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:01:48.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:01:48.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:01:48.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:01:48.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:01:48.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:01:48.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:01:48.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:01:48.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-21T15:01:48.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:01:48.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828374417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-21T15:01:48.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-21T15:01:48.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828441770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-21T15:01:48.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:01:48.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-21T15:01:48.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828443959,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-21T15:01:48.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:01:54.956Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:01:54.956Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:01:54.957Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:01:54.957Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:02:04.533Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:02:04.534Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:02:04.534Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:02:04.535Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:02:14.160Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:02:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:02:48.090Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:02:48.090Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:02:48.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:02:48.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:02:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:02:48.633Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:02:48.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-21T15:02:48.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab8c491-d58b-4475-9d64-571609c6ef0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634828475547,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-21T15:02:48.634Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-21T15:02:57.648Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:03:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:03:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:03:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:03:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:03:48.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:03:48.091Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:03:57.644Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:03:57.646Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:04:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:04:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:04:48.090Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:04:48.091Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:04:48.092Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:04:48.092Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:04:57.653Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:04:57.670Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:05:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:05:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:05:48.090Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:05:48.091Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:05:48.092Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:05:48.092Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:05:57.641Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:05:57.641Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:06:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:06:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:06:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:06:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:06:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:06:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:06:57.636Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:06:57.647Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:07:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:07:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:07:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:07:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:07:48.092Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:07:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:07:57.661Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:07:57.696Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:08:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:08:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:08:48.089Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:08:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:08:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:08:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:08:57.640Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:08:57.640Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:09:48.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:09:48.089Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:09:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:09:48.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:09:48.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:09:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:09:57.633Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:09:57.644Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:10:48.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:10:48.089Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:10:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:10:48.091Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:10:48.092Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:10:48.092Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:10:57.637Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:10:57.643Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:11:48.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:11:48.089Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:11:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:11:48.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:11:48.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:11:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:11:57.644Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:11:57.650Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:12:48.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:12:48.090Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:12:48.090Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:12:48.091Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:12:48.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:12:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:12:57.639Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:12:57.651Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:13:48.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:13:48.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:13:48.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as m3A1pJ7fUO62RU0v) ...
2021-10-21T15:13:48.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:13:48.092Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:13:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:13:57.638Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:13:57.638Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:14:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:14:48.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:14:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:14:48.091Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:14:48.091Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:14:48.091Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:14:57.644Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:14:57.644Z|d72493a8-e3bb-49f7-80ab-66aacc11ce14|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:15:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:15:48.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:15:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:15:48.091Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:15:48.092Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:15:48.092Z|dab8c491-d58b-4475-9d64-571609c6ef0d|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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:15:57.683Z|dab8c491-d58b-4475-9d64-571609c6ef0d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:15:57.698Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:16:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:16:48.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:16:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:16:48.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:16:48.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:16:48.091Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:16:57.664Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:16:57.664Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:17:48.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:17:48.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:17:48.089Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:17:48.091Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-21T15:17:48.092Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-21T15:17:48.092Z||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 m3A1pJ7fUO62RU0v) ...
2021-10-21T15:17:57.639Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-21T15:17:57.650Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK