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-12-07T02:14:28.314Z||main|||||INFO|500||The following profiles are active: basic
2021-12-07T02:14:36.932Z||main|||||INFO|500||Starting service [Tomcat]
2021-12-07T02:14:36.933Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-12-07T02:14:37.015Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-12-07T02:14:39.164Z||main|||||INFO|500||catdb-pool - Starting...
2021-12-07T02:14:39.322Z||main|||||INFO|500||catdb-pool - Start completed.
2021-12-07T02:14:39.672Z||main|||||INFO|500||reqdb-pool - Starting...
2021-12-07T02:14:39.676Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-12-07T02:14:39.757Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-12-07T02:14:39.873Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-12-07T02:14:40.251Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-12-07T02:14:41.079Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-07T02:14:42.978Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-07T02:14:43.024Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-12-07T02:14:43.516Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-07T02:14:43.637Z||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-12-07T02:14:44.750Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-07T02:14:45.740Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-12-07T02:14:45.758Z||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$$240479ef.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-12-07T02:14:45.759Z||main|||||WARN|500||The sdc end point is not alive
2021-12-07T02:14:48.286Z||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-12-07T02:14:50.958Z||main|||||WARN|500||---
2021-12-07T02:14:50.959Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-12-07T02:14:50.959Z||main|||||WARN|500||---
2021-12-07T02:14:51.316Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-12-07T02:14:55.407Z||main|||||INFO|500||Started Application in 31.156 seconds (JVM running for 32.269)
2021-12-07T02:14:55.418Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-07T02:14:55.420Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-07T02:14:55.429Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-07T02:14:55.451Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-07T02:14:55.527Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58971850-1a09-4b39-a424-a33566d08595 url= /sdc/v1/artifactTypes
2021-12-07T02:14:55.527Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-07T02:14:55.742Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-07T02:14:55.763Z||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-12-07T02:14:55.782Z||scheduling-1|||||DEBUG|500||create keys
2021-12-07T02:14:55.791Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-12-07T02:14:55.997Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:14:56.012Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5c3664d1-c2b9-4c2e-acdc-3f6e5eaa0785 url= /sdc/v1/registerForDistribution
2021-12-07T02:14:56.800Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5c3664d1-c2b9-4c2e-acdc-3f6e5eaa0785 url= /sdc/v1/registerForDistribution
2021-12-07T02:14:56.800Z||scheduling-1|||||INFO|500||start DistributionClient
2021-12-07T02:14:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:14:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:14:56.813Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-12-07T02:14:56.814Z||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-12-07T02:14:56.814Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:14:56.814Z||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-12-07T02:14:56.815Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:15:08.154Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:15:08.167Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:15:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:15:56.808Z||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-12-07T02:15:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:15:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:15:56.808Z||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-12-07T02:15:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:16:06.361Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:16:06.363Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:16:56.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:16:56.807Z||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-12-07T02:16:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:16:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:16:56.809Z||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-12-07T02:16:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:17:06.353Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:17:06.354Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:17:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:17:56.807Z||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-12-07T02:17:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:17:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:17:56.809Z||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-12-07T02:17:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:18:06.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:18:06.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:18:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:18:56.807Z||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-12-07T02:18:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:18:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:18:56.808Z||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-12-07T02:18:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:19:06.351Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:19:06.351Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:19:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:19:56.807Z||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-12-07T02:19:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:19:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:19:56.808Z||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-12-07T02:19:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:20:06.356Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:20:06.360Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:20:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:20:56.807Z||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-12-07T02:20:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:20:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:20:56.808Z||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-12-07T02:20:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:21:06.357Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:21:06.359Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:21:56.807Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:21:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:21:56.808Z||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-12-07T02:21:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:21:56.809Z||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-12-07T02:21:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:22:06.359Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:22:06.366Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:22:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:22:56.808Z||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-12-07T02:22:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:22:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:22:56.808Z||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-12-07T02:22:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:23:06.353Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:23:06.357Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:23:56.807Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:23:56.808Z||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-12-07T02:23:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:23:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:23:56.808Z||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-12-07T02:23:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:24:06.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:24:06.353Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:24:20.146Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-12-07T02:24:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:24:56.807Z||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-12-07T02:24:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:24:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:24:56.808Z||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-12-07T02:24:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:25:06.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:25:06.355Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:25:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:25:56.807Z||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-12-07T02:25:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:25:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:25:56.808Z||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-12-07T02:25:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:26:06.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:26:06.351Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:26:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:26:56.807Z||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-12-07T02:26:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:26:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:26:56.808Z||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-12-07T02:26:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:27:06.357Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:27:06.365Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:27:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:27:56.807Z||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-12-07T02:27:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:27:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:27:56.808Z||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-12-07T02:27:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:28:06.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:28:06.354Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:28:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:28:56.807Z||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-12-07T02:28:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:28:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:28:56.809Z||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-12-07T02:28:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:29:06.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:29:06.360Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:29:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:29:56.807Z||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-12-07T02:29:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:29:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:29:56.809Z||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-12-07T02:29:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:30:06.357Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:30:06.357Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:30:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:30:56.807Z||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-12-07T02:30:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:30:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:30:56.809Z||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-12-07T02:30:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:31:06.354Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:31:06.355Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:31:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:31:56.807Z||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-12-07T02:31:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:31:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:31:56.808Z||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-12-07T02:31:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:32:06.353Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:32:06.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:32:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:32:56.807Z||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-12-07T02:32:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:32:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:32:56.808Z||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-12-07T02:32:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:33:06.350Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:33:06.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:33:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:33:56.807Z||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-12-07T02:33:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:33:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:33:56.808Z||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-12-07T02:33:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:34:06.356Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:34:06.359Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:34:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:34:56.807Z||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-12-07T02:34:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:34:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:34:56.808Z||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-12-07T02:34:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:35:06.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:35:06.354Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:35:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:35:56.807Z||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-12-07T02:35:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:35:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:35:56.808Z||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-12-07T02:35:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:36:06.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:36:06.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:36:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:36:56.807Z||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-12-07T02:36:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:36:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:36:56.808Z||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-12-07T02:36:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:37:06.352Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:37:06.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:37:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:37:56.807Z||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-12-07T02:37:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:37:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:37:56.808Z||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-12-07T02:37:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:38:06.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:38:06.348Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:38:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:38:56.807Z||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-12-07T02:38:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:38:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:38:56.808Z||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-12-07T02:38:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:39:06.356Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:39:06.357Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:39:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:39:56.807Z||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-12-07T02:39:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:39:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:39:56.808Z||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-12-07T02:39:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:40:06.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:40:06.352Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:40:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:40:56.807Z||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-12-07T02:40:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:40:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:40:56.808Z||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-12-07T02:40:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:41:06.354Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:41:06.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:41:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:41:56.807Z||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-12-07T02:41:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:41:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:41:56.809Z||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-12-07T02:41:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:42:06.352Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:42:06.353Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:42:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:42:56.807Z||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-12-07T02:42:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:42:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:42:56.808Z||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-12-07T02:42:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:43:06.358Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:43:06.358Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:43:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:43:56.807Z||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-12-07T02:43:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:43:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:43:56.808Z||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-12-07T02:43:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:44:06.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:44:06.352Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:44:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:44:56.807Z||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-12-07T02:44:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:44:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:44:56.808Z||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-12-07T02:44:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:45:06.353Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:45:06.354Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:45:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:45:56.807Z||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-12-07T02:45:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:45:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:45:56.808Z||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-12-07T02:45:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:46:06.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:46:06.350Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:46:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:46:56.807Z||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-12-07T02:46:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:46:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:46:56.809Z||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-12-07T02:46:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:47:06.354Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:47:06.355Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:47:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:47:56.807Z||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-12-07T02:47:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:47:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:47:56.808Z||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-12-07T02:47:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:48:06.349Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:48:06.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:48:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:48:56.807Z||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-12-07T02:48:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:48:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:48:56.808Z||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-12-07T02:48:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:49:06.355Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:49:06.358Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:49:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:49:56.807Z||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-12-07T02:49:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:49:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:49:56.808Z||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-12-07T02:49:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:50:06.361Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:50:06.361Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:50:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:50:56.807Z||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-12-07T02:50:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:50:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:50:56.808Z||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-12-07T02:50:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:51:06.355Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:51:06.355Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:51:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:51:56.807Z||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-12-07T02:51:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:51:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:51:56.808Z||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-12-07T02:51:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:52:06.351Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:52:06.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:52:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:52:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:52:56.808Z||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-12-07T02:52:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:52:56.808Z||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-12-07T02:52:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:53:06.352Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:53:06.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:53:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:53:56.807Z||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-12-07T02:53:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:53:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:53:56.808Z||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-12-07T02:53:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:54:06.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:54:06.353Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:54:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:54:56.807Z||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-12-07T02:54:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:54:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:54:56.808Z||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-12-07T02:54:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:55:06.354Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:55:06.355Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:55:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:55:56.807Z||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-12-07T02:55:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:55:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:55:56.808Z||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-12-07T02:55:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:56:06.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:56:06.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:56:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:56:56.807Z||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-12-07T02:56:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:56:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:56:56.808Z||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-12-07T02:56:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:57:06.352Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:57:06.353Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:57:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:57:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:57:56.808Z||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-12-07T02:57:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:57:56.808Z||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-12-07T02:57:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:58:06.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:58:06.355Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:58:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:58:56.807Z||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-12-07T02:58:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:58:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:58:56.808Z||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-12-07T02:58:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:59:06.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:59:06.353Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T02:59:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:59:56.807Z||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-12-07T02:59:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T02:59:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T02:59:56.808Z||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-12-07T02:59:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:00:06.354Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:00:06.356Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:00:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:00:56.807Z||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-12-07T03:00:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:00:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:00:56.808Z||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-12-07T03:00:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:01:06.353Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:01:06.354Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:01:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:01:56.807Z||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-12-07T03:01:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:01:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:01:56.808Z||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-12-07T03:01:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:02:06.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:02:06.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:02:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:02:56.807Z||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-12-07T03:02:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:02:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:02:56.808Z||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-12-07T03:02:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:03:06.352Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:03:06.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:03:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:03:56.807Z||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-12-07T03:03:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:03:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:03:56.808Z||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-12-07T03:03:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:04:06.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:04:06.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:04:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:04:56.807Z||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-12-07T03:04:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:04:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:04:56.808Z||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-12-07T03:04:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:05:06.349Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:05:06.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:05:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:05:56.807Z||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-12-07T03:05:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:05:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:05:56.809Z||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-12-07T03:05:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:06:06.348Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:06:06.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:06:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:06:56.807Z||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-12-07T03:06:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:06:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:06:56.809Z||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-12-07T03:06:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:07:06.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:07:06.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:07:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:07:56.807Z||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-12-07T03:07:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:07:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:07:56.808Z||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-12-07T03:07:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:08:06.350Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:08:06.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:08:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:08:56.807Z||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-12-07T03:08:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:08:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:08:56.808Z||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-12-07T03:08:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:09:06.355Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:09:06.356Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:09:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:09:56.807Z||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-12-07T03:09:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:09:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:09:56.808Z||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-12-07T03:09:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:10:06.351Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:10:06.353Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:10:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:10:56.807Z||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-12-07T03:10:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:10:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:10:56.808Z||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-12-07T03:10:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:11:06.355Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:11:06.356Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:11:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:11:56.807Z||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-12-07T03:11:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:11:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:11:56.808Z||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-12-07T03:11:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:12:06.351Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:12:06.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:12:56.807Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:12:56.807Z||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-12-07T03:12:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:12:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:12:56.808Z||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-12-07T03:12:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:13:06.352Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:13:06.353Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:13:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:13:56.807Z||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-12-07T03:13:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:13:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:13:56.808Z||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-12-07T03:13:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:14:06.352Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:14:06.353Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:14:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:14:56.807Z||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-12-07T03:14:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:14:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:14:56.808Z||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-12-07T03:14:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:15:06.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:15:06.353Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:15:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:15:56.807Z||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-12-07T03:15:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:15:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:15:56.808Z||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-12-07T03:15:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:16:06.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:16:06.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:16:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:16:56.807Z||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-12-07T03:16:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:16:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:16:56.808Z||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-12-07T03:16:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:17:06.346Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:17:06.347Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:17:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:17:56.807Z||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-12-07T03:17:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:17:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:17:56.808Z||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-12-07T03:17:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:18:06.354Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:18:06.354Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:18:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:18:56.807Z||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-12-07T03:18:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:18:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:18:56.809Z||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-12-07T03:18:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:19:06.351Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:19:06.353Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:19:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:19:56.807Z||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-12-07T03:19:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:19:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:19:56.808Z||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-12-07T03:19:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:20:06.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:20:06.352Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:20:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:20:56.807Z||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-12-07T03:20:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:20:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:20:56.808Z||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-12-07T03:20:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:21:06.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:21:06.350Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:21:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:21:56.807Z||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-12-07T03:21:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:21:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:21:56.808Z||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-12-07T03:21:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:22:06.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:22:06.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:22:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:22:56.807Z||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-12-07T03:22:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:22:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:22:56.808Z||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-12-07T03:22:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:23:06.349Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:23:06.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:23:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:23:56.807Z||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-12-07T03:23:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:23:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:23:56.809Z||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-12-07T03:23:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:24:06.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:24:06.353Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:24:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:24:56.807Z||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-12-07T03:24:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:24:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:24:56.809Z||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-12-07T03:24:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:25:06.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:25:06.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:25:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:25:56.807Z||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-12-07T03:25:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:25:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:25:56.808Z||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-12-07T03:25:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:26:06.348Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:26:06.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:26:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:26:56.807Z||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-12-07T03:26:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:26:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:26:56.808Z||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-12-07T03:26:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:27:06.345Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:27:06.348Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:27:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:27:56.807Z||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-12-07T03:27:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:27:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:27:56.808Z||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-12-07T03:27:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:28:06.351Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:28:06.357Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:28:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:28:56.807Z||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-12-07T03:28:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:28:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:28:56.808Z||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-12-07T03:28:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:29:06.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:29:06.347Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:29:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:29:56.807Z||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-12-07T03:29:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:29:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:29:56.808Z||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-12-07T03:29:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:30:06.348Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:30:06.348Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:30:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:30:56.807Z||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-12-07T03:30:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:30:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:30:56.808Z||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-12-07T03:30:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:31:06.345Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:31:06.345Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:31:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:31:56.807Z||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-12-07T03:31:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:31:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:31:56.808Z||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-12-07T03:31:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:32:06.344Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:32:06.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:32:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:32:56.807Z||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-12-07T03:32:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:32:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:32:56.808Z||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-12-07T03:32:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:33:06.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:33:06.349Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:33:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:33:56.807Z||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-12-07T03:33:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:33:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:33:56.808Z||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-12-07T03:33:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:34:06.347Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:34:06.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:34:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:34:56.807Z||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-12-07T03:34:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:34:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:34:56.808Z||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-12-07T03:34:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:35:06.349Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:35:06.351Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:35:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:35:56.807Z||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-12-07T03:35:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:35:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:35:56.808Z||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-12-07T03:35:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:36:06.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:36:06.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:36:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:36:56.807Z||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-12-07T03:36:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:36:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:36:56.808Z||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-12-07T03:36:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:37:06.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:37:06.351Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:37:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:37:56.807Z||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-12-07T03:37:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:37:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:37:56.808Z||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-12-07T03:37:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:38:06.354Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:38:06.356Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:38:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:38:56.807Z||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-12-07T03:38:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:38:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:38:56.808Z||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-12-07T03:38:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:39:06.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:39:06.351Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:39:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:39:56.807Z||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-12-07T03:39:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:39:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:39:56.808Z||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-12-07T03:39:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:40:06.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:40:06.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:40:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:40:56.807Z||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-12-07T03:40:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:40:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:40:56.808Z||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-12-07T03:40:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:41:06.352Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:41:06.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:41:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:41:56.807Z||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-12-07T03:41:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:41:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:41:56.808Z||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-12-07T03:41:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:42:06.350Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:42:06.355Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:42:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:42:56.807Z||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-12-07T03:42:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:42:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:42:56.808Z||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-12-07T03:42:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:43:06.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:43:06.354Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:43:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:43:56.807Z||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-12-07T03:43:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:43:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:43:56.808Z||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-12-07T03:43:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:44:06.348Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:44:06.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:44:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:44:56.807Z||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-12-07T03:44:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:44:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:44:56.808Z||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-12-07T03:44:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:45:06.355Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:45:06.362Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:45:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:45:56.807Z||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-12-07T03:45:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:45:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:45:56.808Z||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-12-07T03:45:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:46:06.349Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:46:06.354Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:46:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:46:56.807Z||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-12-07T03:46:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:46:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:46:56.808Z||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-12-07T03:46:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:47:06.345Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:47:06.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:47:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:47:56.807Z||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-12-07T03:47:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:47:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:47:56.808Z||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-12-07T03:47:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:48:06.353Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:48:06.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:48:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:48:56.807Z||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-12-07T03:48:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:48:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:48:56.808Z||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-12-07T03:48:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:49:06.356Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:49:06.356Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:49:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:49:56.807Z||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-12-07T03:49:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:49:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:49:56.808Z||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-12-07T03:49:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:50:06.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:50:06.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:50:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:50:56.807Z||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-12-07T03:50:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:50:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:50:56.808Z||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-12-07T03:50:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:51:06.348Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:51:06.357Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:51:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:51:56.807Z||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-12-07T03:51:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:51:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:51:56.809Z||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-12-07T03:51:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:52:06.345Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:52:06.346Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:52:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:52:56.807Z||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-12-07T03:52:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:52:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:52:56.808Z||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-12-07T03:52:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:53:06.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:53:06.348Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:53:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:53:56.807Z||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-12-07T03:53:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:53:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:53:56.808Z||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-12-07T03:53:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:54:06.345Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:54:06.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:54:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:54:56.807Z||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-12-07T03:54:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:54:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:54:56.808Z||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-12-07T03:54:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:55:06.351Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:55:06.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:55:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:55:56.807Z||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-12-07T03:55:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:55:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:55:56.808Z||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-12-07T03:55:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:56:06.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:56:06.347Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:56:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:56:56.807Z||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-12-07T03:56:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:56:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:56:56.808Z||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-12-07T03:56:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:57:06.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:57:06.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:57:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:57:56.807Z||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-12-07T03:57:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:57:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:57:56.808Z||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-12-07T03:57:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:58:06.347Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:58:06.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:58:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:58:56.807Z||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-12-07T03:58:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:58:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:58:56.808Z||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-12-07T03:58:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:59:06.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:59:06.353Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T03:59:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:59:56.807Z||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-12-07T03:59:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T03:59:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T03:59:56.808Z||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-12-07T03:59:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:00:06.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:00:06.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:00:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:00:56.807Z||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-12-07T04:00:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:00:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:00:56.808Z||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-12-07T04:00:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:01:06.348Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:01:06.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:01:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:01:56.807Z||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-12-07T04:01:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:01:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:01:56.808Z||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-12-07T04:01:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:02:06.346Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:02:06.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:02:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:02:56.807Z||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-12-07T04:02:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:02:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:02:56.808Z||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-12-07T04:02:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:03:06.352Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:03:06.356Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:03:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:03:56.807Z||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-12-07T04:03:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:03:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:03:56.808Z||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-12-07T04:03:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:04:06.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:04:06.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:04:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:04:56.807Z||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-12-07T04:04:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:04:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:04:56.808Z||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-12-07T04:04:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:05:06.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:05:06.356Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:05:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:05:56.807Z||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-12-07T04:05:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:05:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:05:56.808Z||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-12-07T04:05:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:06:06.348Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:06:06.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:06:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:06:56.807Z||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-12-07T04:06:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:06:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:06:56.808Z||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-12-07T04:06:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:07:06.349Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:07:06.351Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:07:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:07:56.807Z||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-12-07T04:07:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:07:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:07:56.808Z||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-12-07T04:07:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:08:06.350Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:08:06.351Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:08:56.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:08:56.807Z||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-12-07T04:08:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:08:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:08:56.808Z||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-12-07T04:08:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:09:06.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:09:06.351Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:09:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:09:56.807Z||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-12-07T04:09:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:09:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:09:56.809Z||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-12-07T04:09:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:10:06.355Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:10:06.356Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:10:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:10:56.807Z||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-12-07T04:10:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:10:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:10:56.808Z||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-12-07T04:10:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:11:06.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:11:06.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:11:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:11:56.807Z||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-12-07T04:11:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:11:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:11:56.808Z||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-12-07T04:11:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:12:06.352Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:12:06.357Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:12:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:12:56.807Z||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-12-07T04:12:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:12:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:12:56.808Z||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-12-07T04:12:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:13:06.353Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:13:06.354Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:13:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:13:56.807Z||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-12-07T04:13:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:13:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:13:56.808Z||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-12-07T04:13:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:14:06.355Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:14:06.357Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:14:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:14:56.807Z||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-12-07T04:14:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:14:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:14:56.808Z||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-12-07T04:14:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:15:06.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:15:06.349Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:15:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:15:56.807Z||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-12-07T04:15:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:15:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:15:56.808Z||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-12-07T04:15:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:16:06.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:16:06.351Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:16:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:16:56.807Z||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-12-07T04:16:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:16:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:16:56.808Z||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-12-07T04:16:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:17:06.349Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:17:06.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:17:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:17:56.807Z||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-12-07T04:17:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:17:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:17:56.808Z||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-12-07T04:17:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:18:06.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:18:06.344Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:18:56.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:18:56.807Z||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-12-07T04:18:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:18:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:18:56.808Z||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-12-07T04:18:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:19:06.350Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:19:06.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:19:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:19:56.807Z||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-12-07T04:19:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:19:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:19:56.809Z||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-12-07T04:19:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:20:06.348Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:20:06.350Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:20:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:20:56.807Z||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-12-07T04:20:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:20:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:20:56.808Z||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-12-07T04:20:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:21:06.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:21:06.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:21:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:21:56.807Z||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-12-07T04:21:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:21:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:21:56.808Z||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-12-07T04:21:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:22:06.345Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:22:06.348Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:22:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:22:56.807Z||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-12-07T04:22:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:22:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:22:56.808Z||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-12-07T04:22:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:23:06.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:23:06.351Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:23:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:23:56.807Z||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-12-07T04:23:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:23:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:23:56.808Z||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-12-07T04:23:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:24:06.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:24:06.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:24:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:24:56.807Z||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-12-07T04:24:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:24:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:24:56.808Z||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-12-07T04:24:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:25:06.350Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:25:06.350Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:25:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:25:56.807Z||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-12-07T04:25:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:25:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:25:56.808Z||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-12-07T04:25:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:26:06.346Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:26:06.348Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:26:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:26:56.807Z||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-12-07T04:26:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:26:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:26:56.808Z||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-12-07T04:26:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:27:06.345Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:27:06.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:27:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:27:56.807Z||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-12-07T04:27:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:27:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:27:56.808Z||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-12-07T04:27:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:28:06.350Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:28:06.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:28:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:28:56.807Z||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-12-07T04:28:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:28:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:28:56.808Z||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-12-07T04:28:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:29:06.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:29:06.350Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:29:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:29:56.807Z||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-12-07T04:29:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:29:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:29:56.808Z||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-12-07T04:29:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:30:06.345Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:30:06.346Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:30:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:30:56.807Z||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-12-07T04:30:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:30:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:30:56.808Z||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-12-07T04:30:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:31:06.365Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:31:06.365Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:31:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:31:56.807Z||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-12-07T04:31:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:31:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:31:56.808Z||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-12-07T04:31:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:32:06.352Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:32:06.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:32:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:32:56.807Z||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-12-07T04:32:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:32:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:32:56.809Z||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-12-07T04:32:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:33:06.355Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:33:06.355Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:33:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:33:56.807Z||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-12-07T04:33:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:33:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:33:56.808Z||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-12-07T04:33:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:34:06.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:34:06.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:34:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:34:56.807Z||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-12-07T04:34:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:34:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:34:56.808Z||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-12-07T04:34:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:35:06.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:35:06.364Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:35:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:35:56.807Z||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-12-07T04:35:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:35:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:35:56.808Z||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-12-07T04:35:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:36:06.345Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:36:06.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:36:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:36:56.807Z||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-12-07T04:36:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:36:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:36:56.808Z||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-12-07T04:36:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:37:06.355Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:37:06.355Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:37:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:37:56.807Z||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-12-07T04:37:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:37:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:37:56.808Z||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-12-07T04:37:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:38:06.350Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:38:06.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:38:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:38:56.807Z||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-12-07T04:38:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:38:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:38:56.808Z||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-12-07T04:38:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:39:06.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:39:06.356Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:39:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:39:56.807Z||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-12-07T04:39:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:39:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:39:56.808Z||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-12-07T04:39:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:40:06.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:40:06.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:40:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:40:56.807Z||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-12-07T04:40:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:40:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:40:56.808Z||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-12-07T04:40:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:41:06.348Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:41:06.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:41:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:41:56.807Z||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-12-07T04:41:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:41:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:41:56.808Z||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-12-07T04:41:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:42:06.346Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:42:06.347Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:42:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:42:56.807Z||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-12-07T04:42:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:42:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:42:56.808Z||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-12-07T04:42:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:43:06.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:43:06.349Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:43:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:43:56.807Z||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-12-07T04:43:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:43:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:43:56.808Z||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-12-07T04:43:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:44:06.348Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:44:06.348Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:44:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:44:56.807Z||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-12-07T04:44:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:44:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:44:56.808Z||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-12-07T04:44:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:45:06.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:45:06.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:45:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:45:56.807Z||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-12-07T04:45:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:45:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:45:56.808Z||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-12-07T04:45:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:46:06.346Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:46:06.348Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:46:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:46:56.807Z||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-12-07T04:46:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:46:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:46:56.808Z||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-12-07T04:46:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:47:06.349Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:47:06.351Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:47:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:47:56.807Z||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-12-07T04:47:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:47:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:47:56.808Z||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-12-07T04:47:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:48:06.346Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:48:06.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:48:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:48:56.807Z||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-12-07T04:48:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:48:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:48:56.808Z||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-12-07T04:48:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:49:06.346Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:49:06.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:49:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:49:56.807Z||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-12-07T04:49:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:49:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:49:56.808Z||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-12-07T04:49:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:50:06.346Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:50:06.346Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:50:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:50:56.807Z||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-12-07T04:50:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:50:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:50:56.808Z||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-12-07T04:50:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:51:06.351Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:51:06.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:51:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:51:56.807Z||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-12-07T04:51:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:51:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:51:56.808Z||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-12-07T04:51:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:52:06.344Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:52:06.348Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:52:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:52:56.807Z||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-12-07T04:52:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:52:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:52:56.808Z||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-12-07T04:52:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:53:06.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:53:06.354Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:53:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:53:56.807Z||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-12-07T04:53:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:53:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:53:56.808Z||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-12-07T04:53:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:54:06.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:54:06.350Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:54:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:54:56.807Z||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-12-07T04:54:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:54:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:54:56.808Z||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-12-07T04:54:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:55:06.346Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:55:06.350Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:55:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:55:56.807Z||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-12-07T04:55:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:55:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:55:56.808Z||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-12-07T04:55:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:56:06.347Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:56:06.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:56:56.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:56:56.807Z||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-12-07T04:56:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:56:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:56:56.808Z||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-12-07T04:56:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:57:06.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:57:06.352Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:57:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:57:56.807Z||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-12-07T04:57:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:57:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:57:56.808Z||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-12-07T04:57:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:58:06.354Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:58:06.355Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:58:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:58:56.807Z||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-12-07T04:58:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:58:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:58:56.808Z||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-12-07T04:58:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:59:06.346Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:59:06.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T04:59:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:59:56.807Z||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-12-07T04:59:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T04:59:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T04:59:56.808Z||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-12-07T04:59:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:00:06.351Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:00:06.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:00:56.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:00:56.807Z||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-12-07T05:00:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:00:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:00:56.808Z||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-12-07T05:00:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:01:06.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:01:06.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:01:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:01:56.807Z||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-12-07T05:01:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:01:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:01:56.808Z||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-12-07T05:01:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:02:06.343Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:02:06.348Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:02:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:02:56.807Z||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-12-07T05:02:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:02:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:02:56.808Z||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-12-07T05:02:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:03:06.349Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:03:06.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:03:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:03:56.807Z||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-12-07T05:03:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:03:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:03:56.808Z||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-12-07T05:03:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:04:06.351Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:04:06.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:04:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:04:56.807Z||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-12-07T05:04:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:04:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:04:56.808Z||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-12-07T05:04:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:05:06.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:05:06.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:05:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:05:56.807Z||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-12-07T05:05:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:05:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:05:56.808Z||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-12-07T05:05:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:06:06.349Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:06:06.351Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:06:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:06:56.807Z||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-12-07T05:06:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:06:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:06:56.808Z||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-12-07T05:06:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:07:06.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:07:06.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:07:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:07:56.807Z||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-12-07T05:07:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:07:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:07:56.808Z||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-12-07T05:07:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:08:06.349Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:08:06.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:08:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:08:56.807Z||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-12-07T05:08:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:08:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:08:56.808Z||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-12-07T05:08:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:09:06.350Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:09:06.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:09:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:09:56.807Z||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-12-07T05:09:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:09:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:09:56.808Z||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-12-07T05:09:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:10:06.344Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:10:06.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:10:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:10:56.807Z||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-12-07T05:10:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:10:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:10:56.808Z||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-12-07T05:10:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:11:06.352Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:11:06.353Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:11:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:11:56.807Z||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-12-07T05:11:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:11:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:11:56.808Z||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-12-07T05:11:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:12:06.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:12:06.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:12:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:12:56.807Z||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-12-07T05:12:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:12:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:12:56.808Z||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-12-07T05:12:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:13:06.351Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:13:06.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:13:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:13:56.807Z||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-12-07T05:13:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:13:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:13:56.808Z||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-12-07T05:13:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:14:06.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:14:06.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:14:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:14:56.807Z||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-12-07T05:14:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:14:56.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:14:56.808Z||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-12-07T05:14:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:15:06.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:15:06.350Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:15:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:15:56.807Z||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-12-07T05:15:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:15:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:15:56.808Z||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-12-07T05:15:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:16:06.353Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:16:06.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:16:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:16:56.807Z||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-12-07T05:16:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:16:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:16:56.808Z||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-12-07T05:16:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:17:06.347Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:17:06.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:17:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:17:56.807Z||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-12-07T05:17:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:17:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:17:56.808Z||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-12-07T05:17:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:18:06.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:18:06.351Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:18:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:18:56.807Z||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-12-07T05:18:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:18:56.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:18:56.809Z||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-12-07T05:18:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:19:06.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:19:06.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:19:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:19:56.807Z||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-12-07T05:19:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:19:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:19:56.808Z||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-12-07T05:19:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:20:06.347Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:20:06.348Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:20:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:20:56.807Z||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-12-07T05:20:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:20:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:20:56.808Z||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-12-07T05:20:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:21:06.353Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:21:06.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:21:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:21:56.807Z||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-12-07T05:21:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:21:56.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:21:56.808Z||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-12-07T05:21:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:22:06.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:22:06.368Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:22:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:22:56.807Z||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-12-07T05:22:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:22:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:22:56.808Z||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-12-07T05:22:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:23:06.348Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:23:06.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:23:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:23:56.807Z||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-12-07T05:23:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:23:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:23:56.808Z||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-12-07T05:23:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:24:06.347Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:24:06.348Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:24:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:24:56.807Z||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-12-07T05:24:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:24:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:24:56.808Z||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-12-07T05:24:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:25:06.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:25:06.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:25:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:25:56.807Z||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-12-07T05:25:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:25:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:25:56.808Z||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-12-07T05:25:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:26:06.351Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:26:06.352Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:26:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:26:56.807Z||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-12-07T05:26:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:26:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:26:56.808Z||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-12-07T05:26:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:27:06.361Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:27:06.361Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:27:56.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:27:56.807Z||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-12-07T05:27:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:27:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:27:56.808Z||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-12-07T05:27:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:28:06.356Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:28:06.356Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:28:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:28:56.807Z||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-12-07T05:28:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:28:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:28:56.808Z||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-12-07T05:28:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:29:06.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:29:06.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:29:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:29:56.807Z||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-12-07T05:29:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:29:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:29:56.808Z||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-12-07T05:29:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:30:06.348Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:30:06.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:30:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:30:56.807Z||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-12-07T05:30:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:30:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:30:56.808Z||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-12-07T05:30:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:31:06.346Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:31:06.347Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:31:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:31:56.807Z||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-12-07T05:31:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:31:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:31:56.808Z||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-12-07T05:31:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:32:06.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:32:06.350Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:32:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:32:56.807Z||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-12-07T05:32:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:32:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:32:56.808Z||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-12-07T05:32:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:33:06.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:33:06.352Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:33:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:33:56.807Z||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-12-07T05:33:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:33:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:33:56.808Z||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-12-07T05:33:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:34:06.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:34:06.349Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:34:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:34:56.807Z||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-12-07T05:34:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:34:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:34:56.808Z||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-12-07T05:34:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:35:06.347Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:35:06.354Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:35:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:35:56.807Z||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-12-07T05:35:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:35:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:35:56.808Z||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-12-07T05:35:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:36:06.346Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:36:06.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:36:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:36:56.807Z||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-12-07T05:36:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:36:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:36:56.808Z||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-12-07T05:36:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:37:06.348Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:37:06.350Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:37:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:37:56.807Z||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-12-07T05:37:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:37:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:37:56.808Z||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-12-07T05:37:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:38:06.357Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:38:06.357Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:38:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:38:56.807Z||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-12-07T05:38:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:38:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:38:56.808Z||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-12-07T05:38:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:39:06.353Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:39:06.353Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:39:56.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:39:56.807Z||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-12-07T05:39:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:39:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:39:56.808Z||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-12-07T05:39:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:40:06.349Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:40:06.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:40:56.806Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:40:56.807Z||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-12-07T05:40:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:40:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:40:56.808Z||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-12-07T05:40:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:41:06.345Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:41:06.346Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:41:56.806Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:41:56.807Z||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-12-07T05:41:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:41:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:41:56.808Z||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-12-07T05:41:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:42:06.342Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:42:06.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:42:56.806Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:42:56.807Z||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-12-07T05:42:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:42:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:42:56.808Z||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-12-07T05:42:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:42:58.291Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:42:58.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T05:42:58.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e765ccba-f860-4f9c-a023-537a8e97cb94","serviceName":"vFW 2021-12-07 05-40-57","serviceVersion":"1.0","serviceUUID":"3eb3c3a2-515c-4db2-aeba-a2309638a168","serviceDescription":"catalog service description","serviceInvariantUUID":"e228fdbe-3b3c-4922-95b3-8901f893930d","resources":[{"resourceInstanceName":"vFW 7bf7fae1-a9f8 0","resourceName":"vFW 7bf7fae1-a9f8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0374aafb-9bdb-481d-a547-5437577a7edc","resourceInvariantUUID":"09cb2e26-15cb-4add-bc66-2268bd1b7082","resourceCustomizationUUID":"a843da01-42e9-4035-b724-5aeebd260653","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml","artifactChecksum":"NzcwOWU2ZjEyY2EwMjFmN2IxNjBmZGUyYTg5ZjhlYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bac418f-ca8d-4899-8a19-15baacec8b36","artifactVersion":"1"},{"artifactName":"vfw7bf7fae1a9f80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json","artifactChecksum":"OWIzNmJjN2FmNTU4MWM3MDJlMWJjMDMzYzM1MGRhYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1e0a4af7-acc6-4e75-93d6-1745fb0d67a5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ca9e928a-1c64-413b-bbbc-b16dddfa6bc2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml","artifactChecksum":"NzQ0NGJhNjAxOGFhZGRmNGViMjA1NTcwOTBiMGRkOGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"806384a2-e8ec-4af7-8264-2984ad4078e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4f8b848b-70ce-4d1b-b9ca-3355a991be40","artifactVersion":"2","generatedFromUUID":"ca9e928a-1c64-413b-bbbc-b16dddfa6bc2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211207054057-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml","artifactChecksum":"MzhjZGVmNTAyNjA0ZWFhZWEzZmM1ODAxMjUyMzc3NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a8d0467-472e-42d4-8d39-583adb35ee3c","artifactVersion":"1"},{"artifactName":"service-Vfw20211207054057-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar","artifactChecksum":"MDAyOGIzNWVjZWU0MzJiY2Y3Mzk2Y2RhZTI0ZDBkODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d299977-9aee-4dd8-a0aa-18962b7d74fe","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-07T05:42:58.298Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:42:58.303Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:42:58.314Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:42:58.315Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:42:58.415Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-12-07T05:42:58.418Z||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-12-07T05:42:58.418Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:42:58.440Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:42:58.441Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":6,"count":1}
2021-12-07T05:42:58.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:42:58.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:42:58.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "cds",
  "timestamp": 1638855769734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:42:58.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:42:58.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:42:58.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:42:58.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:42:59.320Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:42:59.320Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:42:59.321Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:42:59.322Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T05:42:59.422Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:42:59.422Z||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-12-07T05:42:59.422Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:42:59.434Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:42:59.434Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:00.322Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:43:00.323Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:00.324Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:00.324Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-07T05:43:00.425Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:00.426Z||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-12-07T05:43:00.426Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:00.439Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:00.439Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:01.325Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:43:01.326Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:01.327Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:01.327Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:43:01.427Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:01.428Z||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-12-07T05:43:01.428Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:01.441Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:01.441Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:02.327Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:43:02.328Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:02.330Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:02.330Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-07T05:43:02.430Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:02.431Z||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-12-07T05:43:02.431Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:02.441Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:02.441Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:03.331Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:43:03.331Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:03.333Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:03.333Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:43:03.433Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:03.434Z||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-12-07T05:43:03.434Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:03.444Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:03.444Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:04.334Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:43:04.334Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:04.336Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:04.336Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:43:04.436Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:04.437Z||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-12-07T05:43:04.437Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:04.454Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:04.454Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:05.339Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "serviceName": "vFW 2021-12-07 05-40-57",
  "serviceVersion": "1.0",
  "serviceUUID": "3eb3c3a2-515c-4db2-aeba-a2309638a168",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e228fdbe-3b3c-4922-95b3-8901f893930d",
  "resources": [
    {
      "resourceInstanceName": "vFW 7bf7fae1-a9f8 0",
      "resourceCustomizationUUID": "a843da01-42e9-4035-b724-5aeebd260653",
      "resourceName": "vFW 7bf7fae1-a9f8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0374aafb-9bdb-481d-a547-5437577a7edc",
      "resourceInvariantUUID": "09cb2e26-15cb-4add-bc66-2268bd1b7082",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7bf7fae1a9f80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
          "artifactChecksum": "OWIzNmJjN2FmNTU4MWM3MDJlMWJjMDMzYzM1MGRhYjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1e0a4af7-acc6-4e75-93d6-1745fb0d67a5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ca9e928a-1c64-413b-bbbc-b16dddfa6bc2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4f8b848b-70ce-4d1b-b9ca-3355a991be40",
            "generatedFromUUID": "ca9e928a-1c64-413b-bbbc-b16dddfa6bc2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4f8b848b-70ce-4d1b-b9ca-3355a991be40",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211207054057-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
      "artifactChecksum": "MDAyOGIzNWVjZWU0MzJiY2Y3Mzk2Y2RhZTI0ZDBkODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d299977-9aee-4dd8-a0aa-18962b7d74fe"
    }
  ],
  "workloadContext": "Production"
}
2021-12-07T05:43:05.340Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-07T05:43:05.340Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3eb3c3a2-515c-4db2-aeba-a2309638a168 ASDC
2021-12-07T05:43:05.425Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e765ccba-f860-4f9c-a023-537a8e97cb94
ServiceName:vFW 2021-12-07 05-40-57
ServiceVersion:1.0
ServiceUUID:3eb3c3a2-515c-4db2-aeba-a2309638a168
ServiceInvariantUUID:e228fdbe-3b3c-4922-95b3-8901f893930d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211207054057-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar
ArtifactUUID:9d299977-9aee-4dd8-a0aa-18962b7d74fe
ArtifactChecksum:MDAyOGIzNWVjZWU0MzJiY2Y3Mzk2Y2RhZTI0ZDBkODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7bf7fae1-a9f8 0
ResourceCustomizationUUID:a843da01-42e9-4035-b724-5aeebd260653
ResourceInvariantUUID:09cb2e26-15cb-4add-bc66-2268bd1b7082
ResourceName:vFW 7bf7fae1-a9f8
ResourceType:VF
ResourceUUID:0374aafb-9bdb-481d-a547-5437577a7edc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7bf7fae1a9f80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json
ArtifactUUID:1e0a4af7-acc6-4e75-93d6-1745fb0d67a5
ArtifactChecksum:OWIzNmJjN2FmNTU4MWM3MDJlMWJjMDMzYzM1MGRhYjg=
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/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml
ArtifactUUID:ca9e928a-1c64-413b-bbbc-b16dddfa6bc2
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/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env
ArtifactUUID:4f8b848b-70ce-4d1b-b9ca-3355a991be40
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/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env
ArtifactUUID:4f8b848b-70ce-4d1b-b9ca-3355a991be40
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-07T05:43:05.425Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3eb3c3a2-515c-4db2-aeba-a2309638a168 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-12-07T05:43:05.586Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T05:43:05.587Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-07T05:43:05.587Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-07T05:43:05.587Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9d299977-9aee-4dd8-a0aa-18962b7d74fe from URL: /sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:05.587Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:43:05.588Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:05.743Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:43:05.758Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar 9d299977-9aee-4dd8-a0aa-18962b7d74fe 98908
2021-12-07T05:43:05.759Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar ASDC sendASDCNotification
2021-12-07T05:43:05.759Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:05.760Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:43:05.761Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:05.762Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:05.762Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855785758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:43:05.862Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:05.863Z||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-12-07T05:43:05.863Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:05.874Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:05.874Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:06.763Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T05:43:06.764Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-07T05:43:06.764Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9d299977-9aee-4dd8-a0aa-18962b7d74fe, URL: /sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar to file: /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:06.764Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211207054057-csar.csar
2021-12-07T05:43:06.818Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:06.818Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:07.262Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15697739256220555086/Definitions/service-Vfw20211207054057-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-12-07T05:43:09.825Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.829Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7bf7fae1-a9f8 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-Vfw20211207054057-csar.csar
2021-12-07T05:43:09.830Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-07T05:43:09.835Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.836Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.839Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:09.839Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-07T05:43:09.840Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T05:43:09.841Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.841Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.841Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:09.842Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-07T05:43:09.842Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T05:43:09.842Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.842Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.845Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.845Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:09.845Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:09.845Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-07T05:43:09.846Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.847Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-07T05:43:09.847Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.847Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-07T05:43:09.847Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.847Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T05:43:09.848Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.848Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:09.848Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:09.848Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.849Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.850Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fd5c13ef-5df7-4a09-806a-504f05185231
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.851Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1f6e1e62-3ca1-49cc-8106-0b83830f4503
2021-12-07T05:43:09.852Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-07T05:43:09.853Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=049d6ee6-603f-4042-9485-5518db05fc8a
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.854Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.855Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:09.855Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:09.855Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-12-07 05-40-57
Description:catalog service description
Model UUID:3eb3c3a2-515c-4db2-aeba-a2309638a168
Model Version:NULL
Model InvariantUuid:e228fdbe-3b3c-4922-95b3-8901f893930d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7bf7fae1-a9f8
Model UUID:d2439887-023b-4e81-a80d-12962e09f90d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:09cb2e26-15cb-4add-bc66-2268bd1b7082
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a843da01-42e9-4035-b724-5aeebd260653
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5e8e0116-7a70-4e40-baa6-cdae37def24a
ModelName:Vfw7bf7fae1A9f8..base_vfw..module-0
ModelUuid:ab0e8a17-214e-47ed-812b-1469e69bf1aa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fd5c13ef-5df7-4a09-806a-504f05185231
ModelInvariantUuid:c353ad73-9fa1-4c23-9b03-b92ca8b6ef95
ModelName:vFW 7bf7fae1-a9f8-nodes.vfwCvfc
ModelUuid:262ac54b-2417-4776-ace7-539bcd5ba4ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:82da2ae8-2c1b-4cda-a583-d8ff9a05b6a5
ModelInvariantUuid:6ccc5f3b-2050-42db-8f62-447678da3b32
ModelName:Vfw7bf7fae1A9f8.compute.nodes.heat.vfw
ModelUuid:4709ee49-6217-4662-a9f4-7dc8c65f1e4f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1f6e1e62-3ca1-49cc-8106-0b83830f4503
ModelInvariantUuid:e4b80540-4184-4c8c-b0f8-1fd8048a04a9
ModelName:vFW 7bf7fae1-a9f8-nodes.vsnCvfc
ModelUuid:e9f9554c-cec7-4db4-8538-1de95f387fe3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3fa2e084-29c6-4f80-b831-cf4653c15543
ModelInvariantUuid:1b06b200-ddce-4e24-b30d-8d3ed13883de
ModelName:Vfw7bf7fae1A9f8.compute.nodes.heat.vsn
ModelUuid:862a0227-c6a3-401e-8727-ab843e02f68d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:049d6ee6-603f-4042-9485-5518db05fc8a
ModelInvariantUuid:2964442e-03d2-4e3d-8c74-19b39a317952
ModelName:vFW 7bf7fae1-a9f8-nodes.vpgCvfc
ModelUuid:8934193a-982d-46e1-b395-e528347be5ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d4a9e6ad-0260-40a7-ba19-f08bd2ca3a1f
ModelInvariantUuid:8389a005-3caf-49a5-9861-fa59e8a2ea6f
ModelName:Vfw7bf7fae1A9f8.compute.nodes.heat.vpg
ModelUuid:6b3ac3dc-cb3f-42b0-aeeb-c2d7a12a681b
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-12-07T05:43:09.871Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0374aafb-9bdb-481d-a547-5437577a7edc
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-12-07T05:43:09.951Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||vFW 7bf7fae1-a9f8 0
2021-12-07T05:43:09.956Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0374aafb-9bdb-481d-a547-5437577a7edc
2021-12-07T05:43:09.956Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1e0a4af7-acc6-4e75-93d6-1745fb0d67a5 from URL: /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json
2021-12-07T05:43:09.956Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:43:09.956Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json
2021-12-07T05:43:09.999Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:43:10.000Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json 1e0a4af7-acc6-4e75-93d6-1745fb0d67a5 785
2021-12-07T05:43:10.000Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json ASDC sendASDCNotification
2021-12-07T05:43:10.000Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json
2021-12-07T05:43:10.000Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:43:10.000Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:10.002Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:10.002Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855790000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:43:10.103Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-07T05:43:10.103Z||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-12-07T05:43:10.104Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:10.112Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:10.113Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:11.004Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7bf7fae1A9f8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5e8e0116-7a70-4e40-baa6-cdae37def24a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ab0e8a17-214e-47ed-812b-1469e69bf1aa",
    "vfModuleModelCustomizationUUID": "b7a0d6bd-7941-4c0b-9f70-abf88a662ae7",
    "isBase": true,
    "artifacts": [
      "ca9e928a-1c64-413b-bbbc-b16dddfa6bc2",
      "4f8b848b-70ce-4d1b-b9ca-3355a991be40"
    ],
    "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-12-07T05:43:11.017Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7bf7fae1A9f8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab0e8a17-214e-47ed-812b-1469e69bf1aa
VfModuleModelInvariantUUID:5e8e0116-7a70-4e40-baa6-cdae37def24a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca9e928a-1c64-413b-bbbc-b16dddfa6bc2
,
4f8b848b-70ce-4d1b-b9ca-3355a991be40

}
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-12-07T05:43:11.019Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7bf7fae1A9f8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5e8e0116-7a70-4e40-baa6-cdae37def24a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ab0e8a17-214e-47ed-812b-1469e69bf1aa",
    "vfModuleModelCustomizationUUID": "b7a0d6bd-7941-4c0b-9f70-abf88a662ae7",
    "isBase": true,
    "artifacts": [
      "ca9e928a-1c64-413b-bbbc-b16dddfa6bc2",
      "4f8b848b-70ce-4d1b-b9ca-3355a991be40"
    ],
    "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-12-07T05:43:11.019Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7bf7fae1A9f8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab0e8a17-214e-47ed-812b-1469e69bf1aa
VfModuleModelInvariantUUID:5e8e0116-7a70-4e40-baa6-cdae37def24a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca9e928a-1c64-413b-bbbc-b16dddfa6bc2
,
4f8b848b-70ce-4d1b-b9ca-3355a991be40

}
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-12-07T05:43:11.019Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ca9e928a-1c64-413b-bbbc-b16dddfa6bc2 from URL: /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml
2021-12-07T05:43:11.019Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:43:11.019Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml
2021-12-07T05:43:11.060Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:43:11.061Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml ca9e928a-1c64-413b-bbbc-b16dddfa6bc2 20368
2021-12-07T05:43:11.061Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-07T05:43:11.062Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml
2021-12-07T05:43:11.062Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:43:11.062Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:11.063Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:11.064Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:43:11.164Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:11.165Z||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-12-07T05:43:11.165Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:11.175Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:11.175Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:12.064Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4f8b848b-70ce-4d1b-b9ca-3355a991be40 from URL: /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env
2021-12-07T05:43:12.065Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:43:12.065Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env
2021-12-07T05:43:12.159Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:43:12.159Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env 4f8b848b-70ce-4d1b-b9ca-3355a991be40 2098
2021-12-07T05:43:12.159Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-07T05:43:12.159Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env
2021-12-07T05:43:12.159Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:43:12.159Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:12.162Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:12.162Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855792159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:43:12.262Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:12.262Z||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-12-07T05:43:12.262Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:12.272Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:12.272Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:13.162Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3eb3c3a2-515c-4db2-aeba-a2309638a168
2021-12-07T05:43:13.163Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7bf7fae1-a9f8 0 0374aafb-9bdb-481d-a547-5437577a7edc 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-12-07T05:43:13.194Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44234382, org.onap.sdc.toscaparser.api.parameters.Input@496ea568, org.onap.sdc.toscaparser.api.parameters.Input@5deff573, org.onap.sdc.toscaparser.api.parameters.Input@1d610759, org.onap.sdc.toscaparser.api.parameters.Input@43807824]
2021-12-07T05:43:13.198Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.198Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.198Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-12-07T05:43:13.198Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a843da01-42e9-4035-b724-5aeebd260653
2021-12-07T05:43:13.198Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a843da01-42e9-4035-b724-5aeebd260653 matches Tosca VF Customization UUID: a843da01-42e9-4035-b724-5aeebd260653
2021-12-07T05:43:13.198Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a843da01-42e9-4035-b724-5aeebd260653  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-12-07T05:43:13.204Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.204Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.205Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a843da01-42e9-4035-b724-5aeebd260653: {\"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-12-07T05:43:13.206Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20e6da49
2021-12-07T05:43:13.206Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.206Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T05:43:13.206Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b7a0d6bd-7941-4c0b-9f70-abf88a662ae7
2021-12-07T05:43:13.207Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b7a0d6bd-7941-4c0b-9f70-abf88a662ae7
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-12-07T05:43:13.213Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.213Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:13.213Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:13.214Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.214Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:13.214Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:13.214Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:13.215Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-07T05:43:13.216Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:13.216Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-07T05:43:13.216Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.216Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fd5c13ef-5df7-4a09-806a-504f05185231
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-12-07T05:43:13.224Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.224Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:13.224Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.225Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.226Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1f6e1e62-3ca1-49cc-8106-0b83830f4503
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-12-07T05:43:13.227Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.228Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:13.228Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.230Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-07T05:43:13.231Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-07T05:43:13.231Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-07T05:43:13.231Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-07T05:43:13.231Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-07T05:43:13.231Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-07T05:43:13.231Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=049d6ee6-603f-4042-9485-5518db05fc8a
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-12-07T05:43:13.232Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.233Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:13.233Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:43:13.233Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.233Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Node template vFW 7bf7fae1-a9f8 0 is matching search criteria
2021-12-07T05:43:13.233Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7bf7fae1-a9f8 0] matching following query criteria: sdcType=VF, customizationUUID=a843da01-42e9-4035-b724-5aeebd260653
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-12-07T05:43:13.234Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.234Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3eb3c3a2-515c-4db2-aeba-a2309638a168: vFW 7bf7fae1-a9f8
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.235Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.236Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.236Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:43:13.236Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-07 05-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:43:13.236Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-12-07 05-40-57 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-07T05:43:13.431Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7bf7fae1-a9f8 0374aafb-9bdb-481d-a547-5437577a7edc 1 ASDC deployResourceStructure
2021-12-07T05:43:13.431Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json ASDC sendASDCNotification
2021-12-07T05:43:13.432Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json
2021-12-07T05:43:13.432Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:43:13.432Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:13.433Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:13.433Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855793431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T05:43:13.534Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:13.534Z||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-12-07T05:43:13.534Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:13.546Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:13.546Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:14.434Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-07T05:43:14.434Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml
2021-12-07T05:43:14.434Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:43:14.435Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:14.436Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:14.436Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855794434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-12-07T05:43:14.536Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:14.537Z||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-12-07T05:43:14.537Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:14.547Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:14.548Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:15.437Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-07T05:43:15.437Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env
2021-12-07T05:43:15.437Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:43:15.438Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:15.439Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:15.439Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855795436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-12-07T05:43:15.539Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:15.540Z||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-12-07T05:43:15.540Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:15.551Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:15.552Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-07T05:43:16.441Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar ASDC sendASDCNotification
2021-12-07T05:43:16.441Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar
2021-12-07T05:43:16.441Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:43:16.441Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:43:16.443Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:43:16.443Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855796440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T05:43:16.544Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:43:16.545Z||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-12-07T05:43:16.545Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:16.556Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:16.556Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:43:17.445Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T05:43:17.461Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T05:43:17.463Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:43:17.463Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:43:17.463Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:43:47.463Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T05:43:47.469Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T05:43:47.470Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:43:47.470Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:43:47.470Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:43:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:43:56.808Z||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-12-07T05:43:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:43:56.826Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:43:56.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:43:56.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "aai-ml",
  "timestamp": 1638855777204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855769564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "clamp",
  "timestamp": 1638855776264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:43:56.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:44:17.470Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T05:44:17.476Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T05:44:17.477Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:44:17.477Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:44:17.478Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:44:47.478Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T05:44:47.482Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T05:44:47.484Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:44:47.484Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:44:47.484Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:44:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:44:56.808Z||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-12-07T05:44:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:44:56.826Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:44:56.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:44:56.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855773064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:44:56.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:17.484Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T05:45:17.489Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T05:45:17.490Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:45:17.490Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:45:17.490Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:45:47.491Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T05:45:47.496Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T05:45:47.498Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:45:47.498Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:45:47.498Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:45:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:45:56.808Z||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-12-07T05:45:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:45:56.831Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:45:56.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "cds",
  "timestamp": 1638855769734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "clamp",
  "timestamp": 1638855776264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855773064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855769564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "aai-ml",
  "timestamp": 1638855777204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "cds",
  "timestamp": 1638855769734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "aai-ml",
  "timestamp": 1638855777204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "clamp",
  "timestamp": 1638855776264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855769564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855773064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "aai-ml",
  "timestamp": 1638855777204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "cds",
  "timestamp": 1638855769734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855769564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "clamp",
  "timestamp": 1638855776264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855773064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "aai-ml",
  "timestamp": 1638855777204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "cds",
  "timestamp": 1638855769734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "clamp",
  "timestamp": 1638855776264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855769564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855773064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855781772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "cds",
  "timestamp": 1638855769734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "aai-ml",
  "timestamp": 1638855777204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "clamp",
  "timestamp": 1638855776264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855769564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855773064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855781772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "aai-ml",
  "timestamp": 1638855777204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "cds",
  "timestamp": 1638855769734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855776806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855769564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "clamp",
  "timestamp": 1638855776264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855773064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855781772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "policy-id",
  "timestamp": 1638855783983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855781772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "cds",
  "timestamp": 1638855785554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855785568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "aai-ml",
  "timestamp": 1638855785583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "policy-id",
  "timestamp": 1638855783983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855785758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855781772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "cds",
  "timestamp": 1638855786570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-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-12-07T05:45:56.850Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e765ccba-f860-4f9c-a023-537a8e97cb94
2021-12-07T05:45:56.851Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:45:56.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "policy-id",
  "timestamp": 1638855783983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855781772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "policy-id",
  "timestamp": 1638855783983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855781772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "policy-id",
  "timestamp": 1638855783983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855789515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "policy-id",
  "timestamp": 1638855783983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855789913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855790000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855790602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "policy-id",
  "timestamp": 1638855783983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:45:56.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855790917,
  "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-12-07T05:45:56.861Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e765ccba-f860-4f9c-a023-537a8e97cb94
2021-12-07T05:45:56.861Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855791671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "policy-id",
  "timestamp": 1638855791776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855792159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "policy-id",
  "timestamp": 1638855792781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T05:45:56.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855792894,
  "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-12-07T05:45:56.869Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e765ccba-f860-4f9c-a023-537a8e97cb94
2021-12-07T05:45:56.869Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:45:56.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855793431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T05:45:56.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "policy-id",
  "timestamp": 1638855793785,
  "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-12-07T05:45:56.876Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e765ccba-f860-4f9c-a023-537a8e97cb94
2021-12-07T05:45:56.876Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:45:56.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855793897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/vfw7bf7fae1a9f80_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T05:45:56.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855794434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-12-07T05:45:56.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855795436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/resourceInstances/vfw7bf7fae1a9f80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638855796440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "aai-ml",
  "timestamp": 1638855798781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "aai-ml",
  "timestamp": 1638855799785,
  "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-12-07T05:45:56.882Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e765ccba-f860-4f9c-a023-537a8e97cb94
2021-12-07T05:45:56.882Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:45:56.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "clamp",
  "timestamp": 1638855799879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "clamp",
  "timestamp": 1638855801885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211207054057/1.0/artifacts/service-Vfw20211207054057-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:45:56.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "clamp",
  "timestamp": 1638855802888,
  "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-12-07T05:45:56.889Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e765ccba-f860-4f9c-a023-537a8e97cb94
2021-12-07T05:45:56.889Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:46:17.498Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T05:46:17.505Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T05:46:17.506Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T05:46:17.507Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T05:46:17.508Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-12-07T05:46:17.510Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-07T05:46:47.511Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e765ccba-f860-4f9c-a023-537a8e97cb94 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-12-07T05:46:47.516Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e765ccba-f860-4f9c-a023-537a8e97cb94 and serviceModelVersionId: 3eb3c3a2-515c-4db2-aeba-a2309638a168
2021-12-07T05:46:47.516Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e228fdbe-3b3c-4922-95b3-8901f893930d
2021-12-07T05:46:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:46:56.808Z||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-12-07T05:46:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:46:57.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:46:57.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "cds",
  "timestamp": 1638855844734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855849564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "cds",
  "timestamp": 1638855844734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855849564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "cds",
  "timestamp": 1638855844734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855849564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "cds",
  "timestamp": 1638855844734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855849564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "cds",
  "timestamp": 1638855844734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855849564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "cds",
  "timestamp": 1638855844734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855849564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "cds",
  "timestamp": 1638855844734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638855849564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "cds",
  "timestamp": 1638855861310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "cds",
  "timestamp": 1638855862315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-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-12-07T05:46:57.368Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f9ed04e-d653-44a4-9c99-069a81520f3f
2021-12-07T05:46:57.368Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:46:57.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855861772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855861772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855863064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855861772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "policy-id",
  "timestamp": 1638855863983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855863064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855861772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "policy-id",
  "timestamp": 1638855863983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855863064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855861772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "policy-id",
  "timestamp": 1638855863983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855863064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "clamp",
  "timestamp": 1638855866264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855861772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "policy-id",
  "timestamp": 1638855863983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855863064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "aai-ml",
  "timestamp": 1638855867203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "clamp",
  "timestamp": 1638855866264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855861772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "policy-id",
  "timestamp": 1638855863983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855863064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "aai-ml",
  "timestamp": 1638855867203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "clamp",
  "timestamp": 1638855866264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855869486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "policy-id",
  "timestamp": 1638855863983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855863064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "aai-ml",
  "timestamp": 1638855867203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "clamp",
  "timestamp": 1638855866264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855870583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "policy-id",
  "timestamp": 1638855863983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855870800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "aai-ml",
  "timestamp": 1638855867203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "clamp",
  "timestamp": 1638855866264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855871623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "policy-id",
  "timestamp": 1638855871720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "aai-ml",
  "timestamp": 1638855867203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "clamp",
  "timestamp": 1638855866264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855872636,
  "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-12-07T05:46:57.383Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f9ed04e-d653-44a4-9c99-069a81520f3f
2021-12-07T05:46:57.384Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:46:57.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "policy-id",
  "timestamp": 1638855872723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855872823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "aai-ml",
  "timestamp": 1638855867203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "clamp",
  "timestamp": 1638855866264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638855873639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T05:46:57.406Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "policy-id",
  "timestamp": 1638855873725,
  "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-12-07T05:46:57.409Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f9ed04e-d653-44a4-9c99-069a81520f3f
2021-12-07T05:46:57.409Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:46:57.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638855873826,
  "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-12-07T05:46:57.414Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f9ed04e-d653-44a4-9c99-069a81520f3f
2021-12-07T05:46:57.414Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:46:57.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "aai-ml",
  "timestamp": 1638855867203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "aai-ml",
  "timestamp": 1638855874964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "aai-ml",
  "timestamp": 1638855879822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "aai-ml",
  "timestamp": 1638855880826,
  "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-12-07T05:46:57.422Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f9ed04e-d653-44a4-9c99-069a81520f3f
2021-12-07T05:46:57.422Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:46:57.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "clamp",
  "timestamp": 1638855884882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:46:57.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "clamp",
  "timestamp": 1638855886887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T05:46:57.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:46:57.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:46:57.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "clamp",
  "timestamp": 1638855887890,
  "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-12-07T05:46:57.430Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f9ed04e-d653-44a4-9c99-069a81520f3f
2021-12-07T05:46:57.430Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:46:58.794Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0
2021-12-07T05:46:58.881Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-07T05:46:59.511Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0|INFO|500||Invoke
2021-12-07T05:46:59.518Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e765ccba-f860-4f9c-a023-537a8e97cb94], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3a85693-2b0d-4f9e-ba09-d5ed0b232588], X-ECOMP-RequestID=[e765ccba-f860-4f9c-a023-537a8e97cb94], X-TransactionId=[], X-ONAP-RequestID=[e765ccba-f860-4f9c-a023-537a8e97cb94], Content-Type=[application/merge-patch+json]}
2021-12-07T05:46:59.707Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-07T05:46:59.976Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?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/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211207-05:46:59:716-1073], vertex-id=[180320], Content-Length=[0], Date=[Tue, 07 Dec 2021 05:46:59 GMT], Content-Type=[application/json]}
2021-12-07T05:46:59.978Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-07T05:46:59.978Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e228fdbe-3b3c-4922-95b3-8901f893930d/model-vers/model-ver/3eb3c3a2-515c-4db2-aeba-a2309638a168?depth=0|INFO|500||InvokeReturn
2021-12-07T05:46:59.981Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-07T05:46:59.981Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-12-07T05:46:59.985Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-12-07T05:46:59.991Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e765ccba-f860-4f9c-a023-537a8e97cb94 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-07T05:46:59.992Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-07T05:46:59.992Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:46:59.994Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:46:59.994Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856019991,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T05:47:00.094Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:00.095Z||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-12-07T05:47:00.095Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:00.104Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:00.104Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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-12-07T05:47:01.003Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:47:01.003Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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-12-07T05:47:01.003Z|e765ccba-f860-4f9c-a023-537a8e97cb94|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:05.765Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:05.766Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T05:47:05.767Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f9ed04e-d653-44a4-9c99-069a81520f3f","serviceName":"basic_onboard_CwHJMX","serviceVersion":"1.0","serviceUUID":"6c6d83ae-32e1-4432-85c6-8c07b3cd9f45","serviceDescription":"service","serviceInvariantUUID":"7e711525-056f-4bfa-92c8-6a095c6d0012","resources":[{"resourceInstanceName":"basic_onboard_CwHJMX 0","resourceName":"basic_onboard_CwHJMX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0b05e27a-c239-43f8-af6d-2499d6b43d9b","resourceInvariantUUID":"162cecc5-46d0-4c88-a230-83fbe5d989da","resourceCustomizationUUID":"572929be-04e3-422a-a158-f569e8ef38cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml","artifactChecksum":"ZDQ4NWRmZGFmYzY5ZGUwYjdiYzE0YjU3ZTMzMWI3ODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8b3962c-4468-4c95-8e7b-5d9ab55b7157","artifactVersion":"1"},{"artifactName":"basic_onboard_cwhjmx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json","artifactChecksum":"Y2NmOWQ4YzQ0OTFiMTI4MDdmMmI1OTczMzU3NjhmZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83c2dda4-6970-4a15-a053-b869d41d2af3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f9373732-2316-4e83-89b3-bfbea6c40a06","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c10c6c94-d7d1-4399-ae18-e66bc05785aa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"677e9766-3565-4131-8547-c1b57bfb7788","artifactVersion":"2","generatedFromUUID":"f9373732-2316-4e83-89b3-bfbea6c40a06"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCwhjmx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml","artifactChecksum":"MGFmZDc4ZTUzZjkyOGU0ZDEyY2VhNTllOTA2Yzk0MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51051d9b-c56f-4f43-9e5f-13e4139d0e73","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCwhjmx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar","artifactChecksum":"MjU4Zjg3NjA0MmUwOWRiNDAyMGM4YjE0ODgzN2Q4Yzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0beb6b41-341d-4b92-bb1e-dc2980550a52","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-07T05:47:05.769Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:05.769Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:05.771Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:05.771Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:47:05.871Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:05.872Z||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-12-07T05:47:05.872Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:05.884Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:05.885Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:06.772Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:06.772Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:06.774Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:06.774Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T05:47:06.874Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:06.874Z||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-12-07T05:47:06.875Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:06.884Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:06.884Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:07.774Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:07.775Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:07.776Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:07.776Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-07T05:47:07.876Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:07.878Z||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-12-07T05:47:07.878Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:07.891Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:07.891Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:08.777Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:08.777Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:08.779Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:08.779Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:47:08.879Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:08.880Z||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-12-07T05:47:08.880Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:08.892Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:08.892Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:09.780Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:09.781Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:09.782Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:09.782Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-07T05:47:09.887Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-12-07T05:47:09.887Z||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-12-07T05:47:09.887Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:09.898Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:09.899Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:10.783Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:10.784Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:10.785Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:10.785Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:47:10.886Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-07T05:47:10.886Z||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-12-07T05:47:10.886Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:10.899Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:10.899Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:11.786Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:47:11.787Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:11.788Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:11.788Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:47:11.889Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-07T05:47:11.889Z||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-12-07T05:47:11.889Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:11.902Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:11.902Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:12.790Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "serviceName": "basic_onboard_CwHJMX",
  "serviceVersion": "1.0",
  "serviceUUID": "6c6d83ae-32e1-4432-85c6-8c07b3cd9f45",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7e711525-056f-4bfa-92c8-6a095c6d0012",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CwHJMX 0",
      "resourceCustomizationUUID": "572929be-04e3-422a-a158-f569e8ef38cf",
      "resourceName": "basic_onboard_CwHJMX",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0b05e27a-c239-43f8-af6d-2499d6b43d9b",
      "resourceInvariantUUID": "162cecc5-46d0-4c88-a230-83fbe5d989da",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cwhjmx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
          "artifactChecksum": "Y2NmOWQ4YzQ0OTFiMTI4MDdmMmI1OTczMzU3NjhmZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "83c2dda4-6970-4a15-a053-b869d41d2af3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f9373732-2316-4e83-89b3-bfbea6c40a06",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "677e9766-3565-4131-8547-c1b57bfb7788",
            "generatedFromUUID": "f9373732-2316-4e83-89b3-bfbea6c40a06"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "677e9766-3565-4131-8547-c1b57bfb7788",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCwhjmx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
      "artifactChecksum": "MjU4Zjg3NjA0MmUwOWRiNDAyMGM4YjE0ODgzN2Q4Yzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0beb6b41-341d-4b92-bb1e-dc2980550a52"
    }
  ],
  "workloadContext": "Production"
}
2021-12-07T05:47:12.790Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-07T05:47:12.790Z|e765ccba-f860-4f9c-a023-537a8e97cb94|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6c6d83ae-32e1-4432-85c6-8c07b3cd9f45 ASDC
2021-12-07T05:47:12.790Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:4f9ed04e-d653-44a4-9c99-069a81520f3f
ServiceName:basic_onboard_CwHJMX
ServiceVersion:1.0
ServiceUUID:6c6d83ae-32e1-4432-85c6-8c07b3cd9f45
ServiceInvariantUUID:7e711525-056f-4bfa-92c8-6a095c6d0012
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCwhjmx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar
ArtifactUUID:0beb6b41-341d-4b92-bb1e-dc2980550a52
ArtifactChecksum:MjU4Zjg3NjA0MmUwOWRiNDAyMGM4YjE0ODgzN2Q4Yzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CwHJMX 0
ResourceCustomizationUUID:572929be-04e3-422a-a158-f569e8ef38cf
ResourceInvariantUUID:162cecc5-46d0-4c88-a230-83fbe5d989da
ResourceName:basic_onboard_CwHJMX
ResourceType:VF
ResourceUUID:0b05e27a-c239-43f8-af6d-2499d6b43d9b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cwhjmx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json
ArtifactUUID:83c2dda4-6970-4a15-a053-b869d41d2af3
ArtifactChecksum:Y2NmOWQ4YzQ0OTFiMTI4MDdmMmI1OTczMzU3NjhmZmI=
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/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f9373732-2316-4e83-89b3-bfbea6c40a06
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/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env
ArtifactUUID:677e9766-3565-4131-8547-c1b57bfb7788
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/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env
ArtifactUUID:677e9766-3565-4131-8547-c1b57bfb7788
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-07T05:47:12.790Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c6d83ae-32e1-4432-85c6-8c07b3cd9f45 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-12-07T05:47:12.814Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T05:47:12.815Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-07T05:47:12.815Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-07T05:47:12.815Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0beb6b41-341d-4b92-bb1e-dc2980550a52 from URL: /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:12.815Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:47:12.815Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:12.869Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:47:12.872Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar 0beb6b41-341d-4b92-bb1e-dc2980550a52 71566
2021-12-07T05:47:12.873Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar ASDC sendASDCNotification
2021-12-07T05:47:12.873Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:12.873Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:47:12.873Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:12.874Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:12.875Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856032872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:47:12.975Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:12.975Z||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-12-07T05:47:12.975Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:12.987Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:12.988Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-12-07T05:47:13.875Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T05:47:13.876Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-07T05:47:13.876Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0beb6b41-341d-4b92-bb1e-dc2980550a52, URL: /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar to file: /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:13.876Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:13.877Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:13.877Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:14.115Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15333938952101123446/Definitions/service-BasicOnboardCwhjmx-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-12-07T05:47:15.407Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.408Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CwHJMX 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-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T05:47:15.409Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is not matching search criteria
2021-12-07T05:47:15.410Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:15.411Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:15.412Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is not matching search criteria
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3128ca1d-2af7-4148-94a4-effdb3e15205
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:15.413Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_CwHJMX
Description:service
Model UUID:6c6d83ae-32e1-4432-85c6-8c07b3cd9f45
Model Version:NULL
Model InvariantUuid:7e711525-056f-4bfa-92c8-6a095c6d0012
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_CwHJMX
Model UUID:3f77dfb8-0cc0-422a-957b-a63e53b8e000
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:162cecc5-46d0-4c88-a230-83fbe5d989da
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:572929be-04e3-422a-a158-f569e8ef38cf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:09df2020-ddd0-4eaf-a0a4-7ba9516c08da
ModelName:BasicOnboardCwhjmx..base_ubuntu18..module-0
ModelUuid:1406d6ce-599a-4780-8132-add268f3dba4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3128ca1d-2af7-4148-94a4-effdb3e15205
ModelInvariantUuid:5f8ea392-c404-4ee3-a3b5-976f31112ba6
ModelName:basic_onboard_CwHJMX-nodes.ubuntu18Cvfc
ModelUuid:56c4a590-4aef-4d70-96e2-f7de81097294
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:831eacec-fce5-40e0-b49d-a447d3ba3256
ModelInvariantUuid:4000cfd2-d641-493e-a3a9-679ee45e5ada
ModelName:BasicOnboardCwhjmx.compute.nodes.heat.ubuntu18
ModelUuid:a5665bef-3118-409b-ad37-8ab155818c16
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-12-07T05:47:15.416Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0b05e27a-c239-43f8-af6d-2499d6b43d9b
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-12-07T05:47:15.418Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||basic_onboard_CwHJMX 0
2021-12-07T05:47:15.418Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0b05e27a-c239-43f8-af6d-2499d6b43d9b
2021-12-07T05:47:15.418Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 83c2dda4-6970-4a15-a053-b869d41d2af3 from URL: /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json
2021-12-07T05:47:15.418Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:47:15.418Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json
2021-12-07T05:47:15.557Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:47:15.558Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json 83c2dda4-6970-4a15-a053-b869d41d2af3 798
2021-12-07T05:47:15.558Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json ASDC sendASDCNotification
2021-12-07T05:47:15.558Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json
2021-12-07T05:47:15.558Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:47:15.558Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:15.560Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:15.560Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856035558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:47:15.660Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:15.661Z||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-12-07T05:47:15.661Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:15.671Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:15.672Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:16.561Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCwhjmx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "09df2020-ddd0-4eaf-a0a4-7ba9516c08da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1406d6ce-599a-4780-8132-add268f3dba4",
    "vfModuleModelCustomizationUUID": "cf6cfa8d-ee72-41ce-8db4-455d34afe71b",
    "isBase": true,
    "artifacts": [
      "f9373732-2316-4e83-89b3-bfbea6c40a06",
      "677e9766-3565-4131-8547-c1b57bfb7788"
    ],
    "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-12-07T05:47:16.564Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCwhjmx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1406d6ce-599a-4780-8132-add268f3dba4
VfModuleModelInvariantUUID:09df2020-ddd0-4eaf-a0a4-7ba9516c08da
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9373732-2316-4e83-89b3-bfbea6c40a06
,
677e9766-3565-4131-8547-c1b57bfb7788

}
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-12-07T05:47:16.565Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCwhjmx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "09df2020-ddd0-4eaf-a0a4-7ba9516c08da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1406d6ce-599a-4780-8132-add268f3dba4",
    "vfModuleModelCustomizationUUID": "cf6cfa8d-ee72-41ce-8db4-455d34afe71b",
    "isBase": true,
    "artifacts": [
      "f9373732-2316-4e83-89b3-bfbea6c40a06",
      "677e9766-3565-4131-8547-c1b57bfb7788"
    ],
    "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-12-07T05:47:16.565Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCwhjmx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1406d6ce-599a-4780-8132-add268f3dba4
VfModuleModelInvariantUUID:09df2020-ddd0-4eaf-a0a4-7ba9516c08da
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9373732-2316-4e83-89b3-bfbea6c40a06
,
677e9766-3565-4131-8547-c1b57bfb7788

}
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-12-07T05:47:16.566Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f9373732-2316-4e83-89b3-bfbea6c40a06 from URL: /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml
2021-12-07T05:47:16.566Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:47:16.566Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml
2021-12-07T05:47:16.754Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:47:16.755Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml f9373732-2316-4e83-89b3-bfbea6c40a06 5033
2021-12-07T05:47:16.755Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-07T05:47:16.755Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml
2021-12-07T05:47:16.755Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:47:16.755Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:16.757Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:16.757Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856036755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:47:16.857Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:16.858Z||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-12-07T05:47:16.858Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:16.869Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:16.869Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:17.758Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 677e9766-3565-4131-8547-c1b57bfb7788 from URL: /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env
2021-12-07T05:47:17.758Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-07T05:47:17.758Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env
2021-12-07T05:47:17.872Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-07T05:47:17.872Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env 677e9766-3565-4131-8547-c1b57bfb7788 909
2021-12-07T05:47:17.872Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-07T05:47:17.872Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env
2021-12-07T05:47:17.872Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:47:17.873Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:17.874Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:17.874Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856037872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:47:17.975Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:17.975Z||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-12-07T05:47:17.975Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:17.988Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:17.988Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:18.875Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6c6d83ae-32e1-4432-85c6-8c07b3cd9f45
2021-12-07T05:47:18.875Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CwHJMX 0 0b05e27a-c239-43f8-af6d-2499d6b43d9b 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-12-07T05:47:18.882Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fb3cecb, org.onap.sdc.toscaparser.api.parameters.Input@2b0b57a9, org.onap.sdc.toscaparser.api.parameters.Input@49766220, org.onap.sdc.toscaparser.api.parameters.Input@5c23729f, org.onap.sdc.toscaparser.api.parameters.Input@3d872a46]
2021-12-07T05:47:18.883Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.883Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.883Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-12-07T05:47:18.883Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 572929be-04e3-422a-a158-f569e8ef38cf
2021-12-07T05:47:18.883Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 572929be-04e3-422a-a158-f569e8ef38cf matches Tosca VF Customization UUID: 572929be-04e3-422a-a158-f569e8ef38cf
2021-12-07T05:47:18.883Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 572929be-04e3-422a-a158-f569e8ef38cf  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-12-07T05:47:18.884Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.885Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.885Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 572929be-04e3-422a-a158-f569e8ef38cf: {\"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-12-07T05:47:18.885Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6715cc3e
2021-12-07T05:47:18.885Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.885Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T05:47:18.886Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf6cfa8d-ee72-41ce-8db4-455d34afe71b
2021-12-07T05:47:18.886Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf6cfa8d-ee72-41ce-8db4-455d34afe71b
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-12-07T05:47:18.887Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.887Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:18.887Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:47:18.887Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.887Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:18.888Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:47:18.888Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.888Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is not matching search criteria
2021-12-07T05:47:18.888Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-07T05:47:18.888Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-07T05:47:18.888Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3128ca1d-2af7-4148-94a4-effdb3e15205
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-12-07T05:47:18.889Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.889Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:18.889Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:47:18.889Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.890Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CwHJMX 0 is matching search criteria
2021-12-07T05:47:18.890Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CwHJMX 0] matching following query criteria: sdcType=VF, customizationUUID=572929be-04e3-422a-a158-f569e8ef38cf
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-12-07T05:47:18.890Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6c6d83ae-32e1-4432-85c6-8c07b3cd9f45: basic_onboard_CwHJMX
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.891Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.892Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.892Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.892Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:47:18.892Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CwHJMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:47:18.892Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_CwHJMX 
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-12-07T05:47:18.930Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CwHJMX 0b05e27a-c239-43f8-af6d-2499d6b43d9b 1 ASDC deployResourceStructure
2021-12-07T05:47:18.930Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json ASDC sendASDCNotification
2021-12-07T05:47:18.930Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json
2021-12-07T05:47:18.930Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:47:18.930Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:18.932Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:18.932Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856038930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T05:47:19.032Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:19.033Z||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-12-07T05:47:19.033Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:19.042Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:19.042Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:19.932Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-07T05:47:19.933Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml
2021-12-07T05:47:19.933Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:47:19.933Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:19.935Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:19.935Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856039932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-07T05:47:20.035Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:20.035Z||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-12-07T05:47:20.036Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:20.046Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:20.046Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:20.936Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-07T05:47:20.936Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env
2021-12-07T05:47:20.936Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:47:20.936Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:20.938Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:20.938Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856040935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-07T05:47:21.038Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:21.039Z||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-12-07T05:47:21.039Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:21.048Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:21.048Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:21.939Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar ASDC sendASDCNotification
2021-12-07T05:47:21.939Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar
2021-12-07T05:47:21.940Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:47:21.940Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:21.941Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:21.941Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856041939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T05:47:22.041Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:22.042Z||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-12-07T05:47:22.042Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:22.054Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:22.054Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:47:22.942Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f9ed04e-d653-44a4-9c99-069a81520f3f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T05:47:22.949Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f9ed04e-d653-44a4-9c99-069a81520f3f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T05:47:22.951Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:47:22.954Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-07T05:47:52.954Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f9ed04e-d653-44a4-9c99-069a81520f3f 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-12-07T05:47:52.958Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f9ed04e-d653-44a4-9c99-069a81520f3f and serviceModelVersionId: 6c6d83ae-32e1-4432-85c6-8c07b3cd9f45
2021-12-07T05:47:52.958Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e711525-056f-4bfa-92c8-6a095c6d0012
2021-12-07T05:47:52.959Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e711525-056f-4bfa-92c8-6a095c6d0012/model-vers/model-ver/6c6d83ae-32e1-4432-85c6-8c07b3cd9f45?depth=0
2021-12-07T05:47:52.963Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-07T05:47:52.998Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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/7e711525-056f-4bfa-92c8-6a095c6d0012/model-vers/model-ver/6c6d83ae-32e1-4432-85c6-8c07b3cd9f45?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-12-07T05:47:52.999Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e711525-056f-4bfa-92c8-6a095c6d0012/model-vers/model-ver/6c6d83ae-32e1-4432-85c6-8c07b3cd9f45?depth=0|INFO|500||Invoke
2021-12-07T05:47:53.021Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e711525-056f-4bfa-92c8-6a095c6d0012/model-vers/model-ver/6c6d83ae-32e1-4432-85c6-8c07b3cd9f45?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-07T05:47:53.153Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e711525-056f-4bfa-92c8-6a095c6d0012/model-vers/model-ver/6c6d83ae-32e1-4432-85c6-8c07b3cd9f45?depth=0|INFO|500||InvokeReturn
2021-12-07T05:47:53.153Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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/7e711525-056f-4bfa-92c8-6a095c6d0012/model-vers/model-ver/6c6d83ae-32e1-4432-85c6-8c07b3cd9f45?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211207-05:47:53:027-51613], vertex-id=[163904], Content-Length=[0], Date=[Tue, 07 Dec 2021 05:47:53 GMT], Content-Type=[application/json]}
2021-12-07T05:47:53.153Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-12-07T05:47:53.154Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-07T05:47:53.154Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:47:53.156Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:47:53.156Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f9ed04e-d653-44a4-9c99-069a81520f3f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-07T05:47:53.156Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-07T05:47:53.156Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:47:53.158Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:47:53.158Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856073156,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T05:47:53.258Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:47:53.259Z||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-12-07T05:47:53.259Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:53.276Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:53.276Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-07T05:47:54.166Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:47:54.166Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:47:54.166Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:47:56.808Z||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-12-07T05:47:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:47:57.432Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:47:57.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e765ccba-f860-4f9c-a023-537a8e97cb94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856019991,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T05:47:57.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:47:57.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:47:57.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856021003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:47:57.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856032872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856035558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856036755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856037872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856038930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/basic_onboard_cwhjmx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856039932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856040935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/resourceInstances/basic_onboard_cwhjmx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856041939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwhjmx/1.0/artifacts/service-BasicOnboardCwhjmx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f9ed04e-d653-44a4-9c99-069a81520f3f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856073156,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T05:47:57.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:48:03.708Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:48:03.708Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:48:03.708Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:48:03.708Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:48:13.248Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:48:13.248Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:48:13.249Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:48:13.249Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:48:22.785Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:48:22.785Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:48:22.786Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:48:22.786Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:48:32.324Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:48:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:48:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:48:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:48:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:48:56.808Z||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-12-07T05:48:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:49:06.344Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:49:06.344Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:49:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:49:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:49:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:49:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:49:56.808Z||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-12-07T05:49:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:50:06.348Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:50:06.348Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:50:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:50:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:50:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:50:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:50:56.808Z||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-12-07T05:50:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:51:06.350Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:51:06.354Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:51:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:51:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:51:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:51:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:51:56.808Z||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-12-07T05:51:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:52:06.348Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:52:06.351Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:52:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:52:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:52:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:52:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:52:56.808Z||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-12-07T05:52:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:53:06.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:53:06.349Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:53:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:53:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:53:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:53:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:53:56.808Z||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-12-07T05:53:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:54:06.348Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:54:06.349Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:54:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:54:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T05:54:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:54:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:54:56.808Z||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-12-07T05:54:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:55:06.355Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:55:06.355Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:55:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:55:56.807Z||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-12-07T05:55:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:55:56.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:55:56.808Z||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-12-07T05:55:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:56:06.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:56:06.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:56:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:56:56.807Z||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-12-07T05:56:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:56:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:56:56.808Z||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-12-07T05:56:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:57:06.352Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:57:06.352Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:57:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:57:56.807Z||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-12-07T05:57:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:57:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:57:56.808Z||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-12-07T05:57:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:58:06.346Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:58:06.347Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:58:56.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:58:56.807Z||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-12-07T05:58:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:58:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:58:56.808Z||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-12-07T05:58:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:58:56.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:58:56.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856721772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "policy-id",
  "timestamp": 1638856723983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856729564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856721772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "policy-id",
  "timestamp": 1638856723983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "cds",
  "timestamp": 1638856729734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856729564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856721772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "policy-id",
  "timestamp": 1638856723983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "cds",
  "timestamp": 1638856729734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856729564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856721772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "policy-id",
  "timestamp": 1638856723983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "cds",
  "timestamp": 1638856729734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856729564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856721772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-07T05:58:56.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "policy-id",
  "timestamp": 1638856723983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "cds",
  "timestamp": 1638856729734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856733064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856729564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856721772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "policy-id",
  "timestamp": 1638856723983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "cds",
  "timestamp": 1638856729734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856733064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856729564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856721772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "policy-id",
  "timestamp": 1638856723983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "cds",
  "timestamp": 1638856729734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856733064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856729564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "cds",
  "timestamp": 1638856729734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:58:56.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T05:58:56.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856736445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:58:56.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:58:56.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:58:56.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "policy-id",
  "timestamp": 1638856736448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:58:56.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T05:58:57.429Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:58:57.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-07T05:58:57.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"953392c2-237c-4dc2-8ea8-e7fc1c56f9ac","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c1abe683-ad10-4ba9-a2be-53d946b51048","serviceDescription":"service","serviceInvariantUUID":"9365e390-8e3d-4744-b37a-e79204548ddc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"92b4c22b-e166-419d-8412-08244aef65aa","resourceInvariantUUID":"d921d0da-6ad8-475d-9e95-b683e895b292","resourceCustomizationUUID":"35ae5170-05aa-49af-aa28-95077ccaaf3d","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":"YWI3NjAzODVmNjNmYThiMjU5YWVkNGQ3YmU3YTVjZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e24103fc-2d41-4ec9-b3d9-db0942485015","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":"ZTMwNTgyM2IxOGFlOTQ4MDY0ZDUzZTBjNTA1N2FhN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b61ca65c-9700-4b13-ab5c-931cacc30f8b","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":"eba5d4e9-bd19-4202-b42b-f1dc9f495be6","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":"2f25de09-7da2-4112-95e5-4331abd4f51d","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":"d22088a9-7344-4b83-b680-0acdcd2ac21f","artifactVersion":"2","generatedFromUUID":"eba5d4e9-bd19-4202-b42b-f1dc9f495be6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzlhODMwMGZkYTYzZTM2ZGI0MTlmMDI1OTMxNDkzMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39671d53-e8f2-4ece-a0b3-6b594cbc29e8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjNiZmIwNTcwNmVmMTkwMGQyMmFkMDZkZDI2MDM5MDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f62ef9c-fdbb-4072-a0fa-a5b622c4a355","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-07T05:58:57.432Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:58:57.432Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:58:57.434Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:58:57.434Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:58:57.534Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:58:57.535Z||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-12-07T05:58:57.535Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:58:57.546Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:58:57.546Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:58:58.434Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:58:58.435Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:58:58.436Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:58:58.437Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T05:58:58.537Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:58:58.537Z||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-12-07T05:58:58.537Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:58:58.549Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:58:58.549Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:58:59.437Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:58:59.438Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:58:59.439Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:58:59.439Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-07T05:58:59.539Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:58:59.540Z||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-12-07T05:58:59.540Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:58:59.549Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:58:59.549Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:00.439Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:59:00.440Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:00.442Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:00.442Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:59:00.542Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:00.542Z||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-12-07T05:59:00.543Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:00.553Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:59:00.554Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:01.442Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:59:01.443Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:01.444Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:01.444Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-07T05:59:01.544Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:01.545Z||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-12-07T05:59:01.545Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:01.554Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:59:01.554Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:02.445Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:59:02.445Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:02.447Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:02.447Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:59:02.547Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:02.548Z||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-12-07T05:59:02.548Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:02.559Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:59:02.559Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:03.447Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T05:59:03.448Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:03.450Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:03.450Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T05:59:03.550Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-07T05:59:03.550Z||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-12-07T05:59:03.550Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:03.560Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:59:03.561Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-12-07T05:59:04.451Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "c1abe683-ad10-4ba9-a2be-53d946b51048",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9365e390-8e3d-4744-b37a-e79204548ddc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "35ae5170-05aa-49af-aa28-95077ccaaf3d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "92b4c22b-e166-419d-8412-08244aef65aa",
      "resourceInvariantUUID": "d921d0da-6ad8-475d-9e95-b683e895b292",
      "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": "ZTMwNTgyM2IxOGFlOTQ4MDY0ZDUzZTBjNTA1N2FhN2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b61ca65c-9700-4b13-ab5c-931cacc30f8b",
          "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": "eba5d4e9-bd19-4202-b42b-f1dc9f495be6",
          "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": "d22088a9-7344-4b83-b680-0acdcd2ac21f",
            "generatedFromUUID": "eba5d4e9-bd19-4202-b42b-f1dc9f495be6"
          },
          "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": "d22088a9-7344-4b83-b680-0acdcd2ac21f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZjNiZmIwNTcwNmVmMTkwMGQyMmFkMDZkZDI2MDM5MDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7f62ef9c-fdbb-4072-a0fa-a5b622c4a355"
    }
  ],
  "workloadContext": "Production"
}
2021-12-07T05:59:04.451Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-07T05:59:04.451Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c1abe683-ad10-4ba9-a2be-53d946b51048 ASDC
2021-12-07T05:59:04.452Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:c1abe683-ad10-4ba9-a2be-53d946b51048
ServiceInvariantUUID:9365e390-8e3d-4744-b37a-e79204548ddc
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:7f62ef9c-fdbb-4072-a0fa-a5b622c4a355
ArtifactChecksum:ZjNiZmIwNTcwNmVmMTkwMGQyMmFkMDZkZDI2MDM5MDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:35ae5170-05aa-49af-aa28-95077ccaaf3d
ResourceInvariantUUID:d921d0da-6ad8-475d-9e95-b683e895b292
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:92b4c22b-e166-419d-8412-08244aef65aa
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:b61ca65c-9700-4b13-ab5c-931cacc30f8b
ArtifactChecksum:ZTMwNTgyM2IxOGFlOTQ4MDY0ZDUzZTBjNTA1N2FhN2Y=
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:eba5d4e9-bd19-4202-b42b-f1dc9f495be6
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:d22088a9-7344-4b83-b680-0acdcd2ac21f
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:d22088a9-7344-4b83-b680-0acdcd2ac21f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-07T05:59:04.452Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1abe683-ad10-4ba9-a2be-53d946b51048 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-12-07T05:59:04.474Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T05:59:04.475Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T05:59:04.475Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T05:59:04.475Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f62ef9c-fdbb-4072-a0fa-a5b622c4a355 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-07T05:59:04.475Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T05:59:04.475Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-07T05:59:04.640Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T05:59:04.643Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7f62ef9c-fdbb-4072-a0fa-a5b622c4a355 71039
2021-12-07T05:59:04.643Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-12-07T05:59:04.643Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-07T05:59:04.643Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:59:04.643Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:04.645Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:04.645Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856744643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:59:04.745Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:04.748Z||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-12-07T05:59:04.748Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:04.759Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:59:04.759Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:05.645Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T05:59:05.646Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T05:59:05.646Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7f62ef9c-fdbb-4072-a0fa-a5b622c4a355, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:05.647Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-12-07T05:59:05.647Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:05.647Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:05.783Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11066171583023762647/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-12-07T05:59:06.698Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:06.699Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:06.700Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T05:59:06.701Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-07T05:59:06.702Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c8c78f8-d811-4874-b4f9-569b5320ed53
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:06.703Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:c1abe683-ad10-4ba9-a2be-53d946b51048
Model Version:NULL
Model InvariantUuid:9365e390-8e3d-4744-b37a-e79204548ddc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:35bc2d1b-fe58-4660-a6fb-6b3fde369596
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d921d0da-6ad8-475d-9e95-b683e895b292
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:35ae5170-05aa-49af-aa28-95077ccaaf3d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a231a843-a273-41a1-b837-fab26a43227e
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:d430dc07-427d-4694-930f-45a893b706fc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2c8c78f8-d811-4874-b4f9-569b5320ed53
ModelInvariantUuid:32e08c5b-404e-472d-82f8-fa0241285d56
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:3c23b3ad-1aca-45f1-bdd8-a6a256116f8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:256492c2-b78c-4160-821f-a887827e2951
ModelInvariantUuid:28b7e935-65b1-4e04-a695-8f60cc171701
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:6bc44ec2-7005-43db-ad7b-09145b2660b0
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-12-07T05:59:06.707Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 92b4c22b-e166-419d-8412-08244aef65aa
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-12-07T05:59:06.710Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||basic_vm 0
2021-12-07T05:59:06.710Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 92b4c22b-e166-419d-8412-08244aef65aa
2021-12-07T05:59:06.710Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b61ca65c-9700-4b13-ab5c-931cacc30f8b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-07T05:59:06.710Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T05:59:06.711Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-07T05:59:06.751Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T05:59:06.751Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b61ca65c-9700-4b13-ab5c-931cacc30f8b 787
2021-12-07T05:59:06.751Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-12-07T05:59:06.751Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-07T05:59:06.751Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:59:06.752Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:06.753Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:06.753Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856746751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:59:06.853Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:06.854Z||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-12-07T05:59:06.854Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:06.866Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:59:06.866Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:07.754Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a231a843-a273-41a1-b837-fab26a43227e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d430dc07-427d-4694-930f-45a893b706fc",
    "vfModuleModelCustomizationUUID": "46cbc34e-6b5f-40a2-9ffe-bfcb09f1f19f",
    "isBase": true,
    "artifacts": [
      "eba5d4e9-bd19-4202-b42b-f1dc9f495be6",
      "d22088a9-7344-4b83-b680-0acdcd2ac21f"
    ],
    "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-12-07T05:59:07.757Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d430dc07-427d-4694-930f-45a893b706fc
VfModuleModelInvariantUUID:a231a843-a273-41a1-b837-fab26a43227e
VfModuleModelDescription:NULL
Artifacts UUID List:{
eba5d4e9-bd19-4202-b42b-f1dc9f495be6
,
d22088a9-7344-4b83-b680-0acdcd2ac21f

}
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-12-07T05:59:07.759Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a231a843-a273-41a1-b837-fab26a43227e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d430dc07-427d-4694-930f-45a893b706fc",
    "vfModuleModelCustomizationUUID": "46cbc34e-6b5f-40a2-9ffe-bfcb09f1f19f",
    "isBase": true,
    "artifacts": [
      "eba5d4e9-bd19-4202-b42b-f1dc9f495be6",
      "d22088a9-7344-4b83-b680-0acdcd2ac21f"
    ],
    "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-12-07T05:59:07.759Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d430dc07-427d-4694-930f-45a893b706fc
VfModuleModelInvariantUUID:a231a843-a273-41a1-b837-fab26a43227e
VfModuleModelDescription:NULL
Artifacts UUID List:{
eba5d4e9-bd19-4202-b42b-f1dc9f495be6
,
d22088a9-7344-4b83-b680-0acdcd2ac21f

}
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-12-07T05:59:07.759Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eba5d4e9-bd19-4202-b42b-f1dc9f495be6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-07T05:59:07.759Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T05:59:07.759Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-07T05:59:07.796Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T05:59:07.796Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml eba5d4e9-bd19-4202-b42b-f1dc9f495be6 5033
2021-12-07T05:59:07.797Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-12-07T05:59:07.797Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-07T05:59:07.797Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:59:07.797Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:07.798Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:07.798Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856747796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:59:07.899Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-07T05:59:07.899Z||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-12-07T05:59:07.899Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:07.910Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:59:07.910Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:08.799Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d22088a9-7344-4b83-b680-0acdcd2ac21f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-07T05:59:08.800Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T05:59:08.800Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-07T05:59:08.837Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T05:59:08.837Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d22088a9-7344-4b83-b680-0acdcd2ac21f 903
2021-12-07T05:59:08.838Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-12-07T05:59:08.838Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-07T05:59:08.838Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T05:59:08.838Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:08.840Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:08.840Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856748838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T05:59:08.940Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:08.941Z||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-12-07T05:59:08.941Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:08.952Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:59:08.952Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:09.840Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c1abe683-ad10-4ba9-a2be-53d946b51048
2021-12-07T05:59:09.841Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 92b4c22b-e166-419d-8412-08244aef65aa 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-12-07T05:59:09.848Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c77314d, org.onap.sdc.toscaparser.api.parameters.Input@7e6e2832, org.onap.sdc.toscaparser.api.parameters.Input@7f70c0ad, org.onap.sdc.toscaparser.api.parameters.Input@54b15277, org.onap.sdc.toscaparser.api.parameters.Input@5149fcf5]
2021-12-07T05:59:09.849Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.849Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:09.850Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-12-07T05:59:09.850Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 35ae5170-05aa-49af-aa28-95077ccaaf3d
2021-12-07T05:59:09.850Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 35ae5170-05aa-49af-aa28-95077ccaaf3d matches Tosca VF Customization UUID: 35ae5170-05aa-49af-aa28-95077ccaaf3d
2021-12-07T05:59:09.850Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 35ae5170-05aa-49af-aa28-95077ccaaf3d  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-12-07T05:59:09.851Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.851Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:09.852Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 35ae5170-05aa-49af-aa28-95077ccaaf3d: {\"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-12-07T05:59:09.852Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79996bff
2021-12-07T05:59:09.852Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.852Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T05:59:09.852Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 46cbc34e-6b5f-40a2-9ffe-bfcb09f1f19f
2021-12-07T05:59:09.853Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 46cbc34e-6b5f-40a2-9ffe-bfcb09f1f19f
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-12-07T05:59:09.854Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.854Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:09.854Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:59:09.855Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.855Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:09.855Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:59:09.855Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.855Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-07T05:59:09.855Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-07T05:59:09.856Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-07T05:59:09.856Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c8c78f8-d811-4874-b4f9-569b5320ed53
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-12-07T05:59:09.857Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.857Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:09.857Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T05:59:09.858Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.858Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-07T05:59:09.858Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=35ae5170-05aa-49af-aa28-95077ccaaf3d
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-12-07T05:59:09.859Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.859Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:09.859Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c1abe683-ad10-4ba9-a2be-53d946b51048: basic_vm
2021-12-07T05:59:09.859Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.859Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:09.860Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.860Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:09.860Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.860Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:09.860Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.861Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:09.861Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T05:59:09.861Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T05:59:09.861Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-07T05:59:09.896Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 92b4c22b-e166-419d-8412-08244aef65aa 1 ASDC deployResourceStructure
2021-12-07T05:59:09.897Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-12-07T05:59:09.897Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-07T05:59:09.897Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:59:09.897Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:09.899Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:09.899Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856749897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T05:59:09.999Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:10.000Z||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-12-07T05:59:10.000Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:10.009Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:59:10.009Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:10.899Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-12-07T05:59:10.900Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-07T05:59:10.900Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:59:10.900Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:10.901Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:10.902Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856750899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-07T05:59:11.002Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:11.002Z||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-12-07T05:59:11.002Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:11.013Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:59:11.014Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-07T05:59:11.902Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-12-07T05:59:11.903Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-07T05:59:11.903Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:59:11.903Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:11.904Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:11.904Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856751902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-07T05:59:12.004Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:12.005Z||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-12-07T05:59:12.005Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:12.017Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:59:12.017Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:12.905Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-12-07T05:59:12.906Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-07T05:59:12.906Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T05:59:12.906Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T05:59:12.907Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T05:59:12.907Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856752905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T05:59:13.008Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T05:59:13.008Z||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-12-07T05:59:13.008Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:13.023Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:59:13.023Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-07T05:59:13.908Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T05:59:13.914Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T05:59:13.915Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:59:13.915Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:59:13.915Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:59:43.915Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T05:59:43.922Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T05:59:43.923Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T05:59:43.923Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T05:59:43.923Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T05:59:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T05:59:56.808Z||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-12-07T05:59:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T05:59:56.829Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T05:59:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T05:59:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856733064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T05:59:56.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:00:13.923Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T06:00:13.931Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T06:00:13.934Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T06:00:13.934Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T06:00:13.934Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T06:00:43.934Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T06:00:43.939Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T06:00:43.940Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T06:00:43.940Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T06:00:43.941Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T06:00:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:00:56.808Z||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-12-07T06:00:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:00:56.831Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:00:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:00:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "clamp",
  "timestamp": 1638856736264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:00:56.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:13.941Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T06:01:13.948Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T06:01:13.949Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T06:01:13.949Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T06:01:13.949Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T06:01:43.949Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T06:01:43.953Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T06:01:43.954Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T06:01:43.955Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-07T06:01:43.955Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-07T06:01:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:01:56.808Z||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-12-07T06:01:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:01:56.828Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:01:56.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "cds",
  "timestamp": 1638856737436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "policy-id",
  "timestamp": 1638856737451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856737498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856733064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "aai-ml",
  "timestamp": 1638856737203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "clamp",
  "timestamp": 1638856736264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "cds",
  "timestamp": 1638856738440,
  "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-12-07T06:01:56.843Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
2021-12-07T06:01:56.843Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac 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-12-07T06:01:56.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "policy-id",
  "timestamp": 1638856738453,
  "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-12-07T06:01:56.851Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
2021-12-07T06:01:56.851Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac 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-12-07T06:01:56.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856738672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856733064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "aai-ml",
  "timestamp": 1638856737203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "clamp",
  "timestamp": 1638856736264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856739687,
  "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-12-07T06:01:56.858Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
2021-12-07T06:01:56.858Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac 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-12-07T06:01:56.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856733064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "aai-ml",
  "timestamp": 1638856737203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "clamp",
  "timestamp": 1638856736264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856740692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856740798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "aai-ml",
  "timestamp": 1638856737203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "clamp",
  "timestamp": 1638856736264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "aai-ml",
  "timestamp": 1638856737203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "clamp",
  "timestamp": 1638856736264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856742807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "aai-ml",
  "timestamp": 1638856737203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "clamp",
  "timestamp": 1638856736264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856736806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856743810,
  "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-12-07T06:01:56.866Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
2021-12-07T06:01:56.866Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac 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-12-07T06:01:56.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "aai-ml",
  "timestamp": 1638856737203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856744643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.870Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "aai-ml",
  "timestamp": 1638856745159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.870Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856746751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856747796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856741772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "cds",
  "timestamp": 1638856744734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "policy-id",
  "timestamp": 1638856743983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856748838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "clamp",
  "timestamp": 1638856748989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.872Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856741772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "cds",
  "timestamp": 1638856744734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "policy-id",
  "timestamp": 1638856743983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856749897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "cds",
  "timestamp": 1638856744734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856741772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856749564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "policy-id",
  "timestamp": 1638856743983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "aai-ml",
  "timestamp": 1638856750411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856750899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "clamp",
  "timestamp": 1638856750995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "cds",
  "timestamp": 1638856744734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856741772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856749564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "policy-id",
  "timestamp": 1638856743983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "aai-ml",
  "timestamp": 1638856751414,
  "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-12-07T06:01:56.877Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
2021-12-07T06:01:56.877Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac 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-12-07T06:01:56.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856751902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.881Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "clamp",
  "timestamp": 1638856751997,
  "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-12-07T06:01:56.883Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
2021-12-07T06:01:56.883Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac 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-12-07T06:01:56.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "cds",
  "timestamp": 1638856744734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856741772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856749564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "policy-id",
  "timestamp": 1638856743983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856752905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "cds",
  "timestamp": 1638856744734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856741772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856749564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "policy-id",
  "timestamp": 1638856743983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "cds",
  "timestamp": 1638856744734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856741772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856749564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "policy-id",
  "timestamp": 1638856743983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "cds",
  "timestamp": 1638856744734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856741772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856749564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "policy-id",
  "timestamp": 1638856743983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856749564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "cds",
  "timestamp": 1638856756463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "policy-id",
  "timestamp": 1638856756550,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856756653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856749564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "cds",
  "timestamp": 1638856757468,
  "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-12-07T06:01:56.896Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ca1766b-038b-4f5f-be8e-100c253197c0
2021-12-07T06:01:56.896Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ca1766b-038b-4f5f-be8e-100c253197c0 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-12-07T06:01:56.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "policy-id",
  "timestamp": 1638856757554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856758068,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "policy-id",
  "timestamp": 1638856758557,
  "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-12-07T06:01:56.902Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ca1766b-038b-4f5f-be8e-100c253197c0
2021-12-07T06:01:56.902Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ca1766b-038b-4f5f-be8e-100c253197c0 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-12-07T06:01:56.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856759277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856760291,
  "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-12-07T06:01:56.908Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ca1766b-038b-4f5f-be8e-100c253197c0
2021-12-07T06:01:56.908Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ca1766b-038b-4f5f-be8e-100c253197c0 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-12-07T06:01:56.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "cds",
  "timestamp": 1638856759734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856761293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "cds",
  "timestamp": 1638856759734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "cds",
  "timestamp": 1638856759734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856762297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "cds",
  "timestamp": 1638856759734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856762297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "cds",
  "timestamp": 1638856759734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "policy-id",
  "timestamp": 1638856763983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856762297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "cds",
  "timestamp": 1638856759734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "policy-id",
  "timestamp": 1638856763983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856762297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "cds",
  "timestamp": 1638856759734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "policy-id",
  "timestamp": 1638856763983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856762297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "cds",
  "timestamp": 1638856759734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "policy-id",
  "timestamp": 1638856763983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856762297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "cds",
  "timestamp": 1638856768591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "policy-id",
  "timestamp": 1638856763983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856762297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "policy-id",
  "timestamp": 1638856763983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856762297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856769564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "policy-id",
  "timestamp": 1638856763983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "cds",
  "timestamp": 1638856770936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-07T06:01:56.928Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd3a2b6e-6441-416a-910a-f6712d33593e
2021-12-07T06:01:56.928Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd3a2b6e-6441-416a-910a-f6712d33593e 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-12-07T06:01:56.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856770997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856769564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "policy-id",
  "timestamp": 1638856763983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856771786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856772040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856769564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "policy-id",
  "timestamp": 1638856772675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856773079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856769564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "policy-id",
  "timestamp": 1638856773679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856773725,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856774089,
  "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-12-07T06:01:56.938Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd3a2b6e-6441-416a-910a-f6712d33593e
2021-12-07T06:01:56.939Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd3a2b6e-6441-416a-910a-f6712d33593e 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-12-07T06:01:56.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856769564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "policy-id",
  "timestamp": 1638856774682,
  "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-12-07T06:01:56.944Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd3a2b6e-6441-416a-910a-f6712d33593e
2021-12-07T06:01:56.945Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd3a2b6e-6441-416a-910a-f6712d33593e 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-12-07T06:01:56.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856774728,
  "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-12-07T06:01:56.949Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ca1766b-038b-4f5f-be8e-100c253197c0
2021-12-07T06:01:56.949Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ca1766b-038b-4f5f-be8e-100c253197c0 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-12-07T06:01:56.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856775092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856769564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "aai-ml",
  "timestamp": 1638856775976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856769564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856769564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "aai-ml",
  "timestamp": 1638856781466,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "aai-ml",
  "timestamp": 1638856782471,
  "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-12-07T06:01:56.958Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ca1766b-038b-4f5f-be8e-100c253197c0
2021-12-07T06:01:56.958Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ca1766b-038b-4f5f-be8e-100c253197c0 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-12-07T06:01:56.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856763064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856783871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "clamp",
  "timestamp": 1638856784993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856785797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "clamp",
  "timestamp": 1638856785996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856786800,
  "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-12-07T06:01:56.966Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd3a2b6e-6441-416a-910a-f6712d33593e
2021-12-07T06:01:56.966Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd3a2b6e-6441-416a-910a-f6712d33593e 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-12-07T06:01:56.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "clamp",
  "timestamp": 1638856789029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-12-07T06:01:56.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "clamp",
  "timestamp": 1638856790032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2021-12-07T06:01:56.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "aai-ml",
  "timestamp": 1638856767203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "clamp",
  "timestamp": 1638856791036,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-07T06:01:56.974Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 5ca1766b-038b-4f5f-be8e-100c253197c0
2021-12-07T06:01:56.974Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ca1766b-038b-4f5f-be8e-100c253197c0 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-12-07T06:01:56.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "aai-ml",
  "timestamp": 1638856791548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:01:56.978Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:01:56.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T06:01:56.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:01:56.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:01:56.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:01:56.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "aai-ml",
  "timestamp": 1638856796478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:01:56.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:02:13.955Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T06:02:13.962Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T06:02:13.964Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T06:02:13.964Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-07T06:02:13.964Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-07T06:02:13.964Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-07T06:02:13.964Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:02:13.964Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:02:13.964Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:02:13.964Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:02:13.965Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:02:13.965Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:02:13.965Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-07T06:02:13.967Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-07T06:02:43.967Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac 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-12-07T06:02:43.971Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac and serviceModelVersionId: c1abe683-ad10-4ba9-a2be-53d946b51048
2021-12-07T06:02:43.971Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9365e390-8e3d-4744-b37a-e79204548ddc
2021-12-07T06:02:43.972Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9365e390-8e3d-4744-b37a-e79204548ddc/model-vers/model-ver/c1abe683-ad10-4ba9-a2be-53d946b51048?depth=0
2021-12-07T06:02:43.976Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-12-07T06:02:44.014Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9365e390-8e3d-4744-b37a-e79204548ddc/model-vers/model-ver/c1abe683-ad10-4ba9-a2be-53d946b51048?depth=0|INFO|500||Invoke
2021-12-07T06:02:44.014Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9365e390-8e3d-4744-b37a-e79204548ddc/model-vers/model-ver/c1abe683-ad10-4ba9-a2be-53d946b51048?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9365e390-8e3d-4744-b37a-e79204548ddc/model-vers/model-ver/c1abe683-ad10-4ba9-a2be-53d946b51048?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[953392c2-237c-4dc2-8ea8-e7fc1c56f9ac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a8115445-1cd4-4cef-b6fa-d58ac3fec325], X-ECOMP-RequestID=[953392c2-237c-4dc2-8ea8-e7fc1c56f9ac], X-TransactionId=[], X-ONAP-RequestID=[953392c2-237c-4dc2-8ea8-e7fc1c56f9ac], Content-Type=[application/merge-patch+json]}
2021-12-07T06:02:44.036Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9365e390-8e3d-4744-b37a-e79204548ddc/model-vers/model-ver/c1abe683-ad10-4ba9-a2be-53d946b51048?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-07T06:02:44.348Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9365e390-8e3d-4744-b37a-e79204548ddc/model-vers/model-ver/c1abe683-ad10-4ba9-a2be-53d946b51048?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/9365e390-8e3d-4744-b37a-e79204548ddc/model-vers/model-ver/c1abe683-ad10-4ba9-a2be-53d946b51048?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211207-06:02:44:042-56439], vertex-id=[180288], Content-Length=[0], Date=[Tue, 07 Dec 2021 06:02:44 GMT], Content-Type=[application/json]}
2021-12-07T06:02:44.348Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9365e390-8e3d-4744-b37a-e79204548ddc/model-vers/model-ver/c1abe683-ad10-4ba9-a2be-53d946b51048?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-07T06:02:44.349Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9365e390-8e3d-4744-b37a-e79204548ddc/model-vers/model-ver/c1abe683-ad10-4ba9-a2be-53d946b51048?depth=0|INFO|500||InvokeReturn
2021-12-07T06:02:44.349Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-07T06:02:44.349Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-07T06:02:44.351Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-07T06:02:44.352Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 953392c2-237c-4dc2-8ea8-e7fc1c56f9ac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-07T06:02:44.352Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-07T06:02:44.352Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:02:44.354Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:02:44.354Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856964352,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T06:02:44.454Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:02:44.454Z||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-12-07T06:02:44.454Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:02:44.466Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:02:44.466Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-07T06:02:45.360Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:02:45.361Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|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-12-07T06:02:45.361Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:02:49.898Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:02:49.899Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-07T06:02:49.899Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ca1766b-038b-4f5f-be8e-100c253197c0","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"669653e3-49f1-420e-9145-2c27b9e07a2c","serviceDescription":"service","serviceInvariantUUID":"599720f9-fa1e-4585-bded-acb3b3b07666","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"146807fe-0480-47b2-96ed-70cc86a4e486","resourceInvariantUUID":"4cf65b78-6f57-41c8-b9e1-64ca6f326600","resourceCustomizationUUID":"16a7cb91-8254-4092-92ca-0e303280d97d","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":"5cbeae03-20e5-41d7-a2ef-1462d38d6a7b","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":"ODkyOTdmYmJjMDJjZTEwNDBkNjEyMjQ3OTQxOWQ4NzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36c7de49-967a-4a7d-880d-c6657b7b48b4","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":"N2QyODM4OTRjOTAxYzkzOWFmODUxOWM0MDQyN2RiNDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"db2d5466-9971-46f1-9bd7-6eda378d4aba","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":"8bfd5ab3-ea39-4862-90d5-ce484b7aeaff","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":"cfae9061-868e-4e5f-8768-cfce66472494","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":"726ff1fc-4ed4-4095-adcc-d72cb36d0790","artifactVersion":"2","generatedFromUUID":"8bfd5ab3-ea39-4862-90d5-ce484b7aeaff"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NmZmODNjMzA5NWJkNzQ4YjczOGRmYmRlNDgxN2Q4Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a286904-8b8e-4056-9aaa-064ded5ba46e","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NTRkMzZiYmY2NjcwZTdkYTgyNjEzNTdkNjYyMmQzZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dcbfc0c6-9cd8-458b-a9db-f76999e0e2ec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-07T06:02:49.901Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:02:49.901Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:02:49.902Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:02:49.902Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:50.003Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-07T06:02:50.003Z||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-12-07T06:02:50.003Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:02:50.014Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:02:50.014Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:02:50.903Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:02:50.903Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:02:50.905Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:02:50.905Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:51.005Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:02:51.006Z||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-12-07T06:02:51.006Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:02:51.015Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:02:51.017Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:02:51.906Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:02:51.906Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:02:51.907Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:02:51.908Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T06:02:52.008Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:02:52.009Z||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-12-07T06:02:52.009Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:02:52.019Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:02:52.020Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:02:52.908Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:02:52.909Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:02:52.911Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:02:52.911Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-07T06:02:53.011Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:02:53.011Z||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-12-07T06:02:53.011Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:02:53.022Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:02:53.023Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:02:53.911Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:02:53.912Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:02:53.913Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:02:53.913Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:54.013Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:02:54.014Z||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-12-07T06:02:54.014Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:02:54.024Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:02:54.024Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:02:54.914Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:02:54.915Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:02:54.916Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:02:54.916Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-07T06:02:55.017Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:02:55.017Z||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-12-07T06:02:55.017Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:02:55.026Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:02:55.026Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:02:55.917Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:02:55.918Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:02:55.919Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:02:55.919Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.020Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-07T06:02:56.020Z||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-12-07T06:02:56.021Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:02:56.030Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:02:56.030Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:02:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:02:56.808Z||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-12-07T06:02:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:02:56.825Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:02:56.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "aai-ml",
  "timestamp": 1638856797481,
  "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-12-07T06:02:56.830Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd3a2b6e-6441-416a-910a-f6712d33593e
2021-12-07T06:02:56.830Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd3a2b6e-6441-416a-910a-f6712d33593e 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-12-07T06:02:56.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "clamp",
  "timestamp": 1638856766264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:02:56.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "clamp",
  "timestamp": 1638856805008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:02:56.835Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:02:56.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "clamp",
  "timestamp": 1638856807999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:02:56.835Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:02:56.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "clamp",
  "timestamp": 1638856809002,
  "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-12-07T06:02:56.836Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fd3a2b6e-6441-416a-910a-f6712d33593e
2021-12-07T06:02:56.836Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd3a2b6e-6441-416a-910a-f6712d33593e 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-12-07T06:02:56.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856841772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "policy-id",
  "timestamp": 1638856843983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856849564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "cds",
  "timestamp": 1638856849734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856841772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "policy-id",
  "timestamp": 1638856843983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856849564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "cds",
  "timestamp": 1638856849734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856841772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "policy-id",
  "timestamp": 1638856843983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856849564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "cds",
  "timestamp": 1638856849734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856841772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "policy-id",
  "timestamp": 1638856843983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856849564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "cds",
  "timestamp": 1638856849734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856853064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856841772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "policy-id",
  "timestamp": 1638856843983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856849564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "cds",
  "timestamp": 1638856849734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856853064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856841772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "policy-id",
  "timestamp": 1638856843983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856849564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "cds",
  "timestamp": 1638856849734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856853064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856841772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "policy-id",
  "timestamp": 1638856843983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856849564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "cds",
  "timestamp": 1638856849734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856853064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:02:56.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:02:56.920Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:02:56.921Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:02:56.922Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:02:56.922Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:02:57.023Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:02:57.024Z||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-12-07T06:02:57.024Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:02:57.040Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:02:57.040Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:02:57.924Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "669653e3-49f1-420e-9145-2c27b9e07a2c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "599720f9-fa1e-4585-bded-acb3b3b07666",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "16a7cb91-8254-4092-92ca-0e303280d97d",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "146807fe-0480-47b2-96ed-70cc86a4e486",
      "resourceInvariantUUID": "4cf65b78-6f57-41c8-b9e1-64ca6f326600",
      "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": "N2QyODM4OTRjOTAxYzkzOWFmODUxOWM0MDQyN2RiNDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "db2d5466-9971-46f1-9bd7-6eda378d4aba",
          "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": "8bfd5ab3-ea39-4862-90d5-ce484b7aeaff",
          "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": "726ff1fc-4ed4-4095-adcc-d72cb36d0790",
            "generatedFromUUID": "8bfd5ab3-ea39-4862-90d5-ce484b7aeaff"
          },
          "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": "726ff1fc-4ed4-4095-adcc-d72cb36d0790",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NTRkMzZiYmY2NjcwZTdkYTgyNjEzNTdkNjYyMmQzZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dcbfc0c6-9cd8-458b-a9db-f76999e0e2ec"
    }
  ],
  "workloadContext": "Production"
}
2021-12-07T06:02:57.924Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-07T06:02:57.924Z|953392c2-237c-4dc2-8ea8-e7fc1c56f9ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 669653e3-49f1-420e-9145-2c27b9e07a2c ASDC
2021-12-07T06:02:57.924Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5ca1766b-038b-4f5f-be8e-100c253197c0
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:669653e3-49f1-420e-9145-2c27b9e07a2c
ServiceInvariantUUID:599720f9-fa1e-4585-bded-acb3b3b07666
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:dcbfc0c6-9cd8-458b-a9db-f76999e0e2ec
ArtifactChecksum:NTRkMzZiYmY2NjcwZTdkYTgyNjEzNTdkNjYyMmQzZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:16a7cb91-8254-4092-92ca-0e303280d97d
ResourceInvariantUUID:4cf65b78-6f57-41c8-b9e1-64ca6f326600
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:146807fe-0480-47b2-96ed-70cc86a4e486
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:db2d5466-9971-46f1-9bd7-6eda378d4aba
ArtifactChecksum:N2QyODM4OTRjOTAxYzkzOWFmODUxOWM0MDQyN2RiNDc=
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:8bfd5ab3-ea39-4862-90d5-ce484b7aeaff
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:726ff1fc-4ed4-4095-adcc-d72cb36d0790
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:726ff1fc-4ed4-4095-adcc-d72cb36d0790
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-07T06:02:57.924Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 669653e3-49f1-420e-9145-2c27b9e07a2c 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-12-07T06:02:57.944Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T06:02:57.945Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T06:02:57.945Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T06:02:57.945Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dcbfc0c6-9cd8-458b-a9db-f76999e0e2ec from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-07T06:02:57.945Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T06:02:57.945Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-07T06:02:58.078Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T06:02:58.081Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar dcbfc0c6-9cd8-458b-a9db-f76999e0e2ec 72989
2021-12-07T06:02:58.082Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-12-07T06:02:58.082Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-07T06:02:58.082Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T06:02:58.082Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:02:58.083Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:02:58.084Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856978082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:02:58.184Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:02:58.185Z||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-12-07T06:02:58.185Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:02:58.197Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:02:58.197Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:02:59.084Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T06:02:59.085Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T06:02:59.085Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dcbfc0c6-9cd8-458b-a9db-f76999e0e2ec, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-07T06:02:59.086Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-12-07T06:02:59.086Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-07T06:02:59.086Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-07T06:02:59.401Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3035649031841300983/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-12-07T06:03:00.282Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-07T06:03:00.282Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-12-07T06:03:00.282Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-07T06:03:00.283Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-12-07T06:03:00.284Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T06:03:00.284Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:00.284Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:00.284Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-07T06:03:00.284Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-12-07T06:03:00.284Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T06:03:00.284Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:00.284Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:00.284Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:00.285Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-07T06:03:00.285Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-07T06:03:00.285Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-07T06:03:00.285Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-07T06:03:00.285Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-07T06:03:00.285Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-07T06:03:00.285Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:00.285Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T06:03:00.285Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:00.286Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-07T06:03:00.286Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T06:03:00.286Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:00.286Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-07T06:03:00.286Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T06:03:00.286Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:00.286Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-07T06:03:00.286Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T06:03:00.286Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:00.287Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-07T06:03:00.287Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-07T06:03:00.287Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-07T06:03:00.287Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=977139ad-2afc-4531-be05-78f7edbb1915
2021-12-07T06:03:00.287Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:00.287Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:00.287Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:00.287Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:00.287Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:00.287Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:00.287Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:00.287Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:00.288Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:669653e3-49f1-420e-9145-2c27b9e07a2c
Model Version:NULL
Model InvariantUuid:599720f9-fa1e-4585-bded-acb3b3b07666
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:19fb3e83-ec9b-4dec-aedd-e4311fbd63dd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4cf65b78-6f57-41c8-b9e1-64ca6f326600
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:16a7cb91-8254-4092-92ca-0e303280d97d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:27784e35-8690-4a95-8751-71797075b6f7
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:25f531ae-353b-40f7-aa63-6ca0f30d12e9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:977139ad-2afc-4531-be05-78f7edbb1915
ModelInvariantUuid:c1c3127c-af78-4616-a739-b975c8c7915e
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:7751a407-df4a-4ea9-ab5c-d2b0f0e87ec5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c9dfd86a-9e3d-4345-843c-2b9bf15cdf86
ModelInvariantUuid:bfe23dd8-608e-4556-a57e-45870d9a4287
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:eeb70399-d047-46c8-b92a-a5f9e2cca0a3
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-12-07T06:03:00.290Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 146807fe-0480-47b2-96ed-70cc86a4e486
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-12-07T06:03:00.292Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||basicclamp 0
2021-12-07T06:03:00.292Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 146807fe-0480-47b2-96ed-70cc86a4e486
2021-12-07T06:03:00.292Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: db2d5466-9971-46f1-9bd7-6eda378d4aba from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-07T06:03:00.292Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T06:03:00.292Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-07T06:03:00.385Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T06:03:00.385Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json db2d5466-9971-46f1-9bd7-6eda378d4aba 790
2021-12-07T06:03:00.386Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-12-07T06:03:00.386Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-07T06:03:00.386Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T06:03:00.386Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:00.387Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:00.387Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856980386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:03:00.489Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-12-07T06:03:00.489Z||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-12-07T06:03:00.489Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:00.499Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:00.499Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:01.388Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "27784e35-8690-4a95-8751-71797075b6f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "25f531ae-353b-40f7-aa63-6ca0f30d12e9",
    "vfModuleModelCustomizationUUID": "fe0869d1-b6e9-48ec-845b-be331c6670ad",
    "isBase": true,
    "artifacts": [
      "8bfd5ab3-ea39-4862-90d5-ce484b7aeaff",
      "726ff1fc-4ed4-4095-adcc-d72cb36d0790"
    ],
    "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-12-07T06:03:01.392Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:25f531ae-353b-40f7-aa63-6ca0f30d12e9
VfModuleModelInvariantUUID:27784e35-8690-4a95-8751-71797075b6f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
8bfd5ab3-ea39-4862-90d5-ce484b7aeaff
,
726ff1fc-4ed4-4095-adcc-d72cb36d0790

}
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-12-07T06:03:01.394Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "27784e35-8690-4a95-8751-71797075b6f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "25f531ae-353b-40f7-aa63-6ca0f30d12e9",
    "vfModuleModelCustomizationUUID": "fe0869d1-b6e9-48ec-845b-be331c6670ad",
    "isBase": true,
    "artifacts": [
      "8bfd5ab3-ea39-4862-90d5-ce484b7aeaff",
      "726ff1fc-4ed4-4095-adcc-d72cb36d0790"
    ],
    "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-12-07T06:03:01.394Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:25f531ae-353b-40f7-aa63-6ca0f30d12e9
VfModuleModelInvariantUUID:27784e35-8690-4a95-8751-71797075b6f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
8bfd5ab3-ea39-4862-90d5-ce484b7aeaff
,
726ff1fc-4ed4-4095-adcc-d72cb36d0790

}
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-12-07T06:03:01.394Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8bfd5ab3-ea39-4862-90d5-ce484b7aeaff from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-07T06:03:01.394Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T06:03:01.394Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-07T06:03:01.427Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T06:03:01.427Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 8bfd5ab3-ea39-4862-90d5-ce484b7aeaff 5033
2021-12-07T06:03:01.427Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-07T06:03:01.427Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-07T06:03:01.427Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T06:03:01.427Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:01.429Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:01.429Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856981427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:03:01.529Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:01.530Z||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-12-07T06:03:01.530Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:01.540Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:01.540Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:02.429Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 726ff1fc-4ed4-4095-adcc-d72cb36d0790 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-07T06:03:02.430Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T06:03:02.430Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-07T06:03:02.470Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T06:03:02.471Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 726ff1fc-4ed4-4095-adcc-d72cb36d0790 909
2021-12-07T06:03:02.471Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-07T06:03:02.471Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-07T06:03:02.471Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T06:03:02.471Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:02.473Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:02.473Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856982471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:03:02.574Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:02.574Z||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-12-07T06:03:02.574Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:02.587Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:02.587Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:03.474Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 669653e3-49f1-420e-9145-2c27b9e07a2c
2021-12-07T06:03:03.474Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 146807fe-0480-47b2-96ed-70cc86a4e486 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-12-07T06:03:03.482Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6dffbdba, org.onap.sdc.toscaparser.api.parameters.Input@64cca2be, org.onap.sdc.toscaparser.api.parameters.Input@5efe39ae, org.onap.sdc.toscaparser.api.parameters.Input@5c2d0cd6, org.onap.sdc.toscaparser.api.parameters.Input@4caf6884]
2021-12-07T06:03:03.484Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.484Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:03.484Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-12-07T06:03:03.484Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 16a7cb91-8254-4092-92ca-0e303280d97d
2021-12-07T06:03:03.484Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 16a7cb91-8254-4092-92ca-0e303280d97d matches Tosca VF Customization UUID: 16a7cb91-8254-4092-92ca-0e303280d97d
2021-12-07T06:03:03.484Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 16a7cb91-8254-4092-92ca-0e303280d97d  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-12-07T06:03:03.485Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.485Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:03.486Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 16a7cb91-8254-4092-92ca-0e303280d97d: {\"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-12-07T06:03:03.486Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56946293
2021-12-07T06:03:03.486Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.486Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T06:03:03.486Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fe0869d1-b6e9-48ec-845b-be331c6670ad
2021-12-07T06:03:03.486Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fe0869d1-b6e9-48ec-845b-be331c6670ad
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-12-07T06:03:03.487Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.489Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-07T06:03:03.489Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T06:03:03.489Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.489Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-07T06:03:03.489Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T06:03:03.490Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.490Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-07T06:03:03.490Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-07T06:03:03.490Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-07T06:03:03.490Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=977139ad-2afc-4531-be05-78f7edbb1915
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-12-07T06:03:03.491Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.491Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-07T06:03:03.491Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T06:03:03.491Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.491Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-07T06:03:03.491Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=16a7cb91-8254-4092-92ca-0e303280d97d
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-12-07T06:03:03.492Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.492Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:03.492Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 669653e3-49f1-420e-9145-2c27b9e07a2c: basicclamp
2021-12-07T06:03:03.493Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.493Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:03.493Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.493Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:03.493Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.493Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:03.493Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.493Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:03.493Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:03.493Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:03.493Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-07T06:03:03.542Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 146807fe-0480-47b2-96ed-70cc86a4e486 1 ASDC deployResourceStructure
2021-12-07T06:03:03.543Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-12-07T06:03:03.543Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-07T06:03:03.543Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T06:03:03.543Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:03.544Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:03.545Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856983542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T06:03:03.645Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:03.645Z||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-12-07T06:03:03.645Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:03.656Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:03.656Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:04.546Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-07T06:03:04.546Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-07T06:03:04.546Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T06:03:04.546Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:04.548Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:04.548Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856984546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-07T06:03:04.648Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:04.649Z||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-12-07T06:03:04.649Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:04.660Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:04.661Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:05.549Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-07T06:03:05.549Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-07T06:03:05.549Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T06:03:05.549Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:05.551Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:05.551Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856985549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-07T06:03:05.651Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:05.652Z||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-12-07T06:03:05.652Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:05.664Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:05.665Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-07T06:03:06.551Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-12-07T06:03:06.552Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-07T06:03:06.552Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T06:03:06.552Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:06.554Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:06.554Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856986551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:03:06.654Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:06.654Z||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-12-07T06:03:06.654Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:06.665Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:06.665Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:07.554Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ca1766b-038b-4f5f-be8e-100c253197c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T06:03:07.559Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ca1766b-038b-4f5f-be8e-100c253197c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T06:03:07.560Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T06:03:07.560Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-07T06:03:07.560Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-07T06:03:07.560Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-07T06:03:07.561Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:03:07.561Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:03:07.561Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-12-07T06:03:07.561Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-07T06:03:07.562Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-07T06:03:37.563Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ca1766b-038b-4f5f-be8e-100c253197c0 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-12-07T06:03:37.565Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ca1766b-038b-4f5f-be8e-100c253197c0 and serviceModelVersionId: 669653e3-49f1-420e-9145-2c27b9e07a2c
2021-12-07T06:03:37.565Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 599720f9-fa1e-4585-bded-acb3b3b07666
2021-12-07T06:03:37.566Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/599720f9-fa1e-4585-bded-acb3b3b07666/model-vers/model-ver/669653e3-49f1-420e-9145-2c27b9e07a2c?depth=0
2021-12-07T06:03:37.569Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-12-07T06:03:37.601Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599720f9-fa1e-4585-bded-acb3b3b07666/model-vers/model-ver/669653e3-49f1-420e-9145-2c27b9e07a2c?depth=0|INFO|500||Invoke
2021-12-07T06:03:37.601Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599720f9-fa1e-4585-bded-acb3b3b07666/model-vers/model-ver/669653e3-49f1-420e-9145-2c27b9e07a2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599720f9-fa1e-4585-bded-acb3b3b07666/model-vers/model-ver/669653e3-49f1-420e-9145-2c27b9e07a2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5ca1766b-038b-4f5f-be8e-100c253197c0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9311d404-7e44-4ac1-b92d-81b4205db8ee], X-ECOMP-RequestID=[5ca1766b-038b-4f5f-be8e-100c253197c0], X-TransactionId=[], X-ONAP-RequestID=[5ca1766b-038b-4f5f-be8e-100c253197c0], Content-Type=[application/merge-patch+json]}
2021-12-07T06:03:37.619Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599720f9-fa1e-4585-bded-acb3b3b07666/model-vers/model-ver/669653e3-49f1-420e-9145-2c27b9e07a2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-12-07T06:03:37.687Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599720f9-fa1e-4585-bded-acb3b3b07666/model-vers/model-ver/669653e3-49f1-420e-9145-2c27b9e07a2c?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/599720f9-fa1e-4585-bded-acb3b3b07666/model-vers/model-ver/669653e3-49f1-420e-9145-2c27b9e07a2c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211207-06:03:37:624-11425], vertex-id=[208912], Content-Length=[0], Date=[Tue, 07 Dec 2021 06:03:37 GMT], Content-Type=[application/json]}
2021-12-07T06:03:37.687Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599720f9-fa1e-4585-bded-acb3b3b07666/model-vers/model-ver/669653e3-49f1-420e-9145-2c27b9e07a2c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-07T06:03:37.687Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599720f9-fa1e-4585-bded-acb3b3b07666/model-vers/model-ver/669653e3-49f1-420e-9145-2c27b9e07a2c?depth=0|INFO|500||InvokeReturn
2021-12-07T06:03:37.688Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-07T06:03:37.688Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-07T06:03:37.690Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-07T06:03:37.690Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ca1766b-038b-4f5f-be8e-100c253197c0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2021-12-07T06:03:37.690Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-07T06:03:37.690Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:37.691Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:37.692Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857017690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2021-12-07T06:03:37.792Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:37.792Z||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-12-07T06:03:37.793Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:37.803Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:37.803Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-07T06:03:38.698Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-07T06:03:38.698Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd3a2b6e-6441-416a-910a-f6712d33593e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"12cf7971-7cd6-435d-a29a-48d1fd3f36c8","serviceDescription":"service","serviceInvariantUUID":"3e03c2e8-1b3b-46ae-b354-e5ebbd576153","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ba477840-4952-4636-84eb-7a82bd333c24","resourceInvariantUUID":"c44366c5-8c20-4b10-85e2-5cea6a9a9960","resourceCustomizationUUID":"30586e67-1da2-4436-972e-3737a0d5d814","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":"NTE3YWI2Yzk3ZWZjMzcwYTc1OTE3ZjQ0MjBmMWFmZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"18523caf-56a1-4d95-a5fa-89e525bc7490","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":"ZDNhZWNhMWRjYjIyOTQyNmY1YTM0ZDM5ZGRiYjM1YWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4a95ee82-0020-47d8-8ce2-d5e318973c20","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":"60c6c828-7d12-4ed5-bec1-f4d017e9a87b","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":"dbd5e001-32a7-4f69-9e8a-d715ebd82959","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":"2ccd0f41-c7eb-4969-ae1e-e6737384eabd","artifactVersion":"2","generatedFromUUID":"60c6c828-7d12-4ed5-bec1-f4d017e9a87b"},{"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":"YTIzZjA5ZmVmNDcxNjIyMTQ5ODdkODEyNzljZTU1ZDY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7c8e0664-f285-44d3-ae97-a4f4c1cba65d","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":"MTE3YjM2MDRmNWQ0M2Q4Y2I1NjFiYTQ4MTdjMWZkOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a964e4ff-5f35-46b7-aca9-68bd7ec8c5b4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjVlZTUzZmRjMTEzMjNjMDgwYzY5MTU4OTBlNGI1NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c86192c7-88c2-4297-9b9b-f72d94dc9b39","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-07T06:03:38.698Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:03:38.698Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:38.699Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:38.700Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:38.800Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:38.800Z||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-12-07T06:03:38.800Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:38.810Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:38.810Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:39.700Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:03:39.701Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:39.702Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:39.702Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T06:03:39.802Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:39.803Z||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-12-07T06:03:39.803Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:39.812Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:39.812Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:40.702Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:03:40.703Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:40.704Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:40.705Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-07T06:03:40.805Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:40.805Z||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-12-07T06:03:40.805Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:40.815Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:40.815Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:41.705Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:03:41.706Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:41.707Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:41.707Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:41.807Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:41.808Z||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-12-07T06:03:41.808Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:41.817Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:41.818Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:42.707Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:03:42.708Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:42.709Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:42.709Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-07T06:03:42.810Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:42.810Z||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-12-07T06:03:42.810Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:42.820Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:42.820Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:43.710Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:03:43.711Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:43.712Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:43.712Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:43.813Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:43.813Z||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-12-07T06:03:43.813Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:43.824Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:43.825Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-12-07T06:03:44.713Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:03:44.714Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:44.715Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:44.715Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:44.815Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:44.816Z||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-12-07T06:03:44.816Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:44.824Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:44.824Z||pool-74-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:45.715Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:03:45.716Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:45.717Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:45.717Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:03:45.818Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:45.818Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-07T06:03:45.818Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:45.828Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:45.828Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:46.718Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "12cf7971-7cd6-435d-a29a-48d1fd3f36c8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3e03c2e8-1b3b-46ae-b354-e5ebbd576153",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "30586e67-1da2-4436-972e-3737a0d5d814",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ba477840-4952-4636-84eb-7a82bd333c24",
      "resourceInvariantUUID": "c44366c5-8c20-4b10-85e2-5cea6a9a9960",
      "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": "ZDNhZWNhMWRjYjIyOTQyNmY1YTM0ZDM5ZGRiYjM1YWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4a95ee82-0020-47d8-8ce2-d5e318973c20",
          "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": "60c6c828-7d12-4ed5-bec1-f4d017e9a87b",
          "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": "2ccd0f41-c7eb-4969-ae1e-e6737384eabd",
            "generatedFromUUID": "60c6c828-7d12-4ed5-bec1-f4d017e9a87b"
          },
          "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": "2ccd0f41-c7eb-4969-ae1e-e6737384eabd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NjVlZTUzZmRjMTEzMjNjMDgwYzY5MTU4OTBlNGI1NzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c86192c7-88c2-4297-9b9b-f72d94dc9b39"
    }
  ],
  "workloadContext": "Production"
}
2021-12-07T06:03:46.719Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-07T06:03:46.719Z|5ca1766b-038b-4f5f-be8e-100c253197c0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12cf7971-7cd6-435d-a29a-48d1fd3f36c8 ASDC
2021-12-07T06:03:46.719Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fd3a2b6e-6441-416a-910a-f6712d33593e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:12cf7971-7cd6-435d-a29a-48d1fd3f36c8
ServiceInvariantUUID:3e03c2e8-1b3b-46ae-b354-e5ebbd576153
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:c86192c7-88c2-4297-9b9b-f72d94dc9b39
ArtifactChecksum:NjVlZTUzZmRjMTEzMjNjMDgwYzY5MTU4OTBlNGI1NzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:30586e67-1da2-4436-972e-3737a0d5d814
ResourceInvariantUUID:c44366c5-8c20-4b10-85e2-5cea6a9a9960
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:ba477840-4952-4636-84eb-7a82bd333c24
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:4a95ee82-0020-47d8-8ce2-d5e318973c20
ArtifactChecksum:ZDNhZWNhMWRjYjIyOTQyNmY1YTM0ZDM5ZGRiYjM1YWU=
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:60c6c828-7d12-4ed5-bec1-f4d017e9a87b
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:2ccd0f41-c7eb-4969-ae1e-e6737384eabd
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:2ccd0f41-c7eb-4969-ae1e-e6737384eabd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-07T06:03:46.719Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12cf7971-7cd6-435d-a29a-48d1fd3f36c8 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-12-07T06:03:46.737Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T06:03:46.738Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T06:03:46.738Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T06:03:46.738Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c86192c7-88c2-4297-9b9b-f72d94dc9b39 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-07T06:03:46.738Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T06:03:46.738Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-07T06:03:47.161Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T06:03:47.164Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c86192c7-88c2-4297-9b9b-f72d94dc9b39 78789
2021-12-07T06:03:47.164Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-12-07T06:03:47.164Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-07T06:03:47.164Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T06:03:47.164Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:47.166Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:47.166Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857027164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:03:47.266Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:47.267Z||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-12-07T06:03:47.267Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:47.278Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:47.279Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:48.166Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T06:03:48.167Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T06:03:48.167Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c86192c7-88c2-4297-9b9b-f72d94dc9b39, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-07T06:03:48.168Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-12-07T06:03:48.168Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-07T06:03:48.168Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-07T06:03:48.251Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13683554529386143640/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-12-07T06:03:49.102Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-07T06:03:49.102Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-12-07T06:03:49.102Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-07T06:03:49.102Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-07T06:03:49.102Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:49.102Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-07T06:03:49.102Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-07T06:03:49.102Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-07T06:03:49.103Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-07T06:03:49.103Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-07T06:03:49.103Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-07T06:03:49.103Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-07T06:03:49.103Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-07T06:03:49.103Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-12-07T06:03:49.103Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:49.103Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:49.103Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-07T06:03:49.103Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-12-07T06:03:49.103Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T06:03:49.104Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:49.104Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:49.104Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-07T06:03:49.104Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-12-07T06:03:49.104Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T06:03:49.104Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:49.104Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:49.104Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:49.104Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-07T06:03:49.104Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-12-07T06:03:49.104Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-12-07T06:03:49.104Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-12-07T06:03:49.105Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-07T06:03:49.105Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-07T06:03:49.105Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:49.105Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T06:03:49.105Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:49.105Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-07T06:03:49.105Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T06:03:49.105Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:49.105Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-07T06:03:49.105Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T06:03:49.105Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:49.106Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-07T06:03:49.106Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T06:03:49.106Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:49.106Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-07T06:03:49.106Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-07T06:03:49.106Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-07T06:03:49.106Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9f010d95-4625-45ea-bf2b-37571916d497
2021-12-07T06:03:49.106Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:49.106Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:49.106Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:49.106Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:49.106Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:49.106Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:49.107Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:49.107Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:49.107Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:12cf7971-7cd6-435d-a29a-48d1fd3f36c8
Model Version:NULL
Model InvariantUuid:3e03c2e8-1b3b-46ae-b354-e5ebbd576153
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:31a31a0c-b250-4554-8c19-5df02fa7a232
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c44366c5-8c20-4b10-85e2-5cea6a9a9960
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:30586e67-1da2-4436-972e-3737a0d5d814
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2e763e53-a0bb-4691-a152-7b0de060ca6b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d513e275-9ae6-48e3-b82d-ebf59b7a3a21
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9f010d95-4625-45ea-bf2b-37571916d497
ModelInvariantUuid:70640929-91f0-4405-92fc-6e9558b296ce
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:1e55e291-d8e0-4e6b-ae56-37e642ffb5dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1a2865e7-c016-40b3-9cb5-7feb34449faf
ModelInvariantUuid:04df3ab4-6479-4c46-a93c-dc82fde82f41
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:61e35c7d-9e1e-4ac5-bf40-4a2b74aef077
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-12-07T06:03:49.109Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ba477840-4952-4636-84eb-7a82bd333c24
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-12-07T06:03:49.111Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2021-12-07T06:03:49.111Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ba477840-4952-4636-84eb-7a82bd333c24
2021-12-07T06:03:49.111Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4a95ee82-0020-47d8-8ce2-d5e318973c20 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-12-07T06:03:49.111Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T06:03:49.111Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:49.444Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T06:03:49.445Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 4a95ee82-0020-47d8-8ce2-d5e318973c20 792
2021-12-07T06:03:49.445Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:49.445Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:49.445Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T06:03:49.445Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:49.447Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:49.447Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857029445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:03:49.547Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:49.547Z||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-12-07T06:03:49.547Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:49.558Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:49.558Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:50.447Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2e763e53-a0bb-4691-a152-7b0de060ca6b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d513e275-9ae6-48e3-b82d-ebf59b7a3a21",
    "vfModuleModelCustomizationUUID": "decaa9fe-6894-4fe3-b4cd-45c124730e07",
    "isBase": true,
    "artifacts": [
      "60c6c828-7d12-4ed5-bec1-f4d017e9a87b",
      "2ccd0f41-c7eb-4969-ae1e-e6737384eabd"
    ],
    "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-12-07T06:03:50.450Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d513e275-9ae6-48e3-b82d-ebf59b7a3a21
VfModuleModelInvariantUUID:2e763e53-a0bb-4691-a152-7b0de060ca6b
VfModuleModelDescription:NULL
Artifacts UUID List:{
60c6c828-7d12-4ed5-bec1-f4d017e9a87b
,
2ccd0f41-c7eb-4969-ae1e-e6737384eabd

}
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-12-07T06:03:50.452Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2e763e53-a0bb-4691-a152-7b0de060ca6b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d513e275-9ae6-48e3-b82d-ebf59b7a3a21",
    "vfModuleModelCustomizationUUID": "decaa9fe-6894-4fe3-b4cd-45c124730e07",
    "isBase": true,
    "artifacts": [
      "60c6c828-7d12-4ed5-bec1-f4d017e9a87b",
      "2ccd0f41-c7eb-4969-ae1e-e6737384eabd"
    ],
    "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-12-07T06:03:50.452Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d513e275-9ae6-48e3-b82d-ebf59b7a3a21
VfModuleModelInvariantUUID:2e763e53-a0bb-4691-a152-7b0de060ca6b
VfModuleModelDescription:NULL
Artifacts UUID List:{
60c6c828-7d12-4ed5-bec1-f4d017e9a87b
,
2ccd0f41-c7eb-4969-ae1e-e6737384eabd

}
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-12-07T06:03:50.452Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 60c6c828-7d12-4ed5-bec1-f4d017e9a87b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-12-07T06:03:50.452Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T06:03:50.452Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:50.571Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T06:03:50.572Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 60c6c828-7d12-4ed5-bec1-f4d017e9a87b 5033
2021-12-07T06:03:50.572Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:50.572Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:50.572Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T06:03:50.572Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:50.574Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:50.574Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857030572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:03:50.674Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:50.674Z||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-12-07T06:03:50.675Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:50.686Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:50.686Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:51.574Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ccd0f41-c7eb-4969-ae1e-e6737384eabd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-12-07T06:03:51.575Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T06:03:51.575Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:51.608Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T06:03:51.609Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2ccd0f41-c7eb-4969-ae1e-e6737384eabd 903
2021-12-07T06:03:51.609Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:51.609Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:51.609Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T06:03:51.609Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:51.610Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:51.610Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857031609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:03:51.710Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:51.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-12-07T06:03:51.711Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:51.724Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:51.724Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-12-07T06:03:52.611Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 12cf7971-7cd6-435d-a29a-48d1fd3f36c8
2021-12-07T06:03:52.611Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ba477840-4952-4636-84eb-7a82bd333c24 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-12-07T06:03:52.618Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c187946, org.onap.sdc.toscaparser.api.parameters.Input@c0d1715, org.onap.sdc.toscaparser.api.parameters.Input@5cdd817c, org.onap.sdc.toscaparser.api.parameters.Input@252a52c, org.onap.sdc.toscaparser.api.parameters.Input@3d3f2e69]
2021-12-07T06:03:52.619Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.620Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:52.620Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-12-07T06:03:52.620Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 30586e67-1da2-4436-972e-3737a0d5d814
2021-12-07T06:03:52.620Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 30586e67-1da2-4436-972e-3737a0d5d814 matches Tosca VF Customization UUID: 30586e67-1da2-4436-972e-3737a0d5d814
2021-12-07T06:03:52.620Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 30586e67-1da2-4436-972e-3737a0d5d814  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-12-07T06:03:52.621Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.621Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:52.622Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 30586e67-1da2-4436-972e-3737a0d5d814: {\"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-12-07T06:03:52.622Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ee43c9c
2021-12-07T06:03:52.622Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.622Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-07T06:03:52.622Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : decaa9fe-6894-4fe3-b4cd-45c124730e07
2021-12-07T06:03:52.623Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID decaa9fe-6894-4fe3-b4cd-45c124730e07
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-12-07T06:03:52.624Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.624Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-07T06:03:52.624Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T06:03:52.624Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.624Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-07T06:03:52.624Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T06:03:52.625Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.625Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-07T06:03:52.625Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-07T06:03:52.625Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-07T06:03:52.625Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9f010d95-4625-45ea-bf2b-37571916d497
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-12-07T06:03:52.626Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.626Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-07T06:03:52.626Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-07T06:03:52.627Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.627Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-07T06:03:52.627Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=30586e67-1da2-4436-972e-3737a0d5d814
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-12-07T06:03:52.628Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.628Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:52.628Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 12cf7971-7cd6-435d-a29a-48d1fd3f36c8: basic_vm_macro
2021-12-07T06:03:52.628Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.628Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:52.628Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.629Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:52.629Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.629Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:52.629Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.629Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:52.629Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:03:52.629Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:03:52.629Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:52.676Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ba477840-4952-4636-84eb-7a82bd333c24 1 ASDC deployResourceStructure
2021-12-07T06:03:52.676Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:52.676Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:52.676Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T06:03:52.676Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:52.678Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:52.678Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857032676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T06:03:52.778Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:52.778Z||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-12-07T06:03:52.778Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:52.789Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:52.789Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:53.679Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:53.679Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:53.679Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T06:03:53.679Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:53.681Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:53.681Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857033678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-07T06:03:53.781Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:53.781Z||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-12-07T06:03:53.782Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:53.791Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:53.791Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:54.682Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:54.682Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||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-12-07T06:03:54.682Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T06:03:54.682Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:54.684Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:54.684Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857034681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-07T06:03:54.784Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:54.785Z||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-12-07T06:03:54.785Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:54.792Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:54.793Z||pool-82-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:55.685Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-12-07T06:03:55.685Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-07T06:03:55.685Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T06:03:55.686Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:03:55.687Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:03:55.687Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857035685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:03:55.787Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:03:55.788Z||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-12-07T06:03:55.788Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:55.799Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:55.799Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:03:56.688Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd3a2b6e-6441-416a-910a-f6712d33593e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T06:03:56.693Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd3a2b6e-6441-416a-910a-f6712d33593e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T06:03:56.694Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T06:03:56.694Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-07T06:03:56.694Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-07T06:03:56.695Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-07T06:03:56.695Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:03:56.695Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:03:56.695Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:03:56.695Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:03:56.695Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:03:56.695Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:03:56.695Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-07T06:03:56.697Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-07T06:03:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:03:56.808Z||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-12-07T06:03:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:03:56.828Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:03:56.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "clamp",
  "timestamp": 1638856856264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856841772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:03:56.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "policy-id",
  "timestamp": 1638856843983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856849564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "cds",
  "timestamp": 1638856849734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856853064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "aai-ml",
  "timestamp": 1638856857203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "clamp",
  "timestamp": 1638856856264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "policy-id",
  "timestamp": 1638856858201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856858348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "cds",
  "timestamp": 1638856858582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856853064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "aai-ml",
  "timestamp": 1638856857203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "clamp",
  "timestamp": 1638856856264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "policy-id",
  "timestamp": 1638856859205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:03:56.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:03:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856859572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-12-07T06:03:56.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:03:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "cds",
  "timestamp": 1638856859587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-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-12-07T06:03:56.839Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 14ee73a0-3540-4543-aadd-8bd876d561a8
2021-12-07T06:03:56.839Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14ee73a0-3540-4543-aadd-8bd876d561a8 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-12-07T06:03:56.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856853064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "aai-ml",
  "timestamp": 1638856857203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "clamp",
  "timestamp": 1638856856264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "policy-id",
  "timestamp": 1638856860207,
  "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-12-07T06:03:56.846Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14ee73a0-3540-4543-aadd-8bd876d561a8
2021-12-07T06:03:56.846Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14ee73a0-3540-4543-aadd-8bd876d561a8 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-12-07T06:03:56.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856860575,
  "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-12-07T06:03:56.852Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 14ee73a0-3540-4543-aadd-8bd876d561a8
2021-12-07T06:03:56.852Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14ee73a0-3540-4543-aadd-8bd876d561a8 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-12-07T06:03:56.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856853064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:03:56.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "aai-ml",
  "timestamp": 1638856857203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "clamp",
  "timestamp": 1638856856264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "aai-ml",
  "timestamp": 1638856857203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856861878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "clamp",
  "timestamp": 1638856856264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "aai-ml",
  "timestamp": 1638856857203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "clamp",
  "timestamp": 1638856856264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856863525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:03:56.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:03:56.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "aai-ml",
  "timestamp": 1638856857203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:03:56.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "clamp",
  "timestamp": 1638856856264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:03:56.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856864528,
  "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-12-07T06:03:56.862Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 14ee73a0-3540-4543-aadd-8bd876d561a8
2021-12-07T06:03:56.862Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14ee73a0-3540-4543-aadd-8bd876d561a8 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-12-07T06:03:56.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "aai-ml",
  "timestamp": 1638856857203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:03:56.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:03:56.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "aai-ml",
  "timestamp": 1638856866045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:03:56.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:03:56.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "aai-ml",
  "timestamp": 1638856869545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:03:56.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:03:56.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "aai-ml",
  "timestamp": 1638856870548,
  "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-12-07T06:03:56.869Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 14ee73a0-3540-4543-aadd-8bd876d561a8
2021-12-07T06:03:56.869Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14ee73a0-3540-4543-aadd-8bd876d561a8 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-12-07T06:03:56.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "clamp",
  "timestamp": 1638856875004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:03:56.874Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:03:56.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "clamp",
  "timestamp": 1638856877010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:03:56.874Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:03:56.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:03:56.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "clamp",
  "timestamp": 1638856878013,
  "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-12-07T06:03:56.876Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 14ee73a0-3540-4543-aadd-8bd876d561a8
2021-12-07T06:03:56.876Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14ee73a0-3540-4543-aadd-8bd876d561a8 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-12-07T06:04:26.698Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd3a2b6e-6441-416a-910a-f6712d33593e 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-12-07T06:04:26.700Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd3a2b6e-6441-416a-910a-f6712d33593e and serviceModelVersionId: 12cf7971-7cd6-435d-a29a-48d1fd3f36c8
2021-12-07T06:04:26.700Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3e03c2e8-1b3b-46ae-b354-e5ebbd576153
2021-12-07T06:04:26.701Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3e03c2e8-1b3b-46ae-b354-e5ebbd576153/model-vers/model-ver/12cf7971-7cd6-435d-a29a-48d1fd3f36c8?depth=0
2021-12-07T06:04:26.704Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-12-07T06:04:26.740Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e03c2e8-1b3b-46ae-b354-e5ebbd576153/model-vers/model-ver/12cf7971-7cd6-435d-a29a-48d1fd3f36c8?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-12-07T06:04:26.741Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e03c2e8-1b3b-46ae-b354-e5ebbd576153/model-vers/model-ver/12cf7971-7cd6-435d-a29a-48d1fd3f36c8?depth=0|INFO|500||Invoke
2021-12-07T06:04:26.762Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e03c2e8-1b3b-46ae-b354-e5ebbd576153/model-vers/model-ver/12cf7971-7cd6-435d-a29a-48d1fd3f36c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-07T06:04:26.831Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e03c2e8-1b3b-46ae-b354-e5ebbd576153/model-vers/model-ver/12cf7971-7cd6-435d-a29a-48d1fd3f36c8?depth=0|INFO|500||InvokeReturn
2021-12-07T06:04:26.831Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e03c2e8-1b3b-46ae-b354-e5ebbd576153/model-vers/model-ver/12cf7971-7cd6-435d-a29a-48d1fd3f36c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211207-06:04:26:768-90075], vertex-id=[479432], Content-Length=[0], Date=[Tue, 07 Dec 2021 06:04:26 GMT], Content-Type=[application/json]}
2021-12-07T06:04:26.831Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-12-07T06:04:26.832Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-07T06:04:26.832Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-07T06:04:26.834Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-07T06:04:26.834Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd3a2b6e-6441-416a-910a-f6712d33593e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-07T06:04:26.834Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-07T06:04:26.835Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:04:26.836Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:04:26.836Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857066834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T06:04:26.936Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:04:26.937Z||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-12-07T06:04:26.937Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:04:26.952Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:04:26.953Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 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-12-07T06:04:27.844Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-07T06:04:27.844Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"14ee73a0-3540-4543-aadd-8bd876d561a8","serviceName":"Demo_pNF_ViLWurOi1Jjq9g8MtQa9","serviceVersion":"1.0","serviceUUID":"2e327f82-aee8-4bc7-94b3-951a1363f3e1","serviceDescription":"catalog service description","serviceInvariantUUID":"e88bb090-abaa-464d-b471-85fc70b95d9a","resources":[{"resourceInstanceName":"pNF 6c18a23f-281d 0","resourceName":"pNF 6c18a23f-281d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"82d33f09-b1f4-472e-bb81-a0cf399707d9","resourceInvariantUUID":"7f791174-b4a5-4bac-b4ef-e85cb987202d","resourceCustomizationUUID":"ed384a45-7b8f-4192-a16c-ba19b9113b25","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vf-license-model.xml","artifactChecksum":"OTM3NjkyZDZmZjM2NzU3MGY2ZTk2ZjZiNmQzYTZkM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"720bbe39-c751-42c5-8bff-e0475133af6b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/pNF.csar","artifactChecksum":"MzgzZDYzMGIyYzllMmUwYWU4NjQyNmUzNDM1ZTQzZGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a730d9c5-3d25-411f-b6ce-ad99ebbefb5d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d5e8a3f-1fe1-43e7-94ac-466cd0fb313a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vendor-license-model.xml","artifactChecksum":"OTNmMGViMTllNzU2OTE4MGJhMjk4YTNiZGRlODNhZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"def3b6a1-f533-4e11-be1a-9790fa2202c1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e3aeaa8-d7eb-4dba-bc3f-fa731080352a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aad7e219-d647-400b-aa56-0234e16fff04","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVilwuroi1jjq9g8mtqa9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-template.yml","artifactChecksum":"NmYwODhmODQyYWJhNTg1NmVjMWJiYjE2NmQ0ZWZlNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e152c24b-62de-4518-9bbb-74c357906961","artifactVersion":"1"},{"artifactName":"service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar","artifactChecksum":"MTFkZjFlOTNlNzZhNWIzZjdjYzQ4NzI2MWM3YWZkYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e55178a-e7d9-42af-a3bf-73b415411f96","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-07T06:04:27.844Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:04:27.844Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:04:27.846Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:04:27.846Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:27.946Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:04:27.947Z||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-12-07T06:04:27.947Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:04:27.960Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:04:27.960Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:04:28.846Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:04:28.847Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:04:28.848Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:04:28.848Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:28.949Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:04:28.950Z||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-12-07T06:04:28.950Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:04:28.962Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:04:28.962Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:04:29.849Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:04:29.850Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:04:29.851Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:04:29.851Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:29.952Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-07T06:04:29.952Z||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-12-07T06:04:29.952Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:04:29.964Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:04:29.964Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:04:30.852Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:04:30.852Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:04:30.854Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:04:30.854Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:30.954Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:04:30.954Z||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-12-07T06:04:30.955Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:04:30.966Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:04:30.966Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:04:31.854Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:04:31.855Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:04:31.857Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:04:31.857Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:31.957Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:04:31.958Z||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-12-07T06:04:31.958Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:04:31.969Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:04:31.970Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:04:32.857Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:04:32.858Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:04:32.859Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:04:32.859Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:32.959Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:04:32.960Z||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-12-07T06:04:32.960Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:04:32.970Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:04:32.970Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:04:33.860Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:04:33.860Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:04:33.862Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:04:33.862Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:33.962Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:04:33.962Z||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-12-07T06:04:33.963Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:04:33.972Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:04:33.972Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:04:34.862Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:04:34.863Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:04:34.864Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:04:34.864Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:04:34.965Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:04:34.965Z||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-12-07T06:04:34.965Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:04:34.974Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:04:34.974Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:04:35.865Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "serviceName": "Demo_pNF_ViLWurOi1Jjq9g8MtQa9",
  "serviceVersion": "1.0",
  "serviceUUID": "2e327f82-aee8-4bc7-94b3-951a1363f3e1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e88bb090-abaa-464d-b471-85fc70b95d9a",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c18a23f-281d 0",
      "resourceCustomizationUUID": "ed384a45-7b8f-4192-a16c-ba19b9113b25",
      "resourceName": "pNF 6c18a23f-281d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "82d33f09-b1f4-472e-bb81-a0cf399707d9",
      "resourceInvariantUUID": "7f791174-b4a5-4bac-b4ef-e85cb987202d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
      "artifactChecksum": "MTFkZjFlOTNlNzZhNWIzZjdjYzQ4NzI2MWM3YWZkYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e55178a-e7d9-42af-a3bf-73b415411f96"
    }
  ],
  "workloadContext": "Production"
}
2021-12-07T06:04:35.866Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-07T06:04:35.866Z|fd3a2b6e-6441-416a-910a-f6712d33593e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2e327f82-aee8-4bc7-94b3-951a1363f3e1 ASDC
2021-12-07T06:04:35.866Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:14ee73a0-3540-4543-aadd-8bd876d561a8
ServiceName:Demo_pNF_ViLWurOi1Jjq9g8MtQa9
ServiceVersion:1.0
ServiceUUID:2e327f82-aee8-4bc7-94b3-951a1363f3e1
ServiceInvariantUUID:e88bb090-abaa-464d-b471-85fc70b95d9a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
ArtifactUUID:3e55178a-e7d9-42af-a3bf-73b415411f96
ArtifactChecksum:MTFkZjFlOTNlNzZhNWIzZjdjYzQ4NzI2MWM3YWZkYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c18a23f-281d 0
ResourceCustomizationUUID:ed384a45-7b8f-4192-a16c-ba19b9113b25
ResourceInvariantUUID:7f791174-b4a5-4bac-b4ef-e85cb987202d
ResourceName:pNF 6c18a23f-281d
ResourceType:PNF
ResourceUUID:82d33f09-b1f4-472e-bb81-a0cf399707d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-12-07T06:04:35.866Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e327f82-aee8-4bc7-94b3-951a1363f3e1 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-12-07T06:04:35.879Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T06:04:35.880Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T06:04:35.880Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T06:04:35.880Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3e55178a-e7d9-42af-a3bf-73b415411f96 from URL: /sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:35.880Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T06:04:35.880Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:36.143Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T06:04:36.146Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar 3e55178a-e7d9-42af-a3bf-73b415411f96 82628
2021-12-07T06:04:36.146Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar ASDC sendASDCNotification
2021-12-07T06:04:36.146Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:36.146Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T06:04:36.146Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:04:36.148Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:04:36.148Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857076146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:04:36.248Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:04:36.249Z||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-12-07T06:04:36.249Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:04:36.260Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:04:36.260Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:04:37.148Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T06:04:37.149Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T06:04:37.150Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3e55178a-e7d9-42af-a3bf-73b415411f96, URL: /sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar to file: /app/ASDC/1/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:37.150Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:37.150Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:37.150Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:37.247Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8107634162587881681/Definitions/service-DemoPnfVilwuroi1jjq9g8mtqa9-template.yml
2021-12-07T06:04:37.768Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-07T06:04:37.768Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-12-07T06:04:37.768Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:37.768Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-12-07T06:04:37.768Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:37.768Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:37.768Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:37.768Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:37.768Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:37.768Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c18a23f-281d 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-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:37.768Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:37.768Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-12-07T06:04:37.769Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:04:37.769Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ViLWurOi1Jjq9g8MtQa9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:04:37.769Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Node template pNF 6c18a23f-281d 0 is matching search criteria
2021-12-07T06:04:37.769Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-12-07T06:04:37.769Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6c18a23f-281d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T06:04:37.769Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:04:37.769Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ViLWurOi1Jjq9g8MtQa9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:04:37.769Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Node template pNF 6c18a23f-281d 0 is matching search criteria
2021-12-07T06:04:37.769Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-12-07T06:04:37.769Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6c18a23f-281d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T06:04:37.770Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:04:37.770Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ViLWurOi1Jjq9g8MtQa9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:04:37.770Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:04:37.770Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ViLWurOi1Jjq9g8MtQa9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:04:37.770Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:04:37.770Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ViLWurOi1Jjq9g8MtQa9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:04:37.770Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:04:37.770Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ViLWurOi1Jjq9g8MtQa9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:04:37.770Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:04:37.770Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ViLWurOi1Jjq9g8MtQa9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:04:37.770Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ViLWurOi1Jjq9g8MtQa9
Description:catalog service description
Model UUID:2e327f82-aee8-4bc7-94b3-951a1363f3e1
Model Version:NULL
Model InvariantUuid:e88bb090-abaa-464d-b471-85fc70b95d9a
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-12-07T06:04:37.772Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 82d33f09-b1f4-472e-bb81-a0cf399707d9
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-12-07T06:04:37.774Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||pNF 6c18a23f-281d 0
2021-12-07T06:04:37.774Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 82d33f09-b1f4-472e-bb81-a0cf399707d9
2021-12-07T06:04:37.775Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2e327f82-aee8-4bc7-94b3-951a1363f3e1
2021-12-07T06:04:37.775Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2e327f82-aee8-4bc7-94b3-951a1363f3e1
2021-12-07T06:04:37.775Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6c18a23f-281d 0 82d33f09-b1f4-472e-bb81-a0cf399707d9 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-12-07T06:04:37.777Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@313beec3, org.onap.sdc.toscaparser.api.parameters.Input@418d14c5, org.onap.sdc.toscaparser.api.parameters.Input@208c305a, org.onap.sdc.toscaparser.api.parameters.Input@53d5d0eb, org.onap.sdc.toscaparser.api.parameters.Input@3df671a4]
2021-12-07T06:04:37.777Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:04:37.777Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ViLWurOi1Jjq9g8MtQa9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:04:37.777Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2e327f82-aee8-4bc7-94b3-951a1363f3e1: pNF 6c18a23f-281d
2021-12-07T06:04:37.777Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||Processing PNF resource: 82d33f09-b1f4-472e-bb81-a0cf399707d9
2021-12-07T06:04:37.777Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:04:37.777Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ViLWurOi1Jjq9g8MtQa9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:04:37.777Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||Resource customization UUID: ed384a45-7b8f-4192-a16c-ba19b9113b25 is the same as notified resource customizationUUID: ed384a45-7b8f-4192-a16c-ba19b9113b25
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-12-07T06:04:37.825Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6c18a23f-281d 82d33f09-b1f4-472e-bb81-a0cf399707d9 0 ASDC deployResourceStructure
2021-12-07T06:04:37.825Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar ASDC sendASDCNotification
2021-12-07T06:04:37.825Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar
2021-12-07T06:04:37.825Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T06:04:37.825Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:04:37.826Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:04:37.827Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857077825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:04:37.927Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:04:37.927Z||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-12-07T06:04:37.928Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:04:37.940Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:04:37.941Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:04:38.827Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14ee73a0-3540-4543-aadd-8bd876d561a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T06:04:38.832Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14ee73a0-3540-4543-aadd-8bd876d561a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T06:04:38.834Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T06:04:38.834Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-07T06:04:38.834Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-07T06:04:38.834Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-07T06:04:38.834Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:04:38.834Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:04:38.834Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:04:38.834Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:04:38.835Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:04:38.835Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:04:38.835Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:04:38.835Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-07T06:04:38.837Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-07T06:04:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:04:56.808Z||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-12-07T06:04:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:04:56.829Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:04:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "cds",
  "timestamp": 1638856939734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "cds",
  "timestamp": 1638856939734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "cds",
  "timestamp": 1638856939734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856941772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "cds",
  "timestamp": 1638856939734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856941772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856943064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "cds",
  "timestamp": 1638856939734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856941772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "policy-id",
  "timestamp": 1638856943983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856943064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "cds",
  "timestamp": 1638856939734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856941772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "policy-id",
  "timestamp": 1638856943983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856943064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "cds",
  "timestamp": 1638856939734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856941772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "policy-id",
  "timestamp": 1638856943983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856943064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "clamp",
  "timestamp": 1638856946264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "cds",
  "timestamp": 1638856939734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856941772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "policy-id",
  "timestamp": 1638856943983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856943064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "aai-ml",
  "timestamp": 1638856947203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "clamp",
  "timestamp": 1638856946264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "cds",
  "timestamp": 1638856939734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856941772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "policy-id",
  "timestamp": 1638856943983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856943064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "aai-ml",
  "timestamp": 1638856947203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "clamp",
  "timestamp": 1638856946264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856941772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "policy-id",
  "timestamp": 1638856943983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "cds",
  "timestamp": 1638856949672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856943064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "aai-ml",
  "timestamp": 1638856947203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "clamp",
  "timestamp": 1638856946264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856949564,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638856941772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "policy-id",
  "timestamp": 1638856943983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856943064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "aai-ml",
  "timestamp": 1638856947203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "clamp",
  "timestamp": 1638856946264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "cds",
  "timestamp": 1638856950898,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-07T06:04:56.843Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b0c9381-7cfe-4322-bdc4-c943c1ab6693
2021-12-07T06:04:56.844Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0c9381-7cfe-4322-bdc4-c943c1ab6693 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-12-07T06:04:56.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856949564,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "policy-id",
  "timestamp": 1638856943983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856943064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "aai-ml",
  "timestamp": 1638856947203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "clamp",
  "timestamp": 1638856946264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856949564,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "policy-id",
  "timestamp": 1638856943983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856952782,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "aai-ml",
  "timestamp": 1638856947203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "clamp",
  "timestamp": 1638856946264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856949564,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "policy-id",
  "timestamp": 1638856953745,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "aai-ml",
  "timestamp": 1638856947203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "clamp",
  "timestamp": 1638856946264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856949564,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856954404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "policy-id",
  "timestamp": 1638856954748,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "aai-ml",
  "timestamp": 1638856947203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "clamp",
  "timestamp": 1638856946264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856949564,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638856955408,
  "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-12-07T06:04:56.852Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b0c9381-7cfe-4322-bdc4-c943c1ab6693
2021-12-07T06:04:56.852Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0c9381-7cfe-4322-bdc4-c943c1ab6693 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-12-07T06:04:56.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "policy-id",
  "timestamp": 1638856955750,
  "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-12-07T06:04:56.858Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b0c9381-7cfe-4322-bdc4-c943c1ab6693
2021-12-07T06:04:56.858Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0c9381-7cfe-4322-bdc4-c943c1ab6693 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-12-07T06:04:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "aai-ml",
  "timestamp": 1638856947203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856949564,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "aai-ml",
  "timestamp": 1638856956921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856949564,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856949564,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "clamp",
  "timestamp": 1638856959014,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:04:56.862Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856959271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "clamp",
  "timestamp": 1638856960025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "aai-ml",
  "timestamp": 1638856960288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856960307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "clamp",
  "timestamp": 1638856961027,
  "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-12-07T06:04:56.865Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b0c9381-7cfe-4322-bdc4-c943c1ab6693
2021-12-07T06:04:56.865Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0c9381-7cfe-4322-bdc4-c943c1ab6693 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-12-07T06:04:56.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "aai-ml",
  "timestamp": 1638856961292,
  "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-12-07T06:04:56.870Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b0c9381-7cfe-4322-bdc4-c943c1ab6693
2021-12-07T06:04:56.870Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0c9381-7cfe-4322-bdc4-c943c1ab6693 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-12-07T06:04:56.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638856961309,
  "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-12-07T06:04:56.876Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0b0c9381-7cfe-4322-bdc4-c943c1ab6693
2021-12-07T06:04:56.876Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b0c9381-7cfe-4322-bdc4-c943c1ab6693 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-12-07T06:04:56.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "953392c2-237c-4dc2-8ea8-e7fc1c56f9ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856964352,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:04:56.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:04:56.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:04:56.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:05:08.838Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 14ee73a0-3540-4543-aadd-8bd876d561a8 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-12-07T06:05:08.840Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 14ee73a0-3540-4543-aadd-8bd876d561a8 and serviceModelVersionId: 2e327f82-aee8-4bc7-94b3-951a1363f3e1
2021-12-07T06:05:08.840Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e88bb090-abaa-464d-b471-85fc70b95d9a
2021-12-07T06:05:08.841Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e88bb090-abaa-464d-b471-85fc70b95d9a/model-vers/model-ver/2e327f82-aee8-4bc7-94b3-951a1363f3e1?depth=0
2021-12-07T06:05:08.844Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-12-07T06:05:08.871Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88bb090-abaa-464d-b471-85fc70b95d9a/model-vers/model-ver/2e327f82-aee8-4bc7-94b3-951a1363f3e1?depth=0|INFO|500||Invoke
2021-12-07T06:05:08.871Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88bb090-abaa-464d-b471-85fc70b95d9a/model-vers/model-ver/2e327f82-aee8-4bc7-94b3-951a1363f3e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88bb090-abaa-464d-b471-85fc70b95d9a/model-vers/model-ver/2e327f82-aee8-4bc7-94b3-951a1363f3e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[14ee73a0-3540-4543-aadd-8bd876d561a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f199eb01-7515-47c7-933d-9be5742d73db], X-ECOMP-RequestID=[14ee73a0-3540-4543-aadd-8bd876d561a8], X-TransactionId=[], X-ONAP-RequestID=[14ee73a0-3540-4543-aadd-8bd876d561a8], Content-Type=[application/merge-patch+json]}
2021-12-07T06:05:08.886Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88bb090-abaa-464d-b471-85fc70b95d9a/model-vers/model-ver/2e327f82-aee8-4bc7-94b3-951a1363f3e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-07T06:05:08.949Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88bb090-abaa-464d-b471-85fc70b95d9a/model-vers/model-ver/2e327f82-aee8-4bc7-94b3-951a1363f3e1?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/e88bb090-abaa-464d-b471-85fc70b95d9a/model-vers/model-ver/2e327f82-aee8-4bc7-94b3-951a1363f3e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211207-06:05:08:893-7943], vertex-id=[499912], Content-Length=[0], Date=[Tue, 07 Dec 2021 06:05:08 GMT], Content-Type=[application/json]}
2021-12-07T06:05:08.949Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88bb090-abaa-464d-b471-85fc70b95d9a/model-vers/model-ver/2e327f82-aee8-4bc7-94b3-951a1363f3e1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-07T06:05:08.950Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88bb090-abaa-464d-b471-85fc70b95d9a/model-vers/model-ver/2e327f82-aee8-4bc7-94b3-951a1363f3e1?depth=0|INFO|500||InvokeReturn
2021-12-07T06:05:08.950Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-07T06:05:08.950Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-07T06:05:08.952Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-07T06:05:08.952Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 14ee73a0-3540-4543-aadd-8bd876d561a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-07T06:05:08.952Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-07T06:05:08.952Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:05:08.953Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:05:08.953Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857108952,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T06:05:09.054Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-07T06:05:09.054Z||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-12-07T06:05:09.054Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:09.068Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:09.068Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-07T06:05:09.961Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-12-07T06:05:09.961Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b0c9381-7cfe-4322-bdc4-c943c1ab6693","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"427d7d92-29dd-4b1d-8bc8-833d541a112d","serviceDescription":"service","serviceInvariantUUID":"66c51455-4e2d-4a87-9aef-4f84191ecc2e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6b36f952-7f76-4fe6-8d52-148ae5d65678","resourceInvariantUUID":"3bc76221-56d9-4029-96ec-1f349e3c9f75","resourceCustomizationUUID":"b9c5ae24-974c-4a06-913c-5bffe35d4441","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":"YmVlNmM5NmJmZDIyMDhjMWQwNzJiYjEzNmRlZmFhZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97e6ba59-fee2-4f78-a753-9937bcd59324","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":"4cea4948-3721-43ff-85bc-bbea1c1d959e","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":"7d3c41a4-6634-4822-92fb-910c41a60f35","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":"Yzk5YmZmMTMyZDFlNDFkYzU4MGI0MzRkZDdiNTI2ZWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9f2fee46-cb24-4c08-b950-e7ba17c1581f","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":"e2a35808-9866-41f1-b0fb-6cc571a543bc","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":"820c5e7d-d637-4365-8358-93650e5fb52a","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":"734befd6-ce27-42ea-8bd8-41802438d560","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":"OWIzM2IzMzZjNjk5M2U5ZjI0MzQ0MGJjNTRkMzBmM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7926fdaa-5773-4406-a238-a073073ca344","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDcwNDk0MjM1ZjllNmNjZDEzODI4NTBmY2E5YjE2ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903217b2-1f65-44ca-adc0-08c1b6f977fc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-07T06:05:09.961Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:05:09.961Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:05:09.962Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:05:09.963Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:05:10.063Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:05:10.063Z||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-12-07T06:05:10.063Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:10.072Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:10.073Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:05:10.963Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:05:10.964Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:05:10.965Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:05:10.966Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:05:11.066Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:05:11.066Z||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-12-07T06:05:11.066Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:11.077Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:11.077Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:05:11.966Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:05:11.967Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:05:11.968Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:05:11.968Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:05:12.068Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:05:12.069Z||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-12-07T06:05:12.069Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:12.080Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:12.080Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:05:12.969Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:05:12.969Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:05:12.971Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:05:12.971Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:05:13.071Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:05:13.071Z||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-12-07T06:05:13.072Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:13.082Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:13.082Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:05:13.971Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:05:13.972Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:05:13.973Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:05:13.973Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:05:14.073Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:05:14.074Z||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-12-07T06:05:14.074Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:14.084Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:14.084Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:05:14.974Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:05:14.974Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:05:14.976Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:05:14.976Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:05:15.076Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:05:15.076Z||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-12-07T06:05:15.077Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:15.086Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:15.086Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:05:15.976Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:05:15.977Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:05:15.978Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:05:15.978Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:05:16.079Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-07T06:05:16.079Z||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-12-07T06:05:16.079Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:16.089Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:16.089Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:05:16.979Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:05:16.980Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:05:16.981Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:05:16.981Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:05:17.081Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:05:17.082Z||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-12-07T06:05:17.082Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:17.092Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:17.093Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:05:17.981Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-07T06:05:17.982Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:05:17.984Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:05:17.984Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:05:18.084Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:05:18.085Z||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-12-07T06:05:18.085Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:18.095Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:18.095Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-12-07T06:05:18.985Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "427d7d92-29dd-4b1d-8bc8-833d541a112d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "66c51455-4e2d-4a87-9aef-4f84191ecc2e",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b9c5ae24-974c-4a06-913c-5bffe35d4441",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6b36f952-7f76-4fe6-8d52-148ae5d65678",
      "resourceInvariantUUID": "3bc76221-56d9-4029-96ec-1f349e3c9f75",
      "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": "MDcwNDk0MjM1ZjllNmNjZDEzODI4NTBmY2E5YjE2ZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903217b2-1f65-44ca-adc0-08c1b6f977fc"
    }
  ],
  "workloadContext": "Production"
}
2021-12-07T06:05:18.985Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-07T06:05:18.985Z|14ee73a0-3540-4543-aadd-8bd876d561a8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 427d7d92-29dd-4b1d-8bc8-833d541a112d ASDC
2021-12-07T06:05:18.985Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0b0c9381-7cfe-4322-bdc4-c943c1ab6693
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:427d7d92-29dd-4b1d-8bc8-833d541a112d
ServiceInvariantUUID:66c51455-4e2d-4a87-9aef-4f84191ecc2e
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:903217b2-1f65-44ca-adc0-08c1b6f977fc
ArtifactChecksum:MDcwNDk0MjM1ZjllNmNjZDEzODI4NTBmY2E5YjE2ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b9c5ae24-974c-4a06-913c-5bffe35d4441
ResourceInvariantUUID:3bc76221-56d9-4029-96ec-1f349e3c9f75
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6b36f952-7f76-4fe6-8d52-148ae5d65678
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-12-07T06:05:18.985Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 427d7d92-29dd-4b1d-8bc8-833d541a112d 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-12-07T06:05:18.998Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T06:05:18.998Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T06:05:18.998Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T06:05:18.998Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 903217b2-1f65-44ca-adc0-08c1b6f977fc from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-07T06:05:18.998Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-12-07T06:05:18.998Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-07T06:05:19.366Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-12-07T06:05:19.370Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 903217b2-1f65-44ca-adc0-08c1b6f977fc 105640
2021-12-07T06:05:19.370Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-12-07T06:05:19.371Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-07T06:05:19.371Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-07T06:05:19.371Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:05:19.372Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:05:19.372Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857119370,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:05:19.472Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:05:19.473Z||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-12-07T06:05:19.473Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:19.483Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:19.483Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:05:20.373Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-07T06:05:20.374Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-12-07T06:05:20.374Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 903217b2-1f65-44ca-adc0-08c1b6f977fc, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-07T06:05:20.374Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-12-07T06:05:20.374Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-07T06:05:20.374Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-07T06:05:20.470Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3910501270467444982/Definitions/service-TestPnfMacro-template.yml
2021-12-07T06:05:21.032Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-07T06:05:21.032Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-12-07T06:05:21.033Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-07T06:05:21.033Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-12-07T06:05:21.033Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-07T06:05:21.033Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-07T06:05:21.033Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||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-12-07T06:05:21.033Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-07T06:05:21.033Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-07T06:05:21.033Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-07T06:05:21.033Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-07T06:05:21.033Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-12-07T06:05:21.033Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:05:21.033Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:05:21.033Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-12-07T06:05:21.034Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-12-07T06:05:21.034Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T06:05:21.034Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:05:21.034Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:05:21.034Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-12-07T06:05:21.034Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-12-07T06:05:21.034Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-07T06:05:21.034Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:05:21.034Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:05:21.034Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:05:21.034Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:05:21.035Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:05:21.035Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:05:21.035Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:05:21.035Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:05:21.035Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:05:21.035Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:05:21.035Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:427d7d92-29dd-4b1d-8bc8-833d541a112d
Model Version:NULL
Model InvariantUuid:66c51455-4e2d-4a87-9aef-4f84191ecc2e
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-12-07T06:05:21.038Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6b36f952-7f76-4fe6-8d52-148ae5d65678
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-12-07T06:05:21.039Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||test-pnf 0
2021-12-07T06:05:21.039Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6b36f952-7f76-4fe6-8d52-148ae5d65678
2021-12-07T06:05:21.039Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 427d7d92-29dd-4b1d-8bc8-833d541a112d
2021-12-07T06:05:21.039Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 427d7d92-29dd-4b1d-8bc8-833d541a112d
2021-12-07T06:05:21.039Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6b36f952-7f76-4fe6-8d52-148ae5d65678 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-12-07T06:05:21.041Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a69cde5, org.onap.sdc.toscaparser.api.parameters.Input@5c87b866, org.onap.sdc.toscaparser.api.parameters.Input@47717737, org.onap.sdc.toscaparser.api.parameters.Input@25f1908b, org.onap.sdc.toscaparser.api.parameters.Input@41937735]
2021-12-07T06:05:21.041Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:05:21.041Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:05:21.041Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 427d7d92-29dd-4b1d-8bc8-833d541a112d: test-pnf
2021-12-07T06:05:21.041Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||Processing PNF resource: 6b36f952-7f76-4fe6-8d52-148ae5d65678
2021-12-07T06:05:21.041Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-07T06:05:21.041Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-07T06:05:21.042Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||Resource customization UUID: b9c5ae24-974c-4a06-913c-5bffe35d4441 is the same as notified resource customizationUUID: b9c5ae24-974c-4a06-913c-5bffe35d4441
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-12-07T06:05:21.055Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6b36f952-7f76-4fe6-8d52-148ae5d65678 0 ASDC deployResourceStructure
2021-12-07T06:05:21.055Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-12-07T06:05:21.055Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-07T06:05:21.055Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-07T06:05:21.055Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:05:21.057Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:05:21.057Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857121055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:05:21.157Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:05:21.157Z||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-12-07T06:05:21.158Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:21.169Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:21.169Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-07T06:05:22.058Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b0c9381-7cfe-4322-bdc4-c943c1ab6693
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-07T06:05:22.064Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b0c9381-7cfe-4322-bdc4-c943c1ab6693
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-07T06:05:22.066Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-07T06:05:22.066Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-07T06:05:22.066Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-07T06:05:22.066Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-07T06:05:22.066Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:05:22.066Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:05:22.066Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:05:22.066Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:05:22.066Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:05:22.066Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:05:22.067Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-07T06:05:22.067Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-07T06:05:22.069Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-07T06:05:52.069Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b0c9381-7cfe-4322-bdc4-c943c1ab6693 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-12-07T06:05:52.071Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b0c9381-7cfe-4322-bdc4-c943c1ab6693 and serviceModelVersionId: 427d7d92-29dd-4b1d-8bc8-833d541a112d
2021-12-07T06:05:52.072Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 66c51455-4e2d-4a87-9aef-4f84191ecc2e
2021-12-07T06:05:52.072Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/66c51455-4e2d-4a87-9aef-4f84191ecc2e/model-vers/model-ver/427d7d92-29dd-4b1d-8bc8-833d541a112d?depth=0
2021-12-07T06:05:52.076Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-12-07T06:05:52.106Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66c51455-4e2d-4a87-9aef-4f84191ecc2e/model-vers/model-ver/427d7d92-29dd-4b1d-8bc8-833d541a112d?depth=0|INFO|500||Invoke
2021-12-07T06:05:52.106Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66c51455-4e2d-4a87-9aef-4f84191ecc2e/model-vers/model-ver/427d7d92-29dd-4b1d-8bc8-833d541a112d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66c51455-4e2d-4a87-9aef-4f84191ecc2e/model-vers/model-ver/427d7d92-29dd-4b1d-8bc8-833d541a112d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b0c9381-7cfe-4322-bdc4-c943c1ab6693], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b2ca4e57-8cdf-4179-860b-2e93377ed8fd], X-ECOMP-RequestID=[0b0c9381-7cfe-4322-bdc4-c943c1ab6693], X-TransactionId=[], X-ONAP-RequestID=[0b0c9381-7cfe-4322-bdc4-c943c1ab6693], Content-Type=[application/merge-patch+json]}
2021-12-07T06:05:52.121Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66c51455-4e2d-4a87-9aef-4f84191ecc2e/model-vers/model-ver/427d7d92-29dd-4b1d-8bc8-833d541a112d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-07T06:05:52.231Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66c51455-4e2d-4a87-9aef-4f84191ecc2e/model-vers/model-ver/427d7d92-29dd-4b1d-8bc8-833d541a112d?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/66c51455-4e2d-4a87-9aef-4f84191ecc2e/model-vers/model-ver/427d7d92-29dd-4b1d-8bc8-833d541a112d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211207-06:05:52:128-5656], vertex-id=[217088], Content-Length=[0], Date=[Tue, 07 Dec 2021 06:05:52 GMT], Content-Type=[application/json]}
2021-12-07T06:05:52.231Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66c51455-4e2d-4a87-9aef-4f84191ecc2e/model-vers/model-ver/427d7d92-29dd-4b1d-8bc8-833d541a112d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-07T06:05:52.232Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66c51455-4e2d-4a87-9aef-4f84191ecc2e/model-vers/model-ver/427d7d92-29dd-4b1d-8bc8-833d541a112d?depth=0|INFO|500||InvokeReturn
2021-12-07T06:05:52.232Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-07T06:05:52.232Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-07T06:05:52.234Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-07T06:05:52.234Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b0c9381-7cfe-4322-bdc4-c943c1ab6693 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-07T06:05:52.234Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-07T06:05:52.234Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-12-07T06:05:52.236Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-07T06:05:52.236Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857152234,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T06:05:52.336Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-07T06:05:52.336Z||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-12-07T06:05:52.337Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:52.351Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:52.351Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-07T06:05:53.242Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:05:53.242Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:05:53.243Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:05:56.808Z||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-12-07T06:05:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:05:56.827Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:05:56.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:05:56.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:05:56.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856978082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:05:56.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856980386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:05:56.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856981427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856982471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856983542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856984546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856985549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856986551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:05:56.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ca1766b-038b-4f5f-be8e-100c253197c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857017690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2021-12-07T06:05:56.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:05:56.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:05:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-07T06:05:56.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:05:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-07T06:05:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:05:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:05:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:05:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-07T06:05:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:05:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:05:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:05:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:05:56.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:05:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:05:56.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:05:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857027164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:05:56.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857029445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:05:56.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857030572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857031609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857032676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857033678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857034681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-07T06:05:56.833Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:05:56.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:05:56.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857035685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:05:56.834Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:06:03.475Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:06:03.475Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:06:03.476Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:06:03.476Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:06:13.010Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:06:13.010Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:06:13.011Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:06:13.011Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:06:22.547Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:06:22.547Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:06:22.547Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:06:22.547Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:06:32.086Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:06:32.086Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:06:32.086Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:06:32.086Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:06:41.622Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:06:41.622Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:06:41.622Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:06:41.622Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:06:51.156Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:06:56.806Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:06:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:06:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:06:56.808Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:06:56.808Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T06:06:56.808Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:06:56.826Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:06:56.826Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T06:06:56.826Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd3a2b6e-6441-416a-910a-f6712d33593e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857066834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T06:06:56.827Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:06:56.827Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T06:06:56.827Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:06:56.827Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:06:56.827Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T06:06:56.828Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:06:56.828Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:06:56.828Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T06:06:56.828Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:06:56.828Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:06:56.828Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T06:06:56.828Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:06:56.828Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:06:56.828Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T06:06:56.828Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:06:56.828Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:06:56.828Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T06:06:56.828Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/resourceInstances/pnf6c18a23f281d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:06:56.829Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:06:56.829Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T06:06:56.829Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:06:56.829Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:06:56.829Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T06:06:56.829Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:06:56.829Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:06:56.829Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T06:06:56.829Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857076146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:06:56.829Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:06:56.829Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-07T06:06:56.829Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857077825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVilwuroi1jjq9g8mtqa9/1.0/artifacts/service-DemoPnfVilwuroi1jjq9g8mtqa9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:06:56.829Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:07:06.347Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:07:56.806Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:07:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:07:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:07:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:07:56.808Z||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-12-07T06:07:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:07:57.331Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:07:57.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:07:57.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14ee73a0-3540-4543-aadd-8bd876d561a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857108952,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T06:07:57.332Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:07:57.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:07:57.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:07:57.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:07:57.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:07:57.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:07:57.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:07:57.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:07:57.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:07:57.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638856965360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:07:57.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857119370,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-07T06:07:57.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:07:57.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:07:57.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857121055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-07T06:07:57.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:07:57.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-12-07T06:07:57.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b0c9381-7cfe-4322-bdc4-c943c1ab6693",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638857152234,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-07T06:07:57.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-07T06:08:06.349Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:08:56.806Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:08:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:08:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:08:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:08:56.808Z||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-12-07T06:08:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:09:06.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:09:06.347Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:09:56.806Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:09:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:09:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:09:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:09:56.808Z||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-12-07T06:09:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:10:06.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:10:06.348Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:10:56.806Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:10:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:10:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:10:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:10:56.808Z||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-12-07T06:10:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:11:06.349Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:11:06.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:11:56.806Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:11:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:11:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:11:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:11:56.808Z||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-12-07T06:11:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:12:06.349Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:12:06.351Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:12:56.806Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:12:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:12:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:12:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:12:56.808Z||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-12-07T06:12:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:13:06.345Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:13:06.346Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:13:56.806Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:13:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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-12-07T06:13:56.807Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:13:56.808Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:13:56.808Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T06:13:56.808Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:14:06.348Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:14:06.348Z|0b0c9381-7cfe-4322-bdc4-c943c1ab6693|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:14:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:14:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T06:14:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:14:56.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:14:56.808Z||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-12-07T06:14:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:15:06.348Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:15:06.351Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:15:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:15:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T06:15:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:15:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:15:56.808Z||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-12-07T06:15:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:16:06.345Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:16:06.348Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:16:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:16:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T06:16:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:16:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:16:56.808Z||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-12-07T06:16:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:17:06.347Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:17:06.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:17:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:17:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T06:17:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:17:56.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:17:56.808Z||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-12-07T06:17:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:18:06.349Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:18:06.348Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:18:56.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:18:56.807Z||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-12-07T06:18:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:18:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:18:56.809Z||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-12-07T06:18:56.809Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:19:06.346Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:19:06.350Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:19:56.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:19:56.807Z||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-12-07T06:19:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:19:56.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:19:56.808Z||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-12-07T06:19:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:20:06.344Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:20:06.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:20:56.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:20:56.807Z||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-12-07T06:20:56.807Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:20:56.808Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:20:56.808Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T06:20:56.808Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:21:06.353Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:21:06.353Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:21:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:21:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T06:21:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:21:56.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:21:56.808Z||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-12-07T06:21:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:22:06.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:22:06.350Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:22:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:22:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T06:22:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:22:56.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:22:56.808Z||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-12-07T06:22:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:23:06.349Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:23:06.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:23:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:23:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T06:23:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:23:56.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:23:56.808Z||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-12-07T06:23:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:24:06.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:24:06.351Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:24:56.806Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:24:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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-12-07T06:24:56.807Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:24:56.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-07T06:24:56.808Z||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-12-07T06:24:56.808Z||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 Acrkn6sQXKa2jGM0) ...
2021-12-07T06:25:06.344Z|4f9ed04e-d653-44a4-9c99-069a81520f3f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:25:06.349Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-07T06:25:09.161Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)