Results

By type

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

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

2021-10-25T01:56:10.293Z||main|||||INFO|500||The following profiles are active: basic
2021-10-25T01:56:22.266Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-25T01:56:22.266Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-25T01:56:22.377Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-25T01:56:25.053Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-25T01:56:25.264Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-25T01:56:25.716Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-25T01:56:25.750Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-25T01:56:25.836Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-25T01:56:25.969Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-25T01:56:26.478Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-25T01:56:27.376Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-25T01:56:29.565Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-25T01:56:29.621Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-25T01:56:30.161Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-25T01:56:30.468Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-10-25T01:56:31.688Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-25T01:56:32.826Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-25T01:56:32.845Z||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$$d1bfbc30.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-10-25T01:56:32.846Z||main|||||WARN|500||The sdc end point is not alive
2021-10-25T01:56:35.930Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-10-25T01:56:39.119Z||main|||||WARN|500||---
2021-10-25T01:56:39.119Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-25T01:56:39.119Z||main|||||WARN|500||---
2021-10-25T01:56:39.593Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-25T01:56:44.973Z||main|||||INFO|500||Started Application in 40.009 seconds (JVM running for 41.361)
2021-10-25T01:56:44.987Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-25T01:56:44.989Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-25T01:56:45.003Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-25T01:56:45.079Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-25T01:56:45.174Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2ecee67-74a9-424b-bc28-57bffa861283 url= /sdc/v1/artifactTypes
2021-10-25T01:56:45.175Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-25T01:56:45.431Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-25T01:56:45.454Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-25T01:56:45.475Z||scheduling-1|||||DEBUG|500||create keys
2021-10-25T01:56:45.484Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-25T01:56:47.052Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T01:56:47.073Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5ce5c42b-61d9-4139-849c-22022bb07d08 url= /sdc/v1/registerForDistribution
2021-10-25T01:56:47.939Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5ce5c42b-61d9-4139-849c-22022bb07d08 url= /sdc/v1/registerForDistribution
2021-10-25T01:56:47.940Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-25T01:56:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:56:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:56:47.958Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:56:47.958Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:56:47.958Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:56:47.959Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T01:56:47.960Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-25T01:57:00.747Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T01:57:00.747Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T01:57:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:57:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:57:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:57:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:57:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:57:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:57:57.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T01:57:57.511Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T01:58:47.951Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:58:47.952Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:58:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:58:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:58:47.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:58:47.955Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:58:57.501Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T01:58:57.503Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T01:59:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:59:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:59:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:59:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:59:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:59:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:59:57.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T01:59:57.504Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:00:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:00:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:00:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:00:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:00:47.956Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:00:47.957Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:00:57.503Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:00:57.504Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:01:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:01:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:01:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:01:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:01:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:01:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:01:57.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:01:57.500Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:02:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:02:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:02:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:02:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:02:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:02:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:02:57.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:02:57.508Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:03:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:03:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:03:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:03:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:03:47.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:03:47.955Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:03:57.503Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:03:57.505Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:04:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:04:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:04:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:04:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:04:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:04:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:04:57.498Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:04:57.502Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:05:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:05:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:05:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:05:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:05:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:05:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:05:57.498Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:05:57.500Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:06:09.624Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-25T02:06:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:06:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:06:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:06:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:06:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:06:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:06:57.504Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:06:57.504Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:07:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:07:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:07:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:07:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:07:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:07:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:07:57.500Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:07:57.505Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:08:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:08:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:08:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:08:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:08:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:08:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:08:57.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:08:57.499Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:09:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:09:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:09:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:09:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:09:47.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:09:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:09:57.501Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:09:57.508Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:10:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:10:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:10:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:10:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:10:47.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:10:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:10:57.499Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:10:57.505Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:11:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:11:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:11:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:11:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:11:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:11:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:11:57.508Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:11:57.508Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:12:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:12:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:12:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:12:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:12:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:12:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:12:57.506Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:12:57.506Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:13:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:13:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:13:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:13:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:13:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:13:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:13:57.518Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:13:57.518Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:14:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:14:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:14:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:14:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:14:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:14:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:14:57.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:14:57.500Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:15:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:15:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:15:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:15:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:15:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:15:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:15:57.497Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:15:57.500Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:16:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:16:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:16:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:16:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:16:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:16:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:16:57.502Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:16:57.503Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:17:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:17:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:17:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:17:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:17:47.954Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:17:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:17:57.516Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:17:57.525Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:18:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:18:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:18:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:18:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:18:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:18:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:18:57.495Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:18:57.495Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:19:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:19:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:19:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:19:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:19:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:19:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:19:57.502Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:19:57.502Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:20:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:20:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:20:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:20:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:20:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:20:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:20:57.502Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:20:57.502Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:21:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:21:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:21:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:21:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:21:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:21:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:21:57.505Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:21:57.510Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:22:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:22:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:22:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:22:47.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:22:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:22:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:22:57.501Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:22:57.504Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:23:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:23:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:23:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:23:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:23:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:23:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:23:57.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:23:57.504Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:24:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:24:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:24:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:24:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:24:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:24:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:24:57.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:24:57.499Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:25:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:25:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:25:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:25:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:25:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:25:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:25:57.500Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:25:57.506Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:26:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:26:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:26:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:26:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:26:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:26:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:26:57.496Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:26:57.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:27:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:27:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:27:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:27:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:27:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:27:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:27:57.502Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:27:57.504Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:28:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:28:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:28:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:28:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:28:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:28:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:28:57.494Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:28:57.495Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:29:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:29:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:29:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:29:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:29:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:29:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:29:57.504Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:29:57.504Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:30:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:30:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:30:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:30:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:30:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:30:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:30:57.498Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:30:57.500Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:31:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:31:47.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:31:47.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:31:47.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:31:47.955Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:31:47.955Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:31:57.507Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:31:57.511Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:32:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:32:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:32:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:32:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:32:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:32:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:32:57.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:32:57.498Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:33:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:33:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:33:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:33:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:33:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:33:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:33:57.500Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:33:57.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:34:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:34:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:34:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:34:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:34:47.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:34:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:34:57.498Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:34:57.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:35:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:35:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:35:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:35:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:35:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:35:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:35:57.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:35:57.500Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:36:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:36:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:36:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:36:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:36:47.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:36:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:36:57.504Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:36:57.504Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:37:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:37:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:37:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:37:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:37:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:37:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:37:57.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:37:57.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:38:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:38:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:38:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:38:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:38:47.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:38:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:38:57.496Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:38:57.498Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:39:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:39:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:39:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:39:47.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:39:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:39:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:39:57.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:39:57.499Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:40:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:40:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:40:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:40:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:40:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:40:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:40:57.509Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:40:57.510Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:41:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:41:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:41:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:41:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:41:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:41:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:41:57.501Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:41:57.502Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:42:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:42:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:42:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:42:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:42:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:42:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:42:57.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:42:57.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:43:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:43:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:43:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:43:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:43:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:43:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:43:57.499Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:43:57.499Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:44:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:44:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:44:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:44:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:44:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:44:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:44:57.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:44:57.501Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:45:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:45:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:45:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:45:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:45:47.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:45:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:45:57.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:45:57.501Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:46:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:46:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:46:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:46:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:46:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:46:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:46:57.501Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:46:57.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:47:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:47:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:47:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:47:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:47:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:47:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:47:57.502Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:47:57.502Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:48:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:48:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:48:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:48:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:48:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:48:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:48:57.499Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:48:57.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:49:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:49:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:49:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:49:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:49:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:49:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:49:57.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:49:57.502Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:50:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:50:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:50:47.956Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:50:47.956Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:50:47.956Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:50:47.956Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:50:57.510Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:50:57.512Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:51:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:51:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:51:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:51:47.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:51:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:51:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:51:57.508Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:51:57.514Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:52:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:52:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:52:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:52:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:52:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:52:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:52:57.503Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:52:57.504Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:53:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:53:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:53:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:53:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:53:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:53:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:53:57.502Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:53:57.503Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:54:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:54:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:54:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:54:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:54:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:54:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:54:57.496Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:54:57.499Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:55:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:55:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:55:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:55:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:55:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:55:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:55:57.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:55:57.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:56:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:56:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:56:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:56:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:56:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:56:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:56:57.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:56:57.502Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:57:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:57:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:57:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:57:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:57:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:57:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:57:57.510Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:57:57.511Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:58:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:58:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:58:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:58:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:58:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:58:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:58:57.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:58:57.499Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:59:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:59:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:59:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:59:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:59:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:59:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:59:57.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T02:59:57.504Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:00:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:00:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:00:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:00:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:00:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:00:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:00:57.501Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:00:57.504Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:01:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:01:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:01:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:01:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:01:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:01:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:01:57.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:01:57.507Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:02:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:02:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:02:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:02:47.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:02:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:02:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:02:57.502Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:02:57.504Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:03:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:03:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:03:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:03:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:03:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:03:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:03:57.500Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:03:57.500Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:04:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:04:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:04:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:04:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:04:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:04:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:04:57.501Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:04:57.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:05:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:05:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:05:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:05:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:05:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:05:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:05:57.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:05:57.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:06:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:06:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:06:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:06:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:06:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:06:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:06:57.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:06:57.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:07:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:07:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:07:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:07:47.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:07:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:07:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:07:57.506Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:07:57.507Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:08:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:08:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:08:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:08:47.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:08:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:08:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:08:57.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:08:57.498Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:09:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:09:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:09:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:09:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:09:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:09:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:09:57.492Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:09:57.499Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:10:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:10:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:10:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:10:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:10:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:10:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:10:57.498Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:10:57.502Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:11:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:11:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:11:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:11:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:11:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:11:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:11:57.502Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:11:57.506Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:12:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:12:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:12:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:12:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:12:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:12:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:12:57.500Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:12:57.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:13:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:13:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:13:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:13:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:13:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:13:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:13:57.498Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:13:57.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:14:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:14:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:14:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:14:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:14:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:14:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:14:57.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:14:57.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:15:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:15:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:15:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:15:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:15:47.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:15:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:15:57.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:15:57.501Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:16:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:16:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:16:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:16:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:16:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:16:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:16:57.500Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:16:57.500Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:17:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:17:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:17:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:17:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:17:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:17:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:17:57.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:17:57.502Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:18:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:18:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:18:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:18:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:18:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:18:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:18:57.506Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:18:57.506Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:19:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:19:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:19:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:19:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:19:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:19:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:19:57.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:19:57.523Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:20:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:20:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:20:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:20:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:20:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:20:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:20:57.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:20:57.501Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:21:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:21:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:21:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:21:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:21:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:21:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:21:57.497Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:21:57.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:22:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:22:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:22:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:22:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:22:47.954Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:22:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:22:57.497Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:22:57.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:23:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:23:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:23:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:23:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:23:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:23:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:23:57.497Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:23:57.503Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:24:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:24:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:24:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:24:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:24:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:24:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:24:57.496Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:24:57.496Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:25:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:25:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:25:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:25:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:25:47.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:25:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:25:57.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:25:57.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:26:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:26:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:26:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:26:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:26:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:26:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:26:57.502Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:26:57.502Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:27:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:27:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:27:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:27:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:27:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:27:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:27:57.509Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:27:57.510Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:28:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:28:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:28:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:28:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:28:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:28:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:28:57.502Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:28:57.502Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:29:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:29:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:29:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:29:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:29:47.954Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:29:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:29:57.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:29:57.507Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:30:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:30:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:30:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:30:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:30:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:30:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:30:57.494Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:30:57.500Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:31:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:31:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:31:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:31:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:31:47.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:31:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:31:57.498Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:31:57.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:32:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:32:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:32:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:32:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:32:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:32:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:32:57.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:32:57.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:33:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:33:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:33:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:33:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:33:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:33:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:33:57.517Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:33:57.519Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:34:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:34:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:34:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:34:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:34:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:34:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:34:57.496Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:34:57.503Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:35:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:35:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:35:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:35:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:35:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:35:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:35:57.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:35:57.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:36:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:36:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:36:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:36:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:36:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:36:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:36:57.493Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:36:57.496Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:37:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:37:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:37:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:37:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:37:47.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:37:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:37:57.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:37:57.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:38:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:38:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:38:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:38:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:38:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:38:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:38:57.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:38:57.501Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:39:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:39:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:39:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:39:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:39:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:39:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:39:57.501Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:39:57.501Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:40:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:40:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:40:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:40:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:40:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:40:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:40:57.497Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:40:57.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:41:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:41:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:41:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:41:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:41:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:41:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:41:57.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:41:57.500Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:42:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:42:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:42:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:42:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:42:47.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:42:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:42:57.498Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:42:57.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:43:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:43:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:43:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:43:47.952Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:43:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:43:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:43:57.495Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:43:57.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:44:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:44:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:44:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:44:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:44:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:44:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:44:57.502Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:44:57.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:45:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:45:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:45:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:45:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:45:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:45:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:45:57.505Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:45:57.507Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:46:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:46:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:46:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:46:47.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:46:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:46:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:46:57.495Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:46:57.495Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:47:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:47:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:47:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:47:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:47:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:47:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:47:57.496Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:47:57.505Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:48:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:48:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:48:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:48:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:48:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:48:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:48:57.496Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:48:57.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:49:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:49:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:49:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:49:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:49:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:49:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:49:57.495Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:49:57.495Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:50:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:50:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:50:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:50:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:50:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:50:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:50:57.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:50:57.497Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:51:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:51:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:51:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:51:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:51:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:51:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:51:57.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:51:57.505Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:52:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:52:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:52:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:52:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:52:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:52:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:52:57.503Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:52:57.504Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:53:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:53:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:53:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:53:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:53:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:53:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:53:57.498Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:53:57.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:54:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:54:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:54:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:54:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:54:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:54:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:54:57.492Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:54:57.500Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:55:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:55:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:55:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:55:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:55:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:55:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:55:57.499Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:55:57.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:56:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:56:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:56:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:56:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:56:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:56:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:56:57.499Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:56:57.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:57:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:57:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:57:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:57:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:57:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:57:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:57:57.498Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:57:57.499Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:58:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:58:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:58:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:58:47.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:58:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:58:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:58:57.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:58:57.503Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:59:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:59:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:59:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:59:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:59:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:59:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:59:57.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T03:59:57.498Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:00:47.951Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:00:47.952Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:00:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:00:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:00:47.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:00:47.955Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:00:57.494Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:00:57.498Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:01:47.951Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:01:47.951Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:01:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:01:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:01:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:01:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:01:57.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:01:57.499Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:02:47.951Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:02:47.952Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:02:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:02:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:02:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:02:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:02:57.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:02:57.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:03:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:03:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:03:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:03:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:03:47.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:03:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:03:57.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:03:57.503Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:04:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:04:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:04:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:04:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:04:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:04:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:04:57.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:04:57.497Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:05:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:05:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:05:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:05:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:05:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:05:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:05:57.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:05:57.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:06:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:06:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:06:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:06:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:06:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:06:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:06:57.496Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:06:57.502Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:07:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:07:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:07:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:07:47.952Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:07:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:07:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:07:57.496Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:07:57.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:08:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:08:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:08:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:08:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:08:47.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:08:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:08:57.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:08:57.495Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:09:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:09:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:09:47.953Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:09:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:09:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:09:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:09:57.501Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:09:57.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:10:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:10:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:10:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:10:47.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:10:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:10:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:10:57.496Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:10:57.497Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:11:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:11:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:11:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:11:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:11:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:11:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:11:57.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:11:57.502Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:12:47.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:12:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:12:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:12:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:12:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:12:47.954Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:12:57.496Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:12:57.501Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:13:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:13:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:13:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:13:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:13:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:13:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:13:57.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:13:57.503Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:14:47.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:14:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:14:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:14:47.953Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:14:47.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:14:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:14:57.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:14:57.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:15:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:15:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:15:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:15:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:15:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:15:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:15:57.496Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:15:57.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:16:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:16:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:16:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:16:47.952Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:16:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:16:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:16:57.499Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:16:57.500Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:17:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:17:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:17:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:17:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:17:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:17:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:17:57.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:17:57.497Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:18:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:18:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:18:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:18:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:18:47.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:18:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:18:57.495Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:18:57.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:19:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:19:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:19:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:19:47.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:19:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:19:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:19:57.494Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:19:57.495Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:20:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:20:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:20:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:20:47.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:20:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:20:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:20:57.494Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:20:57.495Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:21:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:21:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:21:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:21:47.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:21:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:21:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:21:57.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:21:57.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:22:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:22:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:22:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:22:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:22:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:22:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:22:57.498Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:22:57.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:23:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:23:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:23:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:23:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:23:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:23:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:23:57.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:23:57.499Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:24:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:24:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:24:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:24:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:24:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:24:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:24:57.491Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:24:57.494Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:25:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:25:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:25:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:25:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:25:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:25:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:25:57.498Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:25:57.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:26:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:26:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:26:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:26:47.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:26:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:26:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:26:57.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:26:57.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:27:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:27:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:27:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:27:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:27:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:27:47.956Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:27:57.494Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:27:57.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:28:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:28:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:28:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:28:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:28:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:28:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:28:57.493Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:28:57.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:29:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:29:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:29:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:29:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:29:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:29:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:29:57.494Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:29:57.496Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:30:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:30:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:30:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:30:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:30:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:30:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:30:57.493Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:30:57.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:31:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:31:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:31:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:31:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:31:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:31:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:31:57.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:31:57.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:32:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:32:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:32:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:32:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:32:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:32:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:32:57.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:32:57.505Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:33:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:33:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:33:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:33:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:33:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:33:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:33:57.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:33:57.500Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:34:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:34:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:34:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:34:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:34:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:34:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:34:57.503Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:34:57.504Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:35:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:35:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:35:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:35:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:35:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:35:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:35:57.495Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:35:57.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:36:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:36:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:36:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:36:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:36:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:36:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:36:57.493Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:36:57.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:37:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:37:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:37:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:37:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:37:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:37:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:37:57.498Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:37:57.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:38:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:38:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:38:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:38:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:38:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:38:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:38:57.495Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:38:57.498Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:39:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:39:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:39:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:39:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:39:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:39:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:39:57.494Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:39:57.497Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:40:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:40:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:40:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:40:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:40:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:40:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:40:57.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:40:57.497Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:41:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:41:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:41:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:41:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:41:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:41:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:41:57.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:41:57.507Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:42:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:42:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:42:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:42:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:42:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:42:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:42:57.494Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:42:57.495Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:43:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:43:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:43:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:43:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:43:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:43:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:43:57.499Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:43:57.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:44:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:44:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:44:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:44:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:44:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:44:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:44:57.495Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:44:57.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:45:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:45:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:45:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:45:47.952Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:45:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:45:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:45:57.497Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:45:57.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:46:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:46:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:46:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:46:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:46:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:46:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:46:57.495Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:46:57.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:47:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:47:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:47:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:47:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:47:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:47:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:47:57.510Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:47:57.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:48:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:48:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:48:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:48:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:48:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:48:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:48:57.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:48:57.505Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:49:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:49:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:49:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:49:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:49:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:49:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:49:57.498Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:49:57.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:50:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:50:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:50:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:50:47.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:50:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:50:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:50:57.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:50:57.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:51:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:51:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:51:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:51:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:51:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:51:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:51:57.494Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:51:57.495Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:52:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:52:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:52:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:52:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:52:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:52:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:52:57.495Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:52:57.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:53:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:53:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:53:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:53:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:53:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:53:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:53:57.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:53:57.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:54:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:54:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:54:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:54:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:54:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:54:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:54:57.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:54:57.500Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:55:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:55:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:55:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:55:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:55:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:55:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:55:57.497Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:55:57.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:56:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:56:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:56:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:56:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:56:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:56:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:56:57.495Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:56:57.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:57:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:57:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:57:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:57:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:57:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:57:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:57:57.517Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:57:57.518Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:58:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:58:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:58:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:58:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:58:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:58:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:58:57.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:58:57.497Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:59:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:59:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:59:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:59:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:59:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:59:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:59:57.502Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T04:59:57.503Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:00:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:00:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:00:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:00:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:00:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:00:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:00:57.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:00:57.508Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:01:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:01:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:01:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:01:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:01:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:01:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:01:57.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:01:57.495Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:02:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:02:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:02:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:02:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:02:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:02:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:02:57.496Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:02:57.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:03:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:03:47.952Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:03:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:03:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:03:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:03:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:03:57.498Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:03:57.499Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:04:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:04:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:04:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:04:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:04:47.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:04:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:04:57.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:04:57.500Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:05:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:05:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:05:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:05:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:05:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:05:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:05:57.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:05:57.497Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:06:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:06:47.952Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:06:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:06:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:06:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:06:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:06:57.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:06:57.498Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:07:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:07:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:07:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:07:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:07:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:07:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:07:57.494Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:07:57.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:08:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:08:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:08:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:08:47.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:08:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:08:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:08:57.496Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:08:57.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:09:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:09:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:09:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:09:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:09:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:09:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:09:57.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:09:57.498Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:10:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:10:47.952Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:10:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:10:47.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:10:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:10:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:10:57.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:10:57.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:11:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:11:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:11:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:11:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:11:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:11:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:11:57.503Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:11:57.504Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:12:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:12:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:12:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:12:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:12:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:12:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:12:57.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:12:57.495Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:13:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:13:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:13:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:13:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:13:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:13:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:13:57.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:13:57.499Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:14:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:14:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:14:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:14:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:14:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:14:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:14:57.501Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:14:57.505Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:15:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:15:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:15:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:15:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:15:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:15:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:15:57.501Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:15:57.501Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:16:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:16:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:16:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:16:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:16:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:16:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:16:57.496Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:16:57.496Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:17:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:17:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:17:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:17:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:17:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:17:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:17:57.493Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:17:57.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:18:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:18:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:18:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:18:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:18:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:18:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:18:57.496Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:18:57.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:19:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:19:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:19:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:19:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:19:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:19:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:19:57.498Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:19:57.499Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:20:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:20:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:20:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:20:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:20:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:20:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:20:57.493Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:20:57.495Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:21:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:21:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:21:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:21:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:21:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:21:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:21:57.493Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:21:57.494Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:22:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:22:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:22:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:22:47.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:22:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:22:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:22:57.496Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:22:57.498Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:23:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:23:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:23:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:23:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:23:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:23:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:23:57.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:23:57.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:24:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:24:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:24:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:24:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:24:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:48.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:24:48.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6577af9d-9474-41c1-8221-1199237eb291","serviceName":"vFW 2021-10-25 05-21-16","serviceVersion":"1.0","serviceUUID":"6f77134f-6f2f-40e6-8f25-efe4e4c7de69","serviceDescription":"catalog service description","serviceInvariantUUID":"c52a619f-deda-4130-8e29-76eb2efada26","resources":[{"resourceInstanceName":"vFW 7e12243b-862d 0","resourceName":"vFW 7e12243b-862d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b470754-0e87-42ad-b4e4-b77632fa4c19","resourceInvariantUUID":"85ee4373-068b-4c67-8d3a-fb0e5c4f7ebb","resourceCustomizationUUID":"4b26ba7e-b246-42a3-b55f-66fd5194837e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml","artifactChecksum":"MWU5ZDliNDlhNjIyZWJmOTljYTI3MzdjYjY5YjJjN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50587fc5-4869-487d-98fb-9da3bbb8394b","artifactVersion":"1"},{"artifactName":"vfw7e12243b862d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json","artifactChecksum":"OTExMDk5NjRlNTMzM2NjY2JiZGU3M2NlNjE1ZjQxNjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"085fcee8-725a-4a36-b34d-11a65de905f3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2UwOGM0YjEwZjFiOTE3NzZhYzQ0Y2Y5NDg5NGQ2ZDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"807756f1-5aa7-45a3-983c-5b7cdd4549a7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a5836270-99f5-4621-8ebe-8588a4ae106e","artifactVersion":"2","generatedFromUUID":"c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211025052116-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml","artifactChecksum":"MDI5ZDljNTljZTdmNTdmMWYxOTIzODgxMTRiZWU1OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2a6e291-48d4-46dd-8777-949500bc9918","artifactVersion":"1"},{"artifactName":"service-Vfw20211025052116-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar","artifactChecksum":"MzgwZjk1YTYzNDA0MjM0MDc1MzBjMzA5OTY5NGUwN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99cefddf-a141-4f1f-85b9-f4a12104f380","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:24:48.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:24:48.589Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:48.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139443262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.594Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:48.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "clamp",
  "timestamp": 1635139445394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "policy-id",
  "timestamp": 1635139445357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "cds",
  "timestamp": 1635139439474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "dcae-sch",
  "timestamp": 1635139448070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139443262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "clamp",
  "timestamp": 1635139445394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "policy-id",
  "timestamp": 1635139445357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "cds",
  "timestamp": 1635139439474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "aai-ml",
  "timestamp": 1635139448998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139449058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "dcae-sch",
  "timestamp": 1635139448070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139443262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "clamp",
  "timestamp": 1635139445394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "policy-id",
  "timestamp": 1635139445357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:24:48.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "cds",
  "timestamp": 1635139439474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.616Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:48.616Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "aai-ml",
  "timestamp": 1635139448998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139449058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "dcae-sch",
  "timestamp": 1635139448070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139450471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139443262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "clamp",
  "timestamp": 1635139445394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "policy-id",
  "timestamp": 1635139445357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "cds",
  "timestamp": 1635139439474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "aai-ml",
  "timestamp": 1635139448998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139449058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "dcae-sch",
  "timestamp": 1635139448070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139450471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139443262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "clamp",
  "timestamp": 1635139445394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "policy-id",
  "timestamp": 1635139445357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "cds",
  "timestamp": 1635139439474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "aai-ml",
  "timestamp": 1635139448998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139449058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "dcae-sch",
  "timestamp": 1635139448070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139450471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139443262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "clamp",
  "timestamp": 1635139445394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "policy-id",
  "timestamp": 1635139445357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "cds",
  "timestamp": 1635139439474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "aai-ml",
  "timestamp": 1635139448998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139449058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "dcae-sch",
  "timestamp": 1635139448070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139450471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139443262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "clamp",
  "timestamp": 1635139445394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "policy-id",
  "timestamp": 1635139445357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "cds",
  "timestamp": 1635139439474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "aai-ml",
  "timestamp": 1635139448998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139449058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "dcae-sch",
  "timestamp": 1635139448070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139450471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "aai-ml",
  "timestamp": 1635139448998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139449058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "policy-id",
  "timestamp": 1635139455968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "cds",
  "timestamp": 1635139456022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139450471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "policy-id",
  "timestamp": 1635139456976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:24:48.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "cds",
  "timestamp": 1635139457045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:24:48.716Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-25T05:24:48.721Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:48.721Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:48.735Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:24:48.735Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:24:48.791Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6577af9d-9474-41c1-8221-1199237eb291
2021-10-25T05:24:48.804Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6577af9d-9474-41c1-8221-1199237eb291 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:24:48.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "aai-ml",
  "timestamp": 1635139457088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139450471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:24:48.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:24:48.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139457387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "policy-id",
  "timestamp": 1635139457982,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:24:48.841Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6577af9d-9474-41c1-8221-1199237eb291
2021-10-25T05:24:48.841Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6577af9d-9474-41c1-8221-1199237eb291 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:24:48.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139458546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139460257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139461388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139462825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:24:48.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139463030,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:24:48.860Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6577af9d-9474-41c1-8221-1199237eb291
2021-10-25T05:24:48.861Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6577af9d-9474-41c1-8221-1199237eb291 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-25T05:24:48.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139463833,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:24:48.877Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6577af9d-9474-41c1-8221-1199237eb291
2021-10-25T05:24:48.877Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6577af9d-9474-41c1-8221-1199237eb291 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:24:48.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139464035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "clamp",
  "timestamp": 1635139472166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "aai-ml",
  "timestamp": 1635139472868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "aai-ml",
  "timestamp": 1635139473873,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:24:48.894Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6577af9d-9474-41c1-8221-1199237eb291
2021-10-25T05:24:48.894Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6577af9d-9474-41c1-8221-1199237eb291 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:24:48.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "clamp",
  "timestamp": 1635139474176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:24:48.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "clamp",
  "timestamp": 1635139475179,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:24:48.909Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6577af9d-9474-41c1-8221-1199237eb291
2021-10-25T05:24:48.909Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6577af9d-9474-41c1-8221-1199237eb291 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:24:49.620Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:49.621Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:49.622Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:49.622Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:24:49.723Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:24:49.724Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:49.724Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:49.736Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:24:49.737Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:24:50.623Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:50.624Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:50.626Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:50.626Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:24:50.726Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:24:50.727Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:50.727Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:50.741Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:24:50.742Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:24:51.627Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:51.628Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:51.631Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:51.631Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:51.731Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:24:51.731Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:51.731Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:51.744Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:24:51.745Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:24:52.631Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:52.632Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:52.635Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:52.635Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-25T05:24:52.735Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:24:52.736Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:52.736Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:52.751Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:24:52.751Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:24:53.635Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:53.636Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:53.640Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:53.640Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:24:53.741Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:24:53.742Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:53.742Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:53.755Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:24:53.756Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:24:54.640Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:54.642Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:54.643Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:54.644Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:24:54.744Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:24:54.745Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:54.745Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:54.759Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:24:54.759Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:24:55.645Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "serviceName": "vFW 2021-10-25 05-21-16",
  "serviceVersion": "1.0",
  "serviceUUID": "6f77134f-6f2f-40e6-8f25-efe4e4c7de69",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c52a619f-deda-4130-8e29-76eb2efada26",
  "resources": [
    {
      "resourceInstanceName": "vFW 7e12243b-862d 0",
      "resourceCustomizationUUID": "4b26ba7e-b246-42a3-b55f-66fd5194837e",
      "resourceName": "vFW 7e12243b-862d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6b470754-0e87-42ad-b4e4-b77632fa4c19",
      "resourceInvariantUUID": "85ee4373-068b-4c67-8d3a-fb0e5c4f7ebb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7e12243b862d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
          "artifactChecksum": "OTExMDk5NjRlNTMzM2NjY2JiZGU3M2NlNjE1ZjQxNjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "085fcee8-725a-4a36-b34d-11a65de905f3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a5836270-99f5-4621-8ebe-8588a4ae106e",
            "generatedFromUUID": "c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a5836270-99f5-4621-8ebe-8588a4ae106e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211025052116-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
      "artifactChecksum": "MzgwZjk1YTYzNDA0MjM0MDc1MzBjMzA5OTY5NGUwN2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "99cefddf-a141-4f1f-85b9-f4a12104f380"
    }
  ],
  "workloadContext": "Production"
}
2021-10-25T05:24:55.646Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:24:55.646Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f77134f-6f2f-40e6-8f25-efe4e4c7de69 ASDC
2021-10-25T05:24:55.764Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6577af9d-9474-41c1-8221-1199237eb291
ServiceName:vFW 2021-10-25 05-21-16
ServiceVersion:1.0
ServiceUUID:6f77134f-6f2f-40e6-8f25-efe4e4c7de69
ServiceInvariantUUID:c52a619f-deda-4130-8e29-76eb2efada26
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211025052116-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar
ArtifactUUID:99cefddf-a141-4f1f-85b9-f4a12104f380
ArtifactChecksum:MzgwZjk1YTYzNDA0MjM0MDc1MzBjMzA5OTY5NGUwN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7e12243b-862d 0
ResourceCustomizationUUID:4b26ba7e-b246-42a3-b55f-66fd5194837e
ResourceInvariantUUID:85ee4373-068b-4c67-8d3a-fb0e5c4f7ebb
ResourceName:vFW 7e12243b-862d
ResourceType:VF
ResourceUUID:6b470754-0e87-42ad-b4e4-b77632fa4c19
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7e12243b862d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json
ArtifactUUID:085fcee8-725a-4a36-b34d-11a65de905f3
ArtifactChecksum:OTExMDk5NjRlNTMzM2NjY2JiZGU3M2NlNjE1ZjQxNjE=
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/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml
ArtifactUUID:c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7
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/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env
ArtifactUUID:a5836270-99f5-4621-8ebe-8588a4ae106e
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/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env
ArtifactUUID:a5836270-99f5-4621-8ebe-8588a4ae106e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-25T05:24:55.765Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f77134f-6f2f-40e6-8f25-efe4e4c7de69 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:24:55.814Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:24:55.815Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-25T05:24:55.816Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-25T05:24:55.816Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 99cefddf-a141-4f1f-85b9-f4a12104f380 from URL: /sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar
2021-10-25T05:24:55.816Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:24:55.817Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar
2021-10-25T05:24:56.167Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:24:56.188Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar 99cefddf-a141-4f1f-85b9-f4a12104f380 98708
2021-10-25T05:24:56.189Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar ASDC sendASDCNotification
2021-10-25T05:24:56.189Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar
2021-10-25T05:24:56.189Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:24:56.190Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:56.191Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:56.192Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139496188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:24:56.292Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:24:56.293Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:56.293Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:56.305Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:24:56.305Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:24:57.192Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:24:57.193Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-25T05:24:57.194Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 99cefddf-a141-4f1f-85b9-f4a12104f380, URL: /sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar to file: /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:24:57.194Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211025052116-csar.csar
2021-10-25T05:24:57.253Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:24:57.253Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:24:58.097Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6944283118386412848/Definitions/service-Vfw20211025052116-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-10-25T05:25:00.949Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:25:00.953Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-25T05:25:00.953Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.953Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-25T05:25:00.953Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.953Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7e12243b-862d 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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.955Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-25T05:25:00.959Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.961Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.963Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:00.964Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-25T05:25:00.965Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:25:00.966Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.966Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.966Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:00.966Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-25T05:25:00.967Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:25:00.967Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.967Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.970Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.970Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:00.970Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:00.970Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-25T05:25:00.973Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.973Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:25:00.974Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.974Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:00.974Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:00.974Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.974Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3ca722f8-1db4-4a68-a6d3-d435ef27805e
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8d09a274-a37d-494b-a8f4-f51455e6e4ed
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8b228e71-fbd3-4711-81c0-24eae9d374c6
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.982Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.982Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.982Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:00.982Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.982Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-25 05-21-16
Description:catalog service description
Model UUID:6f77134f-6f2f-40e6-8f25-efe4e4c7de69
Model Version:NULL
Model InvariantUuid:c52a619f-deda-4130-8e29-76eb2efada26
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7e12243b-862d
Model UUID:b6ffbafa-f544-49d5-8943-59fbdb4d21f5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85ee4373-068b-4c67-8d3a-fb0e5c4f7ebb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4b26ba7e-b246-42a3-b55f-66fd5194837e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8974f624-7484-4249-8660-de298bf3a78f
ModelName:Vfw7e12243b862d..base_vfw..module-0
ModelUuid:71b61504-0ec2-475d-a46c-1d8555b1a61a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3ca722f8-1db4-4a68-a6d3-d435ef27805e
ModelInvariantUuid:9e2d2ab3-8386-4f24-a67a-02940f1e0b98
ModelName:vFW 7e12243b-862d-nodes.vfwCvfc
ModelUuid:be02e7fa-6ca5-4343-888a-45f1f3db473d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e7f9e3a1-a48d-4798-bddf-80f56ebe6179
ModelInvariantUuid:aa1735ba-7308-4fe8-8035-272250225a50
ModelName:Vfw7e12243b862d.compute.nodes.heat.vfw
ModelUuid:69e97ab0-f11d-48cb-957d-aa7e10916287
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d09a274-a37d-494b-a8f4-f51455e6e4ed
ModelInvariantUuid:307a8754-aa15-4597-a57d-a722caf731fe
ModelName:vFW 7e12243b-862d-nodes.vsnCvfc
ModelUuid:6806f048-1fbe-4ab0-adb2-55867513d64d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c824d892-6aba-4cd9-ace5-4d54e7036105
ModelInvariantUuid:c0205d62-b9bf-42fb-90bc-f0a985c27de0
ModelName:Vfw7e12243b862d.compute.nodes.heat.vsn
ModelUuid:2c046f53-7493-4f36-b278-686f9f9561a6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8b228e71-fbd3-4711-81c0-24eae9d374c6
ModelInvariantUuid:9dd99ccd-b33f-4e77-bc6f-223b88bada2d
ModelName:vFW 7e12243b-862d-nodes.vpgCvfc
ModelUuid:f466df2e-ce0e-456e-b078-d5a9dbe29e4c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:58ea9cd5-037e-476c-a5df-011b7b480aa9
ModelInvariantUuid:0b58612f-75f0-4222-8e1f-4c108f87d51a
ModelName:Vfw7e12243b862d.compute.nodes.heat.vpg
ModelUuid:742afa2f-dd3a-40df-b51e-014d1a2853de
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-25T05:25:00.996Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 6b470754-0e87-42ad-b4e4-b77632fa4c19
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:25:01.089Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||vFW 7e12243b-862d 0
2021-10-25T05:25:01.096Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6b470754-0e87-42ad-b4e4-b77632fa4c19
2021-10-25T05:25:01.096Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 085fcee8-725a-4a36-b34d-11a65de905f3 from URL: /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json
2021-10-25T05:25:01.096Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:25:01.097Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json
2021-10-25T05:25:01.353Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:25:01.354Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json 085fcee8-725a-4a36-b34d-11a65de905f3 785
2021-10-25T05:25:01.354Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json ASDC sendASDCNotification
2021-10-25T05:25:01.355Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json
2021-10-25T05:25:01.355Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:25:01.355Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:01.358Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:01.358Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139501354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:25:01.458Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:01.459Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:01.459Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:01.471Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:01.472Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:02.359Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7e12243b862d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8974f624-7484-4249-8660-de298bf3a78f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71b61504-0ec2-475d-a46c-1d8555b1a61a",
    "vfModuleModelCustomizationUUID": "1c1f3ad4-2cd2-41a9-951e-caf2532cdb54",
    "isBase": true,
    "artifacts": [
      "c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7",
      "a5836270-99f5-4621-8ebe-8588a4ae106e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-25T05:25:02.373Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7e12243b862d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71b61504-0ec2-475d-a46c-1d8555b1a61a
VfModuleModelInvariantUUID:8974f624-7484-4249-8660-de298bf3a78f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7
,
a5836270-99f5-4621-8ebe-8588a4ae106e

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

isBase:true


}

2021-10-25T05:25:02.375Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7e12243b862d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8974f624-7484-4249-8660-de298bf3a78f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71b61504-0ec2-475d-a46c-1d8555b1a61a",
    "vfModuleModelCustomizationUUID": "1c1f3ad4-2cd2-41a9-951e-caf2532cdb54",
    "isBase": true,
    "artifacts": [
      "c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7",
      "a5836270-99f5-4621-8ebe-8588a4ae106e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-25T05:25:02.375Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7e12243b862d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71b61504-0ec2-475d-a46c-1d8555b1a61a
VfModuleModelInvariantUUID:8974f624-7484-4249-8660-de298bf3a78f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7
,
a5836270-99f5-4621-8ebe-8588a4ae106e

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

isBase:true


}

2021-10-25T05:25:02.375Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7 from URL: /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml
2021-10-25T05:25:02.375Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:25:02.375Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml
2021-10-25T05:25:02.428Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:25:02.429Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7 20368
2021-10-25T05:25:02.429Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-25T05:25:02.429Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml
2021-10-25T05:25:02.429Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:25:02.430Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:02.431Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:02.431Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139502429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:25:02.532Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:25:02.532Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:02.533Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:02.546Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:02.547Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:03.433Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a5836270-99f5-4621-8ebe-8588a4ae106e from URL: /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env
2021-10-25T05:25:03.433Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:25:03.433Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env
2021-10-25T05:25:03.482Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:25:03.483Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env a5836270-99f5-4621-8ebe-8588a4ae106e 2098
2021-10-25T05:25:03.483Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-25T05:25:03.483Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env
2021-10-25T05:25:03.483Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:25:03.483Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:03.485Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:03.486Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139503483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:25:03.586Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:03.587Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:03.587Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:03.602Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:03.602Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:04.486Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6f77134f-6f2f-40e6-8f25-efe4e4c7de69
2021-10-25T05:25:04.487Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7e12243b-862d 0 6b470754-0e87-42ad-b4e4-b77632fa4c19 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:25:04.522Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26b7cc27, org.onap.sdc.toscaparser.api.parameters.Input@6fd2c051, org.onap.sdc.toscaparser.api.parameters.Input@1ac1403e, org.onap.sdc.toscaparser.api.parameters.Input@47fb835f, org.onap.sdc.toscaparser.api.parameters.Input@5f35a973]
2021-10-25T05:25:04.525Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.525Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.525Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-25T05:25:04.525Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 4b26ba7e-b246-42a3-b55f-66fd5194837e
2021-10-25T05:25:04.525Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b26ba7e-b246-42a3-b55f-66fd5194837e matches Tosca VF Customization UUID: 4b26ba7e-b246-42a3-b55f-66fd5194837e
2021-10-25T05:25:04.525Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 4b26ba7e-b246-42a3-b55f-66fd5194837e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-25T05:25:04.531Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.531Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.532Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 4b26ba7e-b246-42a3-b55f-66fd5194837e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-25T05:25:04.532Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34ad8571
2021-10-25T05:25:04.533Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.533Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:25:04.533Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1c1f3ad4-2cd2-41a9-951e-caf2532cdb54
2021-10-25T05:25:04.534Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1c1f3ad4-2cd2-41a9-951e-caf2532cdb54
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-25T05:25:04.539Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.539Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:04.539Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:04.540Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.540Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:04.540Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:04.540Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.540Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:04.540Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:25:04.542Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.542Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3ca722f8-1db4-4a68-a6d3-d435ef27805e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-25T05:25:04.548Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.548Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8d09a274-a37d-494b-a8f4-f51455e6e4ed
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-25T05:25:04.552Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.553Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:04.553Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:04.554Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8b228e71-fbd3-4711-81c0-24eae9d374c6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-25T05:25:04.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:04.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:04.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:04.560Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=4b26ba7e-b246-42a3-b55f-66fd5194837e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:25:04.561Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.561Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.562Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6f77134f-6f2f-40e6-8f25-efe4e4c7de69: vFW 7e12243b-862d
2021-10-25T05:25:04.562Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.562Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.562Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.562Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-10-25 05-21-16 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:25:04.843Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7e12243b-862d 6b470754-0e87-42ad-b4e4-b77632fa4c19 1 ASDC deployResourceStructure
2021-10-25T05:25:04.843Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json ASDC sendASDCNotification
2021-10-25T05:25:04.843Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json
2021-10-25T05:25:04.843Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:25:04.844Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:04.845Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:04.845Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139504843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:25:04.946Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:04.946Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:04.947Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:04.961Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:04.961Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:05.846Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-25T05:25:05.846Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml
2021-10-25T05:25:05.846Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:25:05.847Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:05.848Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:05.848Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139505846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:25:05.949Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:25:05.950Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:05.950Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:05.965Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:05.965Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:06.849Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-25T05:25:06.850Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env
2021-10-25T05:25:06.850Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:25:06.850Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:06.852Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:06.852Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139506849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-25T05:25:06.952Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:06.953Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:06.953Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:06.965Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:06.966Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:07.852Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar ASDC sendASDCNotification
2021-10-25T05:25:07.854Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:07.854Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:25:07.854Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:07.856Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:07.856Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139507852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:25:07.956Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:07.957Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:07.957Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:07.971Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:07.971Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:08.858Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6577af9d-9474-41c1-8221-1199237eb291
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:25:08.877Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6577af9d-9474-41c1-8221-1199237eb291
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:25:08.882Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:25:08.883Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:25:08.883Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:25:08.883Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:25:08.883Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:25:08.883Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:25:08.884Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:25:08.884Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:25:08.884Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:25:08.884Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:25:08.884Z|6577af9d-9474-41c1-8221-1199237eb291|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-10-25T05:25:08.892Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:25:38.892Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6577af9d-9474-41c1-8221-1199237eb291 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-25T05:25:38.904Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6577af9d-9474-41c1-8221-1199237eb291 and serviceModelVersionId: 6f77134f-6f2f-40e6-8f25-efe4e4c7de69
2021-10-25T05:25:38.904Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c52a619f-deda-4130-8e29-76eb2efada26
2021-10-25T05:25:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:25:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:25:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:48.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:48.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:25:48.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:25:48.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:25:52.311Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c52a619f-deda-4130-8e29-76eb2efada26/model-vers/model-ver/6f77134f-6f2f-40e6-8f25-efe4e4c7de69?depth=0
2021-10-25T05:25:52.403Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:25:52.993Z|6577af9d-9474-41c1-8221-1199237eb291|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/c52a619f-deda-4130-8e29-76eb2efada26/model-vers/model-ver/6f77134f-6f2f-40e6-8f25-efe4e4c7de69?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-25T05:25:53.038Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c52a619f-deda-4130-8e29-76eb2efada26/model-vers/model-ver/6f77134f-6f2f-40e6-8f25-efe4e4c7de69?depth=0|INFO|500||Invoke
2021-10-25T05:25:53.282Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c52a619f-deda-4130-8e29-76eb2efada26/model-vers/model-ver/6f77134f-6f2f-40e6-8f25-efe4e4c7de69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-25T05:25:53.873Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c52a619f-deda-4130-8e29-76eb2efada26/model-vers/model-ver/6f77134f-6f2f-40e6-8f25-efe4e4c7de69?depth=0|INFO|500||InvokeReturn
2021-10-25T05:25:53.874Z|6577af9d-9474-41c1-8221-1199237eb291|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/c52a619f-deda-4130-8e29-76eb2efada26/model-vers/model-ver/6f77134f-6f2f-40e6-8f25-efe4e4c7de69?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211025-05:25:53:291-7513], vertex-id=[229504], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:25:53 GMT], Content-Type=[application/json]}
2021-10-25T05:25:53.874Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:25:53.877Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:25:53.877Z|6577af9d-9474-41c1-8221-1199237eb291|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-10-25T05:25:53.882Z|6577af9d-9474-41c1-8221-1199237eb291|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-10-25T05:25:53.889Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6577af9d-9474-41c1-8221-1199237eb291 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:25:53.890Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:25:53.890Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:53.892Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:53.892Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139553889,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:25:53.992Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:53.993Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:53.993Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:54.005Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:54.006Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:25:54.911Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:25:54.912Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:25:54.912Z|6577af9d-9474-41c1-8221-1199237eb291|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:55.542Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:55.543Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:25:55.543Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2591938f-7184-4380-9a01-61eca9ea5283","serviceName":"basic_onboard_teACgq","serviceVersion":"1.0","serviceUUID":"7d04fed5-f2d6-4da0-a6d4-e0a9526e749b","serviceDescription":"service","serviceInvariantUUID":"2656c774-c0f1-4c0c-942e-91b011a97cf8","resources":[{"resourceInstanceName":"basic_onboard_teACgq 0","resourceName":"basic_onboard_teACgq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40c714a3-450f-43c5-82d6-8f963a8387a9","resourceInvariantUUID":"6cd52209-bae7-48af-b35e-7fb6cc62edc5","resourceCustomizationUUID":"9471e456-d54b-4507-be16-3208404ab681","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml","artifactChecksum":"MjYyOWIxMzk4YmYyYzEwMGNlZDA2ODE2MTNiNzJjOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce5690d2-762d-46b2-ab15-fca408aa490e","artifactVersion":"1"},{"artifactName":"basic_onboard_teacgq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json","artifactChecksum":"MTYxZDJlOTE2NmY3NzNlNjE1ZjFhMDAzOTU0MjU2ZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9da1b50c-d5d5-443c-8cff-a5a2956f6435","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"086b5e0a-8695-4185-9c7c-b61f9a30fc94","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"816f4caf-2a5a-459e-b468-773f4adbc682","artifactVersion":"2","generatedFromUUID":"dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTeacgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml","artifactChecksum":"MzIyNGM4OTE0YjAwMjEzYmU3NmMxYWRmZjJmZjAwMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"551b81f2-d614-4501-9bba-c3eb21727bcd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTeacgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar","artifactChecksum":"NTc1ZDU4NjM2YWFmM2UxYzEwYzNmNDJmYTEzYTc4MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"139c15b6-c2f4-4030-8e95-b35e09e428c9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:25:55.548Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:25:55.548Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:55.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:55.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:25:55.650Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:25:55.650Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:55.651Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:55.665Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:55.665Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:56.553Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:25:56.554Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:56.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:56.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:25:56.656Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:56.657Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:56.657Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:56.670Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:56.671Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:57.557Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:25:57.557Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:57.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:57.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:25:57.660Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:57.660Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:57.660Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:57.673Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:57.673Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:58.560Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:25:58.561Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:58.564Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:58.564Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:25:58.664Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:58.665Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:58.665Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:58.680Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:58.680Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:25:59.565Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:25:59.566Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:59.568Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:59.568Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-25T05:25:59.668Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:59.669Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:59.669Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:59.681Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:25:59.682Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:00.569Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:26:00.570Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:00.572Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:00.572Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:00.672Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:00.675Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:00.675Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:00.690Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:26:00.691Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:26:01.572Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:26:01.574Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:01.576Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:01.576Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:26:01.677Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:01.678Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:01.678Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:01.692Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:26:01.693Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:02.579Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "serviceName": "basic_onboard_teACgq",
  "serviceVersion": "1.0",
  "serviceUUID": "7d04fed5-f2d6-4da0-a6d4-e0a9526e749b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2656c774-c0f1-4c0c-942e-91b011a97cf8",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_teACgq 0",
      "resourceCustomizationUUID": "9471e456-d54b-4507-be16-3208404ab681",
      "resourceName": "basic_onboard_teACgq",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40c714a3-450f-43c5-82d6-8f963a8387a9",
      "resourceInvariantUUID": "6cd52209-bae7-48af-b35e-7fb6cc62edc5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_teacgq0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
          "artifactChecksum": "MTYxZDJlOTE2NmY3NzNlNjE1ZjFhMDAzOTU0MjU2ZWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9da1b50c-d5d5-443c-8cff-a5a2956f6435",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "816f4caf-2a5a-459e-b468-773f4adbc682",
            "generatedFromUUID": "dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "816f4caf-2a5a-459e-b468-773f4adbc682",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTeacgq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
      "artifactChecksum": "NTc1ZDU4NjM2YWFmM2UxYzEwYzNmNDJmYTEzYTc4MTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "139c15b6-c2f4-4030-8e95-b35e09e428c9"
    }
  ],
  "workloadContext": "Production"
}
2021-10-25T05:26:02.580Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:26:02.580Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d04fed5-f2d6-4da0-a6d4-e0a9526e749b ASDC
2021-10-25T05:26:02.582Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2591938f-7184-4380-9a01-61eca9ea5283
ServiceName:basic_onboard_teACgq
ServiceVersion:1.0
ServiceUUID:7d04fed5-f2d6-4da0-a6d4-e0a9526e749b
ServiceInvariantUUID:2656c774-c0f1-4c0c-942e-91b011a97cf8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTeacgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar
ArtifactUUID:139c15b6-c2f4-4030-8e95-b35e09e428c9
ArtifactChecksum:NTc1ZDU4NjM2YWFmM2UxYzEwYzNmNDJmYTEzYTc4MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_teACgq 0
ResourceCustomizationUUID:9471e456-d54b-4507-be16-3208404ab681
ResourceInvariantUUID:6cd52209-bae7-48af-b35e-7fb6cc62edc5
ResourceName:basic_onboard_teACgq
ResourceType:VF
ResourceUUID:40c714a3-450f-43c5-82d6-8f963a8387a9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_teacgq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json
ArtifactUUID:9da1b50c-d5d5-443c-8cff-a5a2956f6435
ArtifactChecksum:MTYxZDJlOTE2NmY3NzNlNjE1ZjFhMDAzOTU0MjU2ZWY=
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/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8
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/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env
ArtifactUUID:816f4caf-2a5a-459e-b468-773f4adbc682
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/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env
ArtifactUUID:816f4caf-2a5a-459e-b468-773f4adbc682
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-25T05:26:02.583Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d04fed5-f2d6-4da0-a6d4-e0a9526e749b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:26:02.626Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:26:02.627Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-25T05:26:02.627Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-25T05:26:02.628Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 139c15b6-c2f4-4030-8e95-b35e09e428c9 from URL: /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:02.628Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:26:02.628Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:02.699Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:26:02.704Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar 139c15b6-c2f4-4030-8e95-b35e09e428c9 71357
2021-10-25T05:26:02.704Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar ASDC sendASDCNotification
2021-10-25T05:26:02.704Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:02.704Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:26:02.705Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:02.707Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:02.707Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139562704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:02.807Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:02.808Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:02.808Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:02.821Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:26:02.821Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:03.707Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:26:03.708Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-25T05:26:03.708Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 139c15b6-c2f4-4030-8e95-b35e09e428c9, URL: /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar to file: /app/ASDC/1/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:03.709Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:03.709Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:03.710Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:03.842Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2655671202626094401/Definitions/service-BasicOnboardTeacgq-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-25T05:26:05.405Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:26:05.406Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-25T05:26:05.406Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.406Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-25T05:26:05.406Z|2591938f-7184-4380-9a01-61eca9ea5283|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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.406Z|2591938f-7184-4380-9a01-61eca9ea5283|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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.406Z|2591938f-7184-4380-9a01-61eca9ea5283|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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_teACgq 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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:05.408Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.408Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:05.408Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-25T05:26:05.408Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:26:05.408Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:05.409Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.409Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:05.409Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-25T05:26:05.409Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:26:05.409Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:05.409Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.410Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:05.410Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is not matching search criteria
2021-10-25T05:26:05.410Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-25T05:26:05.410Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-25T05:26:05.410Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-25T05:26:05.410Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-25T05:26:05.411Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-25T05:26:05.411Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:05.411Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:26:05.411Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:05.411Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:05.411Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:26:05.412Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:05.412Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:05.412Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:26:05.412Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:05.413Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:05.413Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:26:05.413Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:05.413Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is not matching search criteria
2021-10-25T05:26:05.413Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-25T05:26:05.413Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-25T05:26:05.414Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddfe028c-20ce-41ff-a304-dce545f34a82
2021-10-25T05:26:05.414Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:05.414Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.414Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:05.414Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.414Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:05.415Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.415Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:05.415Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.415Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_teACgq
Description:service
Model UUID:7d04fed5-f2d6-4da0-a6d4-e0a9526e749b
Model Version:NULL
Model InvariantUuid:2656c774-c0f1-4c0c-942e-91b011a97cf8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_teACgq
Model UUID:698de6a2-0b12-45e8-b26d-fd121cfa14ba
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6cd52209-bae7-48af-b35e-7fb6cc62edc5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9471e456-d54b-4507-be16-3208404ab681
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f2ffb28a-3996-42eb-bd1f-8a54c2d568ca
ModelName:BasicOnboardTeacgq..base_ubuntu18..module-0
ModelUuid:a2bcf7cf-a6f6-4094-a833-6fa05e965c8a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ddfe028c-20ce-41ff-a304-dce545f34a82
ModelInvariantUuid:1e76076a-660c-4ce1-89d4-b77fe3f32a0a
ModelName:basic_onboard_teACgq-nodes.ubuntu18Cvfc
ModelUuid:b7edb7f2-af38-4b7d-8402-0cb063412a10
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9b7d7026-c888-47ac-b535-68dbd909513c
ModelInvariantUuid:5a66ffd5-7b26-4e5d-bded-877a1e4dbbdf
ModelName:BasicOnboardTeacgq.compute.nodes.heat.ubuntu18
ModelUuid:e737b4e7-406e-42ee-9f54-4c8738dbaabf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-25T05:26:05.421Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 40c714a3-450f-43c5-82d6-8f963a8387a9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:26:05.424Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||basic_onboard_teACgq 0
2021-10-25T05:26:05.424Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40c714a3-450f-43c5-82d6-8f963a8387a9
2021-10-25T05:26:05.424Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9da1b50c-d5d5-443c-8cff-a5a2956f6435 from URL: /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json
2021-10-25T05:26:05.424Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:26:05.424Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json
2021-10-25T05:26:05.470Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:26:05.470Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json 9da1b50c-d5d5-443c-8cff-a5a2956f6435 798
2021-10-25T05:26:05.471Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json ASDC sendASDCNotification
2021-10-25T05:26:05.471Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json
2021-10-25T05:26:05.471Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:26:05.471Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:05.473Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:05.473Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139565471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:05.575Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-25T05:26:05.575Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:05.575Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:05.587Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:26:05.587Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:06.474Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTeacgq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f2ffb28a-3996-42eb-bd1f-8a54c2d568ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a2bcf7cf-a6f6-4094-a833-6fa05e965c8a",
    "vfModuleModelCustomizationUUID": "d242e5a4-be87-4a3b-83ce-97c28a6fcd6a",
    "isBase": true,
    "artifacts": [
      "dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8",
      "816f4caf-2a5a-459e-b468-773f4adbc682"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-25T05:26:06.478Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTeacgq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2bcf7cf-a6f6-4094-a833-6fa05e965c8a
VfModuleModelInvariantUUID:f2ffb28a-3996-42eb-bd1f-8a54c2d568ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8
,
816f4caf-2a5a-459e-b468-773f4adbc682

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

isBase:true


}

2021-10-25T05:26:06.480Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTeacgq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f2ffb28a-3996-42eb-bd1f-8a54c2d568ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a2bcf7cf-a6f6-4094-a833-6fa05e965c8a",
    "vfModuleModelCustomizationUUID": "d242e5a4-be87-4a3b-83ce-97c28a6fcd6a",
    "isBase": true,
    "artifacts": [
      "dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8",
      "816f4caf-2a5a-459e-b468-773f4adbc682"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-25T05:26:06.480Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTeacgq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2bcf7cf-a6f6-4094-a833-6fa05e965c8a
VfModuleModelInvariantUUID:f2ffb28a-3996-42eb-bd1f-8a54c2d568ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8
,
816f4caf-2a5a-459e-b468-773f4adbc682

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

isBase:true


}

2021-10-25T05:26:06.481Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8 from URL: /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml
2021-10-25T05:26:06.481Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:26:06.481Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml
2021-10-25T05:26:06.526Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:26:06.527Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8 5033
2021-10-25T05:26:06.527Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-25T05:26:06.527Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml
2021-10-25T05:26:06.527Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:26:06.527Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:06.529Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:06.529Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139566527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:06.629Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:06.630Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:06.630Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:06.643Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:26:06.643Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:26:07.530Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 816f4caf-2a5a-459e-b468-773f4adbc682 from URL: /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env
2021-10-25T05:26:07.531Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:26:07.531Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env
2021-10-25T05:26:07.576Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:26:07.577Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env 816f4caf-2a5a-459e-b468-773f4adbc682 909
2021-10-25T05:26:07.577Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-25T05:26:07.577Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env
2021-10-25T05:26:07.577Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:26:07.577Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:07.579Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:07.579Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139567577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:07.679Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:07.680Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:07.680Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:07.692Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:26:07.692Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:08.580Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7d04fed5-f2d6-4da0-a6d4-e0a9526e749b
2021-10-25T05:26:08.581Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_teACgq 0 40c714a3-450f-43c5-82d6-8f963a8387a9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:26:08.595Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71a82477, org.onap.sdc.toscaparser.api.parameters.Input@6cf3efdf, org.onap.sdc.toscaparser.api.parameters.Input@5a8f8cdc, org.onap.sdc.toscaparser.api.parameters.Input@46ba3917, org.onap.sdc.toscaparser.api.parameters.Input@7601362b]
2021-10-25T05:26:08.597Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.597Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.597Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-25T05:26:08.598Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9471e456-d54b-4507-be16-3208404ab681
2021-10-25T05:26:08.598Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9471e456-d54b-4507-be16-3208404ab681 matches Tosca VF Customization UUID: 9471e456-d54b-4507-be16-3208404ab681
2021-10-25T05:26:08.598Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9471e456-d54b-4507-be16-3208404ab681  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-25T05:26:08.600Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.601Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.601Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9471e456-d54b-4507-be16-3208404ab681: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-25T05:26:08.601Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6cb84ef9
2021-10-25T05:26:08.602Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.602Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:26:08.602Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d242e5a4-be87-4a3b-83ce-97c28a6fcd6a
2021-10-25T05:26:08.602Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d242e5a4-be87-4a3b-83ce-97c28a6fcd6a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-25T05:26:08.604Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.604Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:08.604Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is not matching search criteria
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-25T05:26:08.606Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddfe028c-20ce-41ff-a304-dce545f34a82
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-25T05:26:08.608Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.608Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:08.608Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:26:08.608Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.609Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:08.609Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=9471e456-d54b-4507-be16-3208404ab681
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:26:08.610Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.611Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.611Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7d04fed5-f2d6-4da0-a6d4-e0a9526e749b: basic_onboard_teACgq
2021-10-25T05:26:08.611Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.611Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.611Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.611Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.612Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.612Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.612Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.612Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.612Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:26:08.612Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.613Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_teACgq 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:26:08.698Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_teACgq 40c714a3-450f-43c5-82d6-8f963a8387a9 1 ASDC deployResourceStructure
2021-10-25T05:26:08.699Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json ASDC sendASDCNotification
2021-10-25T05:26:08.699Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json
2021-10-25T05:26:08.699Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:26:08.699Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:08.701Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:08.701Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139568699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:26:08.802Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:26:08.802Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:08.803Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:08.815Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:26:08.816Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:09.702Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-25T05:26:09.703Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml
2021-10-25T05:26:09.703Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:26:09.703Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:09.704Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:09.705Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139569702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:26:09.805Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:09.806Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:09.806Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:09.819Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:26:09.819Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:26:10.706Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-25T05:26:10.706Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env
2021-10-25T05:26:10.706Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:26:10.707Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:10.708Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:10.708Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139570705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-25T05:26:10.808Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:10.809Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:10.810Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:10.822Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:26:10.823Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:11.709Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar ASDC sendASDCNotification
2021-10-25T05:26:11.710Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:11.710Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:26:11.710Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:11.713Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:11.713Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139571709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:26:11.813Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:11.814Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:11.814Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:11.827Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:26:11.828Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:12.714Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:26:12.725Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:26:12.729Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:26:12.729Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:26:12.729Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:26:42.729Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:26:42.742Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:26:42.744Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:26:42.745Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:26:42.745Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:26:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:26:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:26:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:47.983Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:26:47.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:26:47.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139487951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139496188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139501354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139502429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139503483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139504843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139505846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139503262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "clamp",
  "timestamp": 1635139505394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "policy-id",
  "timestamp": 1635139505357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "cds",
  "timestamp": 1635139499474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139506849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139503262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "clamp",
  "timestamp": 1635139505394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "policy-id",
  "timestamp": 1635139505357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "cds",
  "timestamp": 1635139499474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139507852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139503262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "clamp",
  "timestamp": 1635139505394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "cds",
  "timestamp": 1635139499474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "policy-id",
  "timestamp": 1635139505357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "dcae-sch",
  "timestamp": 1635139508070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139503262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "clamp",
  "timestamp": 1635139505394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "policy-id",
  "timestamp": 1635139505357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "cds",
  "timestamp": 1635139499474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "aai-ml",
  "timestamp": 1635139508998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139509058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "dcae-sch",
  "timestamp": 1635139508070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139503262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "clamp",
  "timestamp": 1635139505394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "policy-id",
  "timestamp": 1635139505357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "cds",
  "timestamp": 1635139499474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "aai-ml",
  "timestamp": 1635139508998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139509058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "dcae-sch",
  "timestamp": 1635139508070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139503262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139510472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "clamp",
  "timestamp": 1635139505394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "policy-id",
  "timestamp": 1635139505357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "cds",
  "timestamp": 1635139499474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "aai-ml",
  "timestamp": 1635139508998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139509058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "dcae-sch",
  "timestamp": 1635139508070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635139503262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139510472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "clamp",
  "timestamp": 1635139505394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "policy-id",
  "timestamp": 1635139505357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "cds",
  "timestamp": 1635139499474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "aai-ml",
  "timestamp": 1635139508998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139509058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "dcae-sch",
  "timestamp": 1635139508070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139510472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "aai-ml",
  "timestamp": 1635139508998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139509058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "dcae-sch",
  "timestamp": 1635139508070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "cds",
  "timestamp": 1635139514069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "policy-id",
  "timestamp": 1635139514065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139510472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "aai-ml",
  "timestamp": 1635139508998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139509058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "dcae-sch",
  "timestamp": 1635139508070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "cds",
  "timestamp": 1635139515074,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:26:48.016Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2591938f-7184-4380-9a01-61eca9ea5283
2021-10-25T05:26:48.016Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2591938f-7184-4380-9a01-61eca9ea5283 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:26:48.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "policy-id",
  "timestamp": 1635139515069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139510472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "aai-ml",
  "timestamp": 1635139508998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139509058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "policy-id",
  "timestamp": 1635139516072,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:26:48.035Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2591938f-7184-4380-9a01-61eca9ea5283
2021-10-25T05:26:48.035Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2591938f-7184-4380-9a01-61eca9ea5283 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:26:48.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139510472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "aai-ml",
  "timestamp": 1635139516973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139510472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139517150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139518276,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139519434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139519663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635139520437,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:26:48.056Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2591938f-7184-4380-9a01-61eca9ea5283
2021-10-25T05:26:48.057Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2591938f-7184-4380-9a01-61eca9ea5283 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:26:48.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139520856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139521919,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:26:48.076Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2591938f-7184-4380-9a01-61eca9ea5283
2021-10-25T05:26:48.077Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2591938f-7184-4380-9a01-61eca9ea5283 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-25T05:26:48.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635139522922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "aai-ml",
  "timestamp": 1635139523384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "aai-ml",
  "timestamp": 1635139524388,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:26:48.090Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2591938f-7184-4380-9a01-61eca9ea5283
2021-10-25T05:26:48.090Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2591938f-7184-4380-9a01-61eca9ea5283 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:26:48.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "clamp",
  "timestamp": 1635139526164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "clamp",
  "timestamp": 1635139528172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:26:48.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "clamp",
  "timestamp": 1635139529175,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:26:48.104Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2591938f-7184-4380-9a01-61eca9ea5283
2021-10-25T05:26:48.104Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2591938f-7184-4380-9a01-61eca9ea5283 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:27:12.745Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:27:12.757Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:27:12.760Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:27:12.760Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:27:12.760Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:27:12.760Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:27:12.760Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:27:12.761Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:27:12.761Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:27:12.761Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:27:12.761Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:27:12.761Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:27:12.761Z|2591938f-7184-4380-9a01-61eca9ea5283|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-10-25T05:27:12.766Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:27:42.766Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-25T05:27:42.773Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2591938f-7184-4380-9a01-61eca9ea5283 and serviceModelVersionId: 7d04fed5-f2d6-4da0-a6d4-e0a9526e749b
2021-10-25T05:27:42.774Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2656c774-c0f1-4c0c-942e-91b011a97cf8
2021-10-25T05:27:42.774Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2656c774-c0f1-4c0c-942e-91b011a97cf8/model-vers/model-ver/7d04fed5-f2d6-4da0-a6d4-e0a9526e749b?depth=0
2021-10-25T05:27:42.780Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:27:42.822Z|2591938f-7184-4380-9a01-61eca9ea5283|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/2656c774-c0f1-4c0c-942e-91b011a97cf8/model-vers/model-ver/7d04fed5-f2d6-4da0-a6d4-e0a9526e749b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-25T05:27:42.823Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2656c774-c0f1-4c0c-942e-91b011a97cf8/model-vers/model-ver/7d04fed5-f2d6-4da0-a6d4-e0a9526e749b?depth=0|INFO|500||Invoke
2021-10-25T05:27:42.847Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2656c774-c0f1-4c0c-942e-91b011a97cf8/model-vers/model-ver/7d04fed5-f2d6-4da0-a6d4-e0a9526e749b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-25T05:27:42.941Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2656c774-c0f1-4c0c-942e-91b011a97cf8/model-vers/model-ver/7d04fed5-f2d6-4da0-a6d4-e0a9526e749b?depth=0|INFO|500||InvokeReturn
2021-10-25T05:27:42.942Z|2591938f-7184-4380-9a01-61eca9ea5283|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/2656c774-c0f1-4c0c-942e-91b011a97cf8/model-vers/model-ver/7d04fed5-f2d6-4da0-a6d4-e0a9526e749b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211025-05:27:42:854-3977], vertex-id=[180272], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:27:42 GMT], Content-Type=[application/json]}
2021-10-25T05:27:42.942Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:27:42.942Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:27:42.942Z|2591938f-7184-4380-9a01-61eca9ea5283|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-10-25T05:27:42.946Z|2591938f-7184-4380-9a01-61eca9ea5283|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-10-25T05:27:42.946Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2591938f-7184-4380-9a01-61eca9ea5283 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:27:42.946Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:27:42.947Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:27:42.948Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:27:42.949Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139662946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:27:43.049Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:27:43.050Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:27:43.050Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:27:43.066Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:27:43.067Z||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-10-25T05:27:43.964Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:27:43.965Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:27:43.965Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:27:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:27:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:27:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:27:47.977Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:27:47.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139553889,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:27:47.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:27:47.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:27:47.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:27:47.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139554911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139562704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:27:47.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139565471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:27:47.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139566527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139567577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139568699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139569702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139570705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139571709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:53.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:27:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:27:53.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:27:53.513Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:28:03.060Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:28:47.951Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:28:47.951Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:28:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:28:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:28:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:28:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:28:48.478Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:28:48.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:28:48.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635139662946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:28:48.479Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:28:57.510Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:29:47.951Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:29:47.951Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:29:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:29:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:29:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:29:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:29:57.496Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:29:57.498Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:30:47.951Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:30:47.951Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:30:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:30:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:30:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:30:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:30:57.495Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:30:57.497Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:31:47.951Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:31:47.951Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:31:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:31:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:31:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:31:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:31:57.499Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:31:57.500Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:32:47.951Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:32:47.951Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:32:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:32:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:32:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:32:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:32:57.493Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:32:57.499Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:33:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:33:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:33:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:33:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:33:47.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:33:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:33:57.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:33:57.498Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:34:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:34:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:34:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:34:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:34:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:34:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:34:57.498Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:34:57.503Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:35:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:35:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:35:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:35:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:35:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:35:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:35:48.243Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:35:48.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:35:48.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "cds",
  "timestamp": 1635140144474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140143262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140139058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "aai-ml",
  "timestamp": 1635140138998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:35:48.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:35:48.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:35:48.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "policy-id",
  "timestamp": 1635140145357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:35:48.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:35:48.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:35:48.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-25T05:35:48.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"63a25b37-70f1-419c-ac12-70dbf0875c58","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bf9cca45-68eb-436b-bd6c-b2e183403f33","serviceDescription":"service","serviceInvariantUUID":"f72b672a-ead7-4da4-9615-b609ff035fe8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ce5a0d60-0f55-4baf-a816-fb076de5c418","resourceInvariantUUID":"511a90fc-42b9-41df-bb01-e466233237a9","resourceCustomizationUUID":"4272c166-b474-4700-9c82-ed5f9e831a8b","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MmNmZmI3ZTU1YzVkMWZjNDA0MTU4YzNkYmNjNmZkODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d03faadc-0ad3-4384-b3b2-48753572e06b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODhlMDE3MGE2MTJlYTIwZTBiMjRiY2NkNmZhZTBiYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae8c543f-7d7f-4d18-b76b-f2dbbe604dde","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:35:48.582Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:35:48.582Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:35:48.584Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:35:48.584Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140147951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:35:48.684Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:35:48.685Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:35:48.686Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:35:48.698Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:35:48.698Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:35:49.585Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:35:49.585Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:35:49.587Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:35:49.587Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140147951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:35:49.688Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:35:49.689Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:35:49.689Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:35:49.702Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:35:49.702Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:35:50.589Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "bf9cca45-68eb-436b-bd6c-b2e183403f33",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f72b672a-ead7-4da4-9615-b609ff035fe8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4272c166-b474-4700-9c82-ed5f9e831a8b",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ce5a0d60-0f55-4baf-a816-fb076de5c418",
      "resourceInvariantUUID": "511a90fc-42b9-41df-bb01-e466233237a9",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "ODhlMDE3MGE2MTJlYTIwZTBiMjRiY2NkNmZhZTBiYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ae8c543f-7d7f-4d18-b76b-f2dbbe604dde"
    }
  ],
  "workloadContext": "Production"
}
2021-10-25T05:35:50.589Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:35:50.589Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bf9cca45-68eb-436b-bd6c-b2e183403f33 ASDC
2021-10-25T05:35:50.589Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:63a25b37-70f1-419c-ac12-70dbf0875c58
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bf9cca45-68eb-436b-bd6c-b2e183403f33
ServiceInvariantUUID:f72b672a-ead7-4da4-9615-b609ff035fe8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:ae8c543f-7d7f-4d18-b76b-f2dbbe604dde
ArtifactChecksum:ODhlMDE3MGE2MTJlYTIwZTBiMjRiY2NkNmZhZTBiYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4272c166-b474-4700-9c82-ed5f9e831a8b
ResourceInvariantUUID:511a90fc-42b9-41df-bb01-e466233237a9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ce5a0d60-0f55-4baf-a816-fb076de5c418
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-25T05:35:50.589Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf9cca45-68eb-436b-bd6c-b2e183403f33 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:35:50.627Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:35:50.627Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:35:50.627Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:35:50.627Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ae8c543f-7d7f-4d18-b76b-f2dbbe604dde from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-25T05:35:50.627Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:35:50.627Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-25T05:35:50.765Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:35:50.769Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ae8c543f-7d7f-4d18-b76b-f2dbbe604dde 52170
2021-10-25T05:35:50.769Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-25T05:35:50.769Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-25T05:35:50.769Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:35:50.769Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:35:50.771Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:35:50.771Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140150769,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:35:50.871Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:35:50.872Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:35:50.872Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:35:50.885Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:35:50.885Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:35:51.772Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:35:51.773Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:35:51.773Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ae8c543f-7d7f-4d18-b76b-f2dbbe604dde, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:51.773Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-25T05:35:51.774Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:51.774Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:51.858Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7805412937450717357/Definitions/service-BasicNetwork-template.yml
2021-10-25T05:35:52.243Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:bf9cca45-68eb-436b-bd6c-b2e183403f33
Model Version:NULL
Model InvariantUuid:f72b672a-ead7-4da4-9615-b609ff035fe8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:511a90fc-42b9-41df-bb01-e466233237a9
Model UUID:51cde103-c5ce-4026-8fa7-d34c28f428ef
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4272c166-b474-4700-9c82-ed5f9e831a8b
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-25T05:35:52.253Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: ce5a0d60-0f55-4baf-a816-fb076de5c418
2021-10-25T05:35:52.254Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||No resources found for Service: bf9cca45-68eb-436b-bd6c-b2e183403f33
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:35:52.259Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||
2021-10-25T05:35:52.259Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-10-25T05:35:52.260Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||No resources found for Service: bf9cca45-68eb-436b-bd6c-b2e183403f33
2021-10-25T05:35:52.260Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: bf9cca45-68eb-436b-bd6c-b2e183403f33
2021-10-25T05:35:52.260Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-10-25T05:35:52.261Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:35:52.266Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37b6d231, org.onap.sdc.toscaparser.api.parameters.Input@9a75c35, org.onap.sdc.toscaparser.api.parameters.Input@2d19f7fd, org.onap.sdc.toscaparser.api.parameters.Input@6f90a51c, org.onap.sdc.toscaparser.api.parameters.Input@6eb6c585]
2021-10-25T05:35:52.267Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid bf9cca45-68eb-436b-bd6c-b2e183403f33: Generic NeutronNet
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-25T05:35:52.295Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.295Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.295Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.295Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.296Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:35:52.296Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.296Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-25T05:35:52.361Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-10-25T05:35:52.361Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-25T05:35:52.361Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.361Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:35:52.362Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:35:52.363Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:35:52.363Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140152361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:35:52.464Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:35:52.464Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:35:52.464Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:35:52.477Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:35:52.478Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:35:53.364Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:35:53.376Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:35:53.379Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:35:53.379Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:35:53.379Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:36:23.379Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:36:23.392Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:36:23.395Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:36:23.395Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:36:23.395Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:36:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:36:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:36:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:36:47.978Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:36:47.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:36:47.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140143262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:36:47.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:36:53.396Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:36:53.407Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:36:53.410Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:36:53.410Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:36:53.410Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:37:23.410Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:37:23.425Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:37:23.429Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:37:23.429Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:37:23.430Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:37:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:37:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:37:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:37:47.983Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:37:47.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:37:47.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140139058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:37:47.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:37:53.430Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:37:53.443Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:37:53.446Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:37:53.446Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:37:53.446Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:38:23.447Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:38:23.461Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:38:23.463Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:38:23.463Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:38:23.463Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:38:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:38:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:38:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:38:47.981Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:38:47.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "aai-ml",
  "timestamp": 1635140138998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "cds",
  "timestamp": 1635140144474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "policy-id",
  "timestamp": 1635140145357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140147951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "dcae-sch",
  "timestamp": 1635140148070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "cds",
  "timestamp": 1635140149557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140149560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "aai-ml",
  "timestamp": 1635140149566,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140147951,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "policy-id",
  "timestamp": 1635140149561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "dcae-sch",
  "timestamp": 1635140148070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:38:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:38:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "cds",
  "timestamp": 1635140150561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:38:47.994Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 63a25b37-70f1-419c-ac12-70dbf0875c58
2021-10-25T05:38:47.994Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63a25b37-70f1-419c-ac12-70dbf0875c58 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "policy-id",
  "timestamp": 1635140150566,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140150769,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140150471,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:38:48.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:38:48.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140151108,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:38:48.010Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "policy-id",
  "timestamp": 1635140151569,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:38:48.015Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63a25b37-70f1-419c-ac12-70dbf0875c58
2021-10-25T05:38:48.016Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63a25b37-70f1-419c-ac12-70dbf0875c58 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:38:48.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140150471,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:38:48.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:38:48.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140152111,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:38:48.033Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 63a25b37-70f1-419c-ac12-70dbf0875c58
2021-10-25T05:38:48.033Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63a25b37-70f1-419c-ac12-70dbf0875c58 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140152361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "aai-ml",
  "timestamp": 1635140154662,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "aai-ml",
  "timestamp": 1635140155665,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:38:48.050Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 63a25b37-70f1-419c-ac12-70dbf0875c58
2021-10-25T05:38:48.050Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63a25b37-70f1-419c-ac12-70dbf0875c58 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:38:48.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "clamp",
  "timestamp": 1635140165394,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "clamp",
  "timestamp": 1635140165394,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "clamp",
  "timestamp": 1635140176791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "clamp",
  "timestamp": 1635140178278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "clamp",
  "timestamp": 1635140179281,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:38:48.066Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 63a25b37-70f1-419c-ac12-70dbf0875c58
2021-10-25T05:38:48.067Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63a25b37-70f1-419c-ac12-70dbf0875c58 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:38:53.464Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:38:53.476Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:38:53.481Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:38:53.481Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:38:53.481Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:38:53.485Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:39:23.485Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-25T05:39:23.492Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 63a25b37-70f1-419c-ac12-70dbf0875c58 and serviceModelVersionId: bf9cca45-68eb-436b-bd6c-b2e183403f33
2021-10-25T05:39:23.493Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f72b672a-ead7-4da4-9615-b609ff035fe8
2021-10-25T05:39:23.494Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0
2021-10-25T05:39:23.499Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:39:23.539Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0|INFO|500||Invoke
2021-10-25T05:39:23.539Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[63a25b37-70f1-419c-ac12-70dbf0875c58], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6c18b777-6fcf-4195-9ab1-6b3be607f2c3], X-ECOMP-RequestID=[63a25b37-70f1-419c-ac12-70dbf0875c58], X-TransactionId=[], X-ONAP-RequestID=[63a25b37-70f1-419c-ac12-70dbf0875c58], Content-Type=[application/merge-patch+json]}
2021-10-25T05:39:23.560Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-25T05:39:23.791Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?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/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211025-05:39:23:570-17128], vertex-id=[217128], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:39:23 GMT], Content-Type=[application/json]}
2021-10-25T05:39:23.792Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:39:23.792Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0|INFO|500||InvokeReturn
2021-10-25T05:39:23.792Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:39:23.792Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:39:23.796Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-25T05:39:23.796Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 63a25b37-70f1-419c-ac12-70dbf0875c58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:39:23.796Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:39:23.797Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:23.798Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:23.798Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140363796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:39:23.899Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:39:23.899Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:23.899Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:23.916Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:39:23.916Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:39:24.811Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:39:24.812Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:39:24.812Z|63a25b37-70f1-419c-ac12-70dbf0875c58|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:29.831Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:39:29.832Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-25T05:39:29.832Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"44d4aab4-953b-465c-a4b4-9b5282f48c63","serviceName":"Demo_pNF_vEX2vZpMgOcSd5dJbkVt","serviceVersion":"1.0","serviceUUID":"6e062c82-b988-4d05-bc9d-6ce878b3042e","serviceDescription":"catalog service description","serviceInvariantUUID":"9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57","resources":[{"resourceInstanceName":"pNF 6dd6a3ec-5041 0","resourceName":"pNF 6dd6a3ec-5041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b1cf5120-b7fe-4408-8c62-e89b694446ae","resourceInvariantUUID":"07cd32d4-347e-4e56-b244-610475505291","resourceCustomizationUUID":"b926efdc-2f18-440b-be6b-65ac99b91ccf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vf-license-model.xml","artifactChecksum":"OTQ4ODAzMWMxNTY5Yzg0MzkwZDhlZmEyZmUwYWY4YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3675876-fce3-4ac2-97a7-ee0890166f5e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/pNF.csar","artifactChecksum":"ODJjYjMyYmM0MDFhNWZlYjY4NTdjYWNmNjcxYTI3MWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2fb9fd36-d4bd-4092-9047-6be26e52183e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc5eb7c0-31d9-461e-b409-5f4487df313c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vendor-license-model.xml","artifactChecksum":"MzU5Yjc1MjJjNDQyNzg4NTQ3MDNlMGI1Y2RlZmM1ZDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a9b310f3-f317-4b00-a8b4-185a149fb10d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"444e9b9f-3dc8-44d1-a1f1-17b19bdc325b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"87bf1f69-2c62-4058-a32c-aab8d9b2a66b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml","artifactChecksum":"MmE2YjhkZTI2MjcwZmQ5YTkxOTY5Y2ZlZTllOWY1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb41f956-e611-46d9-a8a3-9895a2a6965d","artifactVersion":"1"},{"artifactName":"service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar","artifactChecksum":"YmJjNGMwNzQ2MWFmNDdlNGRlOTdmMjViMTc2YmQzNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5945be2a-6296-4951-98ca-4df6ba8f041c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:39:29.835Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:29.835Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:29.837Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:29.837Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:29.937Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:29.938Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:29.938Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:29.950Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:39:29.951Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:39:30.837Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:30.838Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:30.840Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:30.840Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:30.940Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:30.941Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:30.941Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:30.954Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:39:30.954Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:39:31.840Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:31.841Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:31.844Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:31.844Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:31.944Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:39:31.945Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:31.945Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:31.958Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:39:31.958Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:39:32.845Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:32.846Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:32.849Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:32.849Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:32.949Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:32.950Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:32.950Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:32.963Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:39:32.964Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:39:33.851Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:33.851Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:33.853Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:33.853Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:33.954Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:33.954Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:33.955Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:33.966Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:39:33.967Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:39:34.854Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:34.854Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:34.856Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:34.856Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:34.957Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:34.958Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:34.958Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:34.973Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:39:34.974Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:39:35.857Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:35.858Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:35.860Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:35.860Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:35.960Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:35.961Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:35.961Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:35.976Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:39:35.976Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:39:36.860Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:36.861Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:36.863Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:36.864Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:39:36.964Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:36.964Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:36.964Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:36.979Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:39:36.979Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:39:37.864Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "serviceName": "Demo_pNF_vEX2vZpMgOcSd5dJbkVt",
  "serviceVersion": "1.0",
  "serviceUUID": "6e062c82-b988-4d05-bc9d-6ce878b3042e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57",
  "resources": [
    {
      "resourceInstanceName": "pNF 6dd6a3ec-5041 0",
      "resourceCustomizationUUID": "b926efdc-2f18-440b-be6b-65ac99b91ccf",
      "resourceName": "pNF 6dd6a3ec-5041",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b1cf5120-b7fe-4408-8c62-e89b694446ae",
      "resourceInvariantUUID": "07cd32d4-347e-4e56-b244-610475505291",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
      "artifactChecksum": "YmJjNGMwNzQ2MWFmNDdlNGRlOTdmMjViMTc2YmQzNWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5945be2a-6296-4951-98ca-4df6ba8f041c"
    }
  ],
  "workloadContext": "Production"
}
2021-10-25T05:39:37.865Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:39:37.865Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6e062c82-b988-4d05-bc9d-6ce878b3042e ASDC
2021-10-25T05:39:37.865Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44d4aab4-953b-465c-a4b4-9b5282f48c63
ServiceName:Demo_pNF_vEX2vZpMgOcSd5dJbkVt
ServiceVersion:1.0
ServiceUUID:6e062c82-b988-4d05-bc9d-6ce878b3042e
ServiceInvariantUUID:9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
ArtifactUUID:5945be2a-6296-4951-98ca-4df6ba8f041c
ArtifactChecksum:YmJjNGMwNzQ2MWFmNDdlNGRlOTdmMjViMTc2YmQzNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6dd6a3ec-5041 0
ResourceCustomizationUUID:b926efdc-2f18-440b-be6b-65ac99b91ccf
ResourceInvariantUUID:07cd32d4-347e-4e56-b244-610475505291
ResourceName:pNF 6dd6a3ec-5041
ResourceType:PNF
ResourceUUID:b1cf5120-b7fe-4408-8c62-e89b694446ae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-25T05:39:37.865Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e062c82-b988-4d05-bc9d-6ce878b3042e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:39:37.892Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:39:37.893Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:39:37.893Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:39:37.893Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5945be2a-6296-4951-98ca-4df6ba8f041c from URL: /sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:37.893Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:39:37.893Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:38.357Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:39:38.360Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar 5945be2a-6296-4951-98ca-4df6ba8f041c 82539
2021-10-25T05:39:38.361Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar ASDC sendASDCNotification
2021-10-25T05:39:38.361Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:38.361Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:39:38.361Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:38.362Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:38.362Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140378361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:39:38.462Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:39:38.463Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:38.463Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:38.476Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:39:38.476Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:39:39.363Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:39:39.364Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:39:39.364Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5945be2a-6296-4951-98ca-4df6ba8f041c, URL: /sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar to file: /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:39.365Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:39.365Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:39.365Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:39.453Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11609973182256984429/Definitions/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml
2021-10-25T05:39:40.148Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||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-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||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-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6dd6a3ec-5041 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-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Node template pNF 6dd6a3ec-5041 0 is matching search criteria
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6dd6a3ec-5041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Node template pNF 6dd6a3ec-5041 0 is matching search criteria
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6dd6a3ec-5041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:39:40.152Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.152Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:39:40.152Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.152Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:39:40.152Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.152Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vEX2vZpMgOcSd5dJbkVt
Description:catalog service description
Model UUID:6e062c82-b988-4d05-bc9d-6ce878b3042e
Model Version:NULL
Model InvariantUuid:9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-25T05:39:40.159Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: b1cf5120-b7fe-4408-8c62-e89b694446ae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:39:40.162Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||pNF 6dd6a3ec-5041 0
2021-10-25T05:39:40.162Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b1cf5120-b7fe-4408-8c62-e89b694446ae
2021-10-25T05:39:40.162Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 6e062c82-b988-4d05-bc9d-6ce878b3042e
2021-10-25T05:39:40.162Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6e062c82-b988-4d05-bc9d-6ce878b3042e
2021-10-25T05:39:40.163Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6dd6a3ec-5041 0 b1cf5120-b7fe-4408-8c62-e89b694446ae ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:39:40.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e6da2a8, org.onap.sdc.toscaparser.api.parameters.Input@1d75c8a0, org.onap.sdc.toscaparser.api.parameters.Input@1ebde3e1, org.onap.sdc.toscaparser.api.parameters.Input@1b55fa39, org.onap.sdc.toscaparser.api.parameters.Input@58ee7319]
2021-10-25T05:39:40.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:39:40.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6e062c82-b988-4d05-bc9d-6ce878b3042e: pNF 6dd6a3ec-5041
2021-10-25T05:39:40.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||Processing PNF resource: b1cf5120-b7fe-4408-8c62-e89b694446ae
2021-10-25T05:39:40.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:39:40.169Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.169Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||Resource customization UUID: b926efdc-2f18-440b-be6b-65ac99b91ccf is the same as notified resource customizationUUID: b926efdc-2f18-440b-be6b-65ac99b91ccf
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-25T05:39:40.225Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6dd6a3ec-5041 b1cf5120-b7fe-4408-8c62-e89b694446ae 0 ASDC deployResourceStructure
2021-10-25T05:39:40.225Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar ASDC sendASDCNotification
2021-10-25T05:39:40.225Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.225Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:39:40.226Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:40.227Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:40.228Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140380225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:39:40.327Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:39:40.328Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:40.328Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:40.342Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:39:40.342Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:39:41.228Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44d4aab4-953b-465c-a4b4-9b5282f48c63
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:39:41.240Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44d4aab4-953b-465c-a4b4-9b5282f48c63
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:39:41.242Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:39:41.243Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:39:41.243Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:39:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:39:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:39:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:47.981Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:39:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "clamp",
  "timestamp": 1635140225394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "cds",
  "timestamp": 1635140219474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "policy-id",
  "timestamp": 1635140225357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140223262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "cds",
  "timestamp": 1635140219474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "clamp",
  "timestamp": 1635140225394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "policy-id",
  "timestamp": 1635140225357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140223262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "dcae-sch",
  "timestamp": 1635140228070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "cds",
  "timestamp": 1635140219474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "clamp",
  "timestamp": 1635140225394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "policy-id",
  "timestamp": 1635140225357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140223262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "aai-ml",
  "timestamp": 1635140228998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140229058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "dcae-sch",
  "timestamp": 1635140228070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "cds",
  "timestamp": 1635140219474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "clamp",
  "timestamp": 1635140225394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "policy-id",
  "timestamp": 1635140225357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140223262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "aai-ml",
  "timestamp": 1635140228998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140229058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "dcae-sch",
  "timestamp": 1635140228070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140230471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "cds",
  "timestamp": 1635140219474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "clamp",
  "timestamp": 1635140225394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "policy-id",
  "timestamp": 1635140225357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140223262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "aai-ml",
  "timestamp": 1635140228998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140229058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "dcae-sch",
  "timestamp": 1635140228070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140230471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "cds",
  "timestamp": 1635140219474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "clamp",
  "timestamp": 1635140225394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "policy-id",
  "timestamp": 1635140225357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140223262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:39:47.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "aai-ml",
  "timestamp": 1635140228998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140229058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "dcae-sch",
  "timestamp": 1635140228070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140230471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "cds",
  "timestamp": 1635140219474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "clamp",
  "timestamp": 1635140225394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "policy-id",
  "timestamp": 1635140225357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140223262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "aai-ml",
  "timestamp": 1635140228998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140229058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "dcae-sch",
  "timestamp": 1635140228070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140230471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "cds",
  "timestamp": 1635140219474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "clamp",
  "timestamp": 1635140225394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "policy-id",
  "timestamp": 1635140225357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140223262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "aai-ml",
  "timestamp": 1635140228998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140229058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "dcae-sch",
  "timestamp": 1635140228070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140230471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "aai-ml",
  "timestamp": 1635140228998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140229058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "dcae-sch",
  "timestamp": 1635140228070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "cds",
  "timestamp": 1635140235763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "policy-id",
  "timestamp": 1635140235863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140235959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140230471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:47.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "aai-ml",
  "timestamp": 1635140228998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:39:47.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140229058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:39:47.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:47.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:47.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "cds",
  "timestamp": 1635140236767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:39:48.004Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44d4aab4-953b-465c-a4b4-9b5282f48c63
2021-10-25T05:39:48.005Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44d4aab4-953b-465c-a4b4-9b5282f48c63 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:39:48.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "policy-id",
  "timestamp": 1635140236866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:39:48.015Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:39:48.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140230471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:39:48.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:48.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140237200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:39:48.016Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:39:48.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "policy-id",
  "timestamp": 1635140237868,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:39:48.022Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44d4aab4-953b-465c-a4b4-9b5282f48c63
2021-10-25T05:39:48.022Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44d4aab4-953b-465c-a4b4-9b5282f48c63 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:39:48.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140237972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:39:48.033Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:39:48.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "aai-ml",
  "timestamp": 1635140238059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:39:48.033Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:39:48.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140230471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:39:48.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:39:48.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140238206,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:39:48.038Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 44d4aab4-953b-465c-a4b4-9b5282f48c63
2021-10-25T05:39:48.039Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44d4aab4-953b-465c-a4b4-9b5282f48c63 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:39:48.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140239773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:39:48.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:39:48.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "clamp",
  "timestamp": 1635140240281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:39:48.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:39:48.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140240777,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:39:48.058Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44d4aab4-953b-465c-a4b4-9b5282f48c63
2021-10-25T05:39:48.058Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44d4aab4-953b-465c-a4b4-9b5282f48c63 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:39:48.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "clamp",
  "timestamp": 1635140241298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:39:48.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:39:48.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "clamp",
  "timestamp": 1635140242302,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:39:48.072Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 44d4aab4-953b-465c-a4b4-9b5282f48c63
2021-10-25T05:39:48.072Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44d4aab4-953b-465c-a4b4-9b5282f48c63 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:39:48.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "aai-ml",
  "timestamp": 1635140243113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:39:48.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:39:48.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:39:48.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "aai-ml",
  "timestamp": 1635140244116,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:39:48.096Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44d4aab4-953b-465c-a4b4-9b5282f48c63
2021-10-25T05:39:48.096Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44d4aab4-953b-465c-a4b4-9b5282f48c63 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:40:11.243Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44d4aab4-953b-465c-a4b4-9b5282f48c63
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:40:11.262Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44d4aab4-953b-465c-a4b4-9b5282f48c63
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:40:11.265Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:40:11.265Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:40:11.265Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:40:11.265Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:40:11.265Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:40:11.265Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:40:11.265Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:40:11.265Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:40:11.265Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:40:11.265Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:40:11.265Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:40:11.265Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:40:11.271Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:40:41.271Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44d4aab4-953b-465c-a4b4-9b5282f48c63 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-25T05:40:41.276Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44d4aab4-953b-465c-a4b4-9b5282f48c63 and serviceModelVersionId: 6e062c82-b988-4d05-bc9d-6ce878b3042e
2021-10-25T05:40:41.276Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57
2021-10-25T05:40:41.277Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57/model-vers/model-ver/6e062c82-b988-4d05-bc9d-6ce878b3042e?depth=0
2021-10-25T05:40:41.281Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:40:41.315Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57/model-vers/model-ver/6e062c82-b988-4d05-bc9d-6ce878b3042e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-25T05:40:41.315Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57/model-vers/model-ver/6e062c82-b988-4d05-bc9d-6ce878b3042e?depth=0|INFO|500||Invoke
2021-10-25T05:40:41.334Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57/model-vers/model-ver/6e062c82-b988-4d05-bc9d-6ce878b3042e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-25T05:40:41.486Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57/model-vers/model-ver/6e062c82-b988-4d05-bc9d-6ce878b3042e?depth=0|INFO|500||InvokeReturn
2021-10-25T05:40:41.486Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57/model-vers/model-ver/6e062c82-b988-4d05-bc9d-6ce878b3042e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211025-05:40:41:340-51158], vertex-id=[204944], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:40:41 GMT], Content-Type=[application/json]}
2021-10-25T05:40:41.486Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:40:41.487Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:40:41.487Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:40:41.491Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-25T05:40:41.491Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44d4aab4-953b-465c-a4b4-9b5282f48c63 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:40:41.491Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:40:41.492Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:41.494Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:41.494Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140441491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:40:41.594Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:41.595Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:41.595Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:41.612Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:41.613Z||pool-50-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-10-25T05:40:42.507Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:40:42.508Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:40:42.508Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:43.139Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:43.140Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-25T05:40:43.140Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"db0c5549-f0e0-4841-b33b-a1a2a005a503","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"073405d6-3f00-4fe3-995f-e097016c7a8a","serviceDescription":"service","serviceInvariantUUID":"0387a4cb-4351-44a6-9a7e-14c9876d6ff2","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e7e43b5-9641-4204-bf33-96e623389beb","resourceInvariantUUID":"424466e1-0aee-440a-9bb6-ceab80fda41d","resourceCustomizationUUID":"b47fc740-976f-4165-8fc9-67b1a614c79c","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":"418152d8-f43f-402b-9bcc-aa231e9c2496","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":"Y2FmMzMyMzkwZTliNGFlYTkyMjU3ODBhNjE2ZDM4ZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb9dc4bf-4f15-48dc-b24c-f174d69ca7c2","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":"NzE1ZmM0MmM0NDBjOWRhNTFlYWE5ODkxNWI3MGE4MTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c4a2413f-e8bf-4640-825e-698022beb1c9","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":"2b8d7f8c-2099-4421-ae80-0555043d94b2","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":"c63b53fb-a196-47f2-bfbb-41a7c35b378b","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":"421cd7ce-b872-4470-84df-4dc1876186b1","artifactVersion":"2","generatedFromUUID":"2b8d7f8c-2099-4421-ae80-0555043d94b2"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MDc4NDBlN2Y0N2Y0ZDYzNjgyZjZjNWEwZGEzMmNhZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69343d5b-24c9-4c76-b12c-dab9057b825b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ODZlYzk5NzNkNzU3NTc1M2M5MjZkNDAxZDllZjUwY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8552cc75-bb34-4bb4-9233-9376f19828d4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:40:43.142Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:40:43.143Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:43.145Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:43.145Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:43.245Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:43.246Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:43.246Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:43.260Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:43.261Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:40:44.145Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:40:44.146Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:44.148Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:44.148Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:44.248Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:44.249Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:44.249Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:44.262Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:44.262Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:40:45.148Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:40:45.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:45.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:45.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:40:45.252Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:40:45.252Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:45.253Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:45.267Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:45.267Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:40:46.152Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:40:46.153Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:46.154Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:46.155Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:40:46.255Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:46.256Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:46.256Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:46.268Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:46.268Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:40:47.155Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:40:47.156Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:47.157Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:47.157Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.257Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:47.258Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:47.258Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:47.271Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:47.271Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:40:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:40:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:40:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:47.978Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:47.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140363796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:40:47.982Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:47.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140363262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "dcae-sch",
  "timestamp": 1635140368071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:40:47.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "cds",
  "timestamp": 1635140369474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140370471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "policy-id",
  "timestamp": 1635140365357,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "dcae-sch",
  "timestamp": 1635140368071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140370471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140363262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "cds",
  "timestamp": 1635140369474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "policy-id",
  "timestamp": 1635140365357,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "dcae-sch",
  "timestamp": 1635140368071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140363262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "cds",
  "timestamp": 1635140369474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140370471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "policy-id",
  "timestamp": 1635140365357,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "cds",
  "timestamp": 1635140369474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140370471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:40:47.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140363262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "dcae-sch",
  "timestamp": 1635140368071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "policy-id",
  "timestamp": 1635140365357,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "cds",
  "timestamp": 1635140369474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140363262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140370471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "dcae-sch",
  "timestamp": 1635140368071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "clamp",
  "timestamp": 1635140375394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "policy-id",
  "timestamp": 1635140365357,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140364811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:40:47.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "cds",
  "timestamp": 1635140369474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140370471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140363262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "dcae-sch",
  "timestamp": 1635140368071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "clamp",
  "timestamp": 1635140375394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "policy-id",
  "timestamp": 1635140365357,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "cds",
  "timestamp": 1635140369474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140370471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "dcae-sch",
  "timestamp": 1635140368071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140363262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "clamp",
  "timestamp": 1635140375394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:40:47.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "policy-id",
  "timestamp": 1635140365357,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140378361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:47.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:47.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "cds",
  "timestamp": 1635140369474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "dcae-sch",
  "timestamp": 1635140368071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140363262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140370471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "clamp",
  "timestamp": 1635140375394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "policy-id",
  "timestamp": 1635140365357,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:40:47.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "aai-ml",
  "timestamp": 1635140378998,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140379058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "clamp",
  "timestamp": 1635140375394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140380225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:40:47.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:47.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140380556,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:47.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:47.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "cds",
  "timestamp": 1635140380561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:47.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:47.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "policy-id",
  "timestamp": 1635140380561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:47.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:47.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "aai-ml",
  "timestamp": 1635140378998,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140379058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "clamp",
  "timestamp": 1635140375394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:47.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:47.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "dcae-sch",
  "timestamp": 1635140381265,
  "artifactURL": "/sdc/v1/catalog/services/073405d6-3f00-4fe3-995f-e097016c7a8a/resourceInstances/basicclamp0/artifacts/418152d8-f43f-402b-9bcc-aa231e9c2496",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:47.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:47.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:47.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "cds",
  "timestamp": 1635140381566,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:40:48.015Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db0c5549-f0e0-4841-b33b-a1a2a005a503
2021-10-25T05:40:48.015Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db0c5549-f0e0-4841-b33b-a1a2a005a503 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:40:48.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "policy-id",
  "timestamp": 1635140381564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "aai-ml",
  "timestamp": 1635140378998,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140381662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140379058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "clamp",
  "timestamp": 1635140375394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "dcae-sch",
  "timestamp": 1635140382535,
  "artifactURL": "/sdc/v1/catalog/services/073405d6-3f00-4fe3-995f-e097016c7a8a/resourceInstances/basicclamp0/artifacts/418152d8-f43f-402b-9bcc-aa231e9c2496",
  "status": "DEPLOY_OK"
}
2021-10-25T05:40:48.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:48.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "policy-id",
  "timestamp": 1635140382567,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:40:48.032Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db0c5549-f0e0-4841-b33b-a1a2a005a503
2021-10-25T05:40:48.032Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db0c5549-f0e0-4841-b33b-a1a2a005a503 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:40:48.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "aai-ml",
  "timestamp": 1635140378998,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140379058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140382721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:48.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:48.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "clamp",
  "timestamp": 1635140375394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:40:48.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "dcae-sch",
  "timestamp": 1635140383538,
  "artifactURL": "/sdc/v1/catalog/services/073405d6-3f00-4fe3-995f-e097016c7a8a/resourceInstances/basicclamp0/artifacts/418152d8-f43f-402b-9bcc-aa231e9c2496",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:40:48.046Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of db0c5549-f0e0-4841-b33b-a1a2a005a503
2021-10-25T05:40:48.046Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db0c5549-f0e0-4841-b33b-a1a2a005a503 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:40:48.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "aai-ml",
  "timestamp": 1635140378998,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140379058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140383744,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:40:48.060Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db0c5549-f0e0-4841-b33b-a1a2a005a503
2021-10-25T05:40:48.061Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db0c5549-f0e0-4841-b33b-a1a2a005a503 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-25T05:40:48.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140383262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "aai-ml",
  "timestamp": 1635140378998,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140379058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140384748,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140383262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "cds",
  "timestamp": 1635140384474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "aai-ml",
  "timestamp": 1635140378998,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140379058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140383262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "policy-id",
  "timestamp": 1635140385357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "cds",
  "timestamp": 1635140384474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "aai-ml",
  "timestamp": 1635140378998,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140379058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140383262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "policy-id",
  "timestamp": 1635140385357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "cds",
  "timestamp": 1635140384474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:48.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:40:48.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "clamp",
  "timestamp": 1635140387302,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:48.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:48.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "aai-ml",
  "timestamp": 1635140387734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:48.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:48.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:40:48.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140387784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:48.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:40:48.158Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:40:48.158Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:48.160Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:48.160Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-25T05:40:48.260Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:48.261Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:48.261Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:48.275Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:48.275Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:40:49.161Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:40:49.161Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:49.163Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:49.163Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:40:49.263Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:49.264Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:49.264Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:49.278Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:49.279Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:40:50.163Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:40:50.164Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:50.166Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:50.166Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:40:50.266Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:50.267Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:50.267Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:50.282Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:50.283Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:40:51.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "073405d6-3f00-4fe3-995f-e097016c7a8a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0387a4cb-4351-44a6-9a7e-14c9876d6ff2",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "b47fc740-976f-4165-8fc9-67b1a614c79c",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5e7e43b5-9641-4204-bf33-96e623389beb",
      "resourceInvariantUUID": "424466e1-0aee-440a-9bb6-ceab80fda41d",
      "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": "NzE1ZmM0MmM0NDBjOWRhNTFlYWE5ODkxNWI3MGE4MTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c4a2413f-e8bf-4640-825e-698022beb1c9",
          "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": "2b8d7f8c-2099-4421-ae80-0555043d94b2",
          "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": "421cd7ce-b872-4470-84df-4dc1876186b1",
            "generatedFromUUID": "2b8d7f8c-2099-4421-ae80-0555043d94b2"
          },
          "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": "421cd7ce-b872-4470-84df-4dc1876186b1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ODZlYzk5NzNkNzU3NTc1M2M5MjZkNDAxZDllZjUwY2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8552cc75-bb34-4bb4-9233-9376f19828d4"
    }
  ],
  "workloadContext": "Production"
}
2021-10-25T05:40:51.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:40:51.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 073405d6-3f00-4fe3-995f-e097016c7a8a ASDC
2021-10-25T05:40:51.169Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:db0c5549-f0e0-4841-b33b-a1a2a005a503
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:073405d6-3f00-4fe3-995f-e097016c7a8a
ServiceInvariantUUID:0387a4cb-4351-44a6-9a7e-14c9876d6ff2
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:8552cc75-bb34-4bb4-9233-9376f19828d4
ArtifactChecksum:ODZlYzk5NzNkNzU3NTc1M2M5MjZkNDAxZDllZjUwY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:b47fc740-976f-4165-8fc9-67b1a614c79c
ResourceInvariantUUID:424466e1-0aee-440a-9bb6-ceab80fda41d
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:5e7e43b5-9641-4204-bf33-96e623389beb
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:c4a2413f-e8bf-4640-825e-698022beb1c9
ArtifactChecksum:NzE1ZmM0MmM0NDBjOWRhNTFlYWE5ODkxNWI3MGE4MTM=
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:2b8d7f8c-2099-4421-ae80-0555043d94b2
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:421cd7ce-b872-4470-84df-4dc1876186b1
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:421cd7ce-b872-4470-84df-4dc1876186b1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-25T05:40:51.169Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 073405d6-3f00-4fe3-995f-e097016c7a8a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:40:51.201Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:40:51.202Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:40:51.202Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:40:51.202Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8552cc75-bb34-4bb4-9233-9376f19828d4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-25T05:40:51.202Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:40:51.203Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-25T05:40:51.366Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:40:51.369Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 8552cc75-bb34-4bb4-9233-9376f19828d4 73462
2021-10-25T05:40:51.369Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-25T05:40:51.369Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-25T05:40:51.370Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:40:51.370Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:51.371Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:51.372Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140451369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:51.472Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:51.473Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:51.473Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:51.485Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:51.485Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:40:52.372Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:40:52.373Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:40:52.373Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8552cc75-bb34-4bb4-9233-9376f19828d4, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-25T05:40:52.373Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-25T05:40:52.374Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-25T05:40:52.374Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-25T05:40:52.466Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11797172068939633808/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-25T05:40:53.396Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:40:53.397Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:40:53.397Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-25T05:40:53.397Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-25T05:40:53.397Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-25T05:40:53.397Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-25T05:40:53.397Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-25T05:40:53.398Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-25T05:40:53.398Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-25T05:40:53.398Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-25T05:40:53.398Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-25T05:40:53.398Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-25T05:40:53.398Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-25T05:40:53.398Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:40:53.398Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:53.399Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:53.399Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-25T05:40:53.399Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:40:53.399Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:40:53.399Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:53.399Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:53.400Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-25T05:40:53.400Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:40:53.400Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:40:53.400Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:53.400Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:53.400Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:53.400Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-25T05:40:53.401Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-25T05:40:53.401Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-25T05:40:53.401Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-25T05:40:53.401Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-25T05:40:53.401Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-25T05:40:53.401Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:53.401Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:40:53.402Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:53.402Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-25T05:40:53.402Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:40:53.402Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:53.403Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-25T05:40:53.403Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:40:53.403Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:53.403Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-25T05:40:53.403Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:40:53.403Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:53.403Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-25T05:40:53.404Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-25T05:40:53.404Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-25T05:40:53.404Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=154a4161-177d-4494-a20b-65404349061a
2021-10-25T05:40:53.404Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:53.404Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:53.404Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:53.405Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:53.405Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:53.405Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:53.405Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:53.405Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:53.405Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:073405d6-3f00-4fe3-995f-e097016c7a8a
Model Version:NULL
Model InvariantUuid:0387a4cb-4351-44a6-9a7e-14c9876d6ff2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:685079c0-465e-435c-8caf-1a5f0f750fa5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:424466e1-0aee-440a-9bb6-ceab80fda41d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b47fc740-976f-4165-8fc9-67b1a614c79c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0d1a34a2-4b6c-483f-86a8-573aedf414f0
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:0e81db89-ece6-4f66-b738-42729b7af66e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:154a4161-177d-4494-a20b-65404349061a
ModelInvariantUuid:83d1d9a8-d6cb-48b9-91e0-8bfd21b0dd8f
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:62850ac2-1961-4c31-b8f5-072161a511cd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5de5bfe0-8ce1-4a47-9e23-982ce595093a
ModelInvariantUuid:c290f20f-b33f-4a78-8efa-475012d14fa9
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:52beb809-0cf2-4d18-a268-137788dd1bc8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-25T05:40:53.414Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e7e43b5-9641-4204-bf33-96e623389beb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:40:53.417Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||basicclamp 0
2021-10-25T05:40:53.417Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e7e43b5-9641-4204-bf33-96e623389beb
2021-10-25T05:40:53.417Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c4a2413f-e8bf-4640-825e-698022beb1c9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-25T05:40:53.417Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:40:53.417Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-25T05:40:53.657Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:40:53.657Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json c4a2413f-e8bf-4640-825e-698022beb1c9 790
2021-10-25T05:40:53.657Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-25T05:40:53.657Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-25T05:40:53.658Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:40:53.658Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:53.659Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:53.659Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140453657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:53.759Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:53.760Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:53.760Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:53.777Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:53.778Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:40:54.660Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0d1a34a2-4b6c-483f-86a8-573aedf414f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e81db89-ece6-4f66-b738-42729b7af66e",
    "vfModuleModelCustomizationUUID": "9ba0f546-83db-49f5-9175-89aebe467136",
    "isBase": true,
    "artifacts": [
      "2b8d7f8c-2099-4421-ae80-0555043d94b2",
      "421cd7ce-b872-4470-84df-4dc1876186b1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-25T05:40:54.664Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e81db89-ece6-4f66-b738-42729b7af66e
VfModuleModelInvariantUUID:0d1a34a2-4b6c-483f-86a8-573aedf414f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b8d7f8c-2099-4421-ae80-0555043d94b2
,
421cd7ce-b872-4470-84df-4dc1876186b1

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

isBase:true


}

2021-10-25T05:40:54.666Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0d1a34a2-4b6c-483f-86a8-573aedf414f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e81db89-ece6-4f66-b738-42729b7af66e",
    "vfModuleModelCustomizationUUID": "9ba0f546-83db-49f5-9175-89aebe467136",
    "isBase": true,
    "artifacts": [
      "2b8d7f8c-2099-4421-ae80-0555043d94b2",
      "421cd7ce-b872-4470-84df-4dc1876186b1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-25T05:40:54.666Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e81db89-ece6-4f66-b738-42729b7af66e
VfModuleModelInvariantUUID:0d1a34a2-4b6c-483f-86a8-573aedf414f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
2b8d7f8c-2099-4421-ae80-0555043d94b2
,
421cd7ce-b872-4470-84df-4dc1876186b1

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

isBase:true


}

2021-10-25T05:40:54.666Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2b8d7f8c-2099-4421-ae80-0555043d94b2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-25T05:40:54.666Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:40:54.666Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-25T05:40:55.049Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:40:55.050Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2b8d7f8c-2099-4421-ae80-0555043d94b2 5033
2021-10-25T05:40:55.050Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-25T05:40:55.050Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-25T05:40:55.050Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:40:55.051Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:55.053Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:55.053Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140455050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:55.153Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:55.153Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:55.153Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:55.170Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:55.170Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:40:56.053Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 421cd7ce-b872-4470-84df-4dc1876186b1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-25T05:40:56.054Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:40:56.054Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-25T05:40:56.457Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:40:56.457Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 421cd7ce-b872-4470-84df-4dc1876186b1 909
2021-10-25T05:40:56.458Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-25T05:40:56.458Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-25T05:40:56.458Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:40:56.458Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:56.459Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:56.459Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140456458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:40:56.560Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:56.560Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:56.560Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:56.572Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:56.572Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:40:57.460Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 073405d6-3f00-4fe3-995f-e097016c7a8a
2021-10-25T05:40:57.461Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 5e7e43b5-9641-4204-bf33-96e623389beb ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:40:57.475Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cfa8c3c, org.onap.sdc.toscaparser.api.parameters.Input@2d7aa830, org.onap.sdc.toscaparser.api.parameters.Input@56c876e8, org.onap.sdc.toscaparser.api.parameters.Input@78db1960, org.onap.sdc.toscaparser.api.parameters.Input@10a8e12b]
2021-10-25T05:40:57.476Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.477Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:57.477Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-10-25T05:40:57.477Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b47fc740-976f-4165-8fc9-67b1a614c79c
2021-10-25T05:40:57.477Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b47fc740-976f-4165-8fc9-67b1a614c79c matches Tosca VF Customization UUID: b47fc740-976f-4165-8fc9-67b1a614c79c
2021-10-25T05:40:57.477Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b47fc740-976f-4165-8fc9-67b1a614c79c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-25T05:40:57.481Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.482Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:57.482Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b47fc740-976f-4165-8fc9-67b1a614c79c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-25T05:40:57.482Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d31a22c
2021-10-25T05:40:57.483Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.483Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:40:57.483Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ba0f546-83db-49f5-9175-89aebe467136
2021-10-25T05:40:57.483Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ba0f546-83db-49f5-9175-89aebe467136
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-25T05:40:57.486Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.486Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-25T05:40:57.487Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:40:57.487Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.487Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-25T05:40:57.487Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:40:57.487Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.487Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-25T05:40:57.487Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-25T05:40:57.488Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-25T05:40:57.488Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=154a4161-177d-4494-a20b-65404349061a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-25T05:40:57.490Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.491Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-25T05:40:57.491Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:40:57.491Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.491Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-25T05:40:57.491Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=b47fc740-976f-4165-8fc9-67b1a614c79c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:40:57.493Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.493Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:57.494Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 073405d6-3f00-4fe3-995f-e097016c7a8a: basicclamp
2021-10-25T05:40:57.494Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.494Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:57.494Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.494Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:57.495Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.495Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:57.495Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.495Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:57.495Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:40:57.495Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:40:57.495Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:40:57.590Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 5e7e43b5-9641-4204-bf33-96e623389beb 1 ASDC deployResourceStructure
2021-10-25T05:40:57.591Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-25T05:40:57.591Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-25T05:40:57.591Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:40:57.591Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:57.593Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:57.593Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140457591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:40:57.693Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:57.694Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:57.694Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:57.706Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:57.707Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:40:58.594Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-25T05:40:58.594Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-25T05:40:58.595Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:40:58.595Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:58.597Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:58.598Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140458594,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:40:58.698Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:58.698Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:58.698Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:58.711Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:58.711Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:40:59.598Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-25T05:40:59.599Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-25T05:40:59.599Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:40:59.599Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:40:59.601Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:40:59.601Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140459598,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-25T05:40:59.701Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:40:59.702Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:40:59.702Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:40:59.714Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:40:59.715Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:41:00.602Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-25T05:41:00.602Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-25T05:41:00.602Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:41:00.603Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:41:00.604Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:41:00.604Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140460602,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:41:00.705Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:41:00.705Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:41:00.705Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:41:00.716Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:41:00.717Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:41:01.611Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db0c5549-f0e0-4841-b33b-a1a2a005a503
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:41:01.624Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db0c5549-f0e0-4841-b33b-a1a2a005a503
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:41:01.628Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:41:01.628Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:41:01.628Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:41:31.628Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db0c5549-f0e0-4841-b33b-a1a2a005a503
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:41:31.640Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db0c5549-f0e0-4841-b33b-a1a2a005a503
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:41:31.643Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:41:31.643Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:41:31.643Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:41:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:41:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:41:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:41:47.979Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:41:47.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:41:47.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140383262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:41:47.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:01.644Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db0c5549-f0e0-4841-b33b-a1a2a005a503
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:42:01.657Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db0c5549-f0e0-4841-b33b-a1a2a005a503
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:42:01.660Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:42:01.660Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:42:01.660Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:42:31.661Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db0c5549-f0e0-4841-b33b-a1a2a005a503
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:42:31.673Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db0c5549-f0e0-4841-b33b-a1a2a005a503
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:42:31.675Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:42:31.675Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:42:31.675Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:42:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:42:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:42:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:42:47.982Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:42:47.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "policy-id",
  "timestamp": 1635140385357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:42:47.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "cds",
  "timestamp": 1635140384474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:47.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "clamp",
  "timestamp": 1635140388305,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:42:47.984Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "dcae-sch",
  "timestamp": 1635140388070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:47.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140383262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "policy-id",
  "timestamp": 1635140385357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "cds",
  "timestamp": 1635140384474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "dcae-sch",
  "timestamp": 1635140388070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140383262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140389973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:42:47.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "policy-id",
  "timestamp": 1635140385357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "cds",
  "timestamp": 1635140384474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "dcae-sch",
  "timestamp": 1635140388070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140390977,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:42:47.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db0c5549-f0e0-4841-b33b-a1a2a005a503
2021-10-25T05:42:47.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db0c5549-f0e0-4841-b33b-a1a2a005a503 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "policy-id",
  "timestamp": 1635140385357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140390471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "cds",
  "timestamp": 1635140384474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "dcae-sch",
  "timestamp": 1635140388070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "policy-id",
  "timestamp": 1635140385357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140390471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:42:48.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "clamp",
  "timestamp": 1635140392373,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "dcae-sch",
  "timestamp": 1635140388070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "cds",
  "timestamp": 1635140393052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140390471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "clamp",
  "timestamp": 1635140393376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "policy-id",
  "timestamp": 1635140393367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "dcae-sch",
  "timestamp": 1635140388070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "cds",
  "timestamp": 1635140394057,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:42:48.029Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab4c30b3-be06-492a-9a1b-a5787d22cd2f
2021-10-25T05:42:48.029Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab4c30b3-be06-492a-9a1b-a5787d22cd2f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:42:48.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140390471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "clamp",
  "timestamp": 1635140394379,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:42:48.046Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db0c5549-f0e0-4841-b33b-a1a2a005a503
2021-10-25T05:42:48.047Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db0c5549-f0e0-4841-b33b-a1a2a005a503 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:42:48.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "policy-id",
  "timestamp": 1635140394370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:42:48.059Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "dcae-sch",
  "timestamp": 1635140388070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140390471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-25T05:42:48.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "policy-id",
  "timestamp": 1635140395372,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:42:48.065Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab4c30b3-be06-492a-9a1b-a5787d22cd2f
2021-10-25T05:42:48.065Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab4c30b3-be06-492a-9a1b-a5787d22cd2f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:42:48.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140390471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140390471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:42:48.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "aai-ml",
  "timestamp": 1635140397150,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:42:48.075Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "aai-ml",
  "timestamp": 1635140398154,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:42:48.082Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db0c5549-f0e0-4841-b33b-a1a2a005a503
2021-10-25T05:42:48.082Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db0c5549-f0e0-4841-b33b-a1a2a005a503 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:42:48.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140398354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:42:48.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140399643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:42:48.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140400771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:42:48.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140402108,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:42:48.102Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab4c30b3-be06-492a-9a1b-a5787d22cd2f
2021-10-25T05:42:48.103Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab4c30b3-be06-492a-9a1b-a5787d22cd2f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-25T05:42:48.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140403111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:42:48.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "clamp",
  "timestamp": 1635140405394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "clamp",
  "timestamp": 1635140405394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:42:48.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "clamp",
  "timestamp": 1635140405394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "clamp",
  "timestamp": 1635140405394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "aai-ml",
  "timestamp": 1635140408998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140409058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "clamp",
  "timestamp": 1635140405394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "aai-ml",
  "timestamp": 1635140408998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140409058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "clamp",
  "timestamp": 1635140405394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "aai-ml",
  "timestamp": 1635140408998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140409058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "clamp",
  "timestamp": 1635140405394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "aai-ml",
  "timestamp": 1635140408998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140409058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "aai-ml",
  "timestamp": 1635140408998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140409058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "aai-ml",
  "timestamp": 1635140408998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140409058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "aai-ml",
  "timestamp": 1635140408998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140409058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "aai-ml",
  "timestamp": 1635140416974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:42:48.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140417147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:42:48.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "clamp",
  "timestamp": 1635140418307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:42:48.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140419626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:42:48.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140420630,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:42:48.121Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab4c30b3-be06-492a-9a1b-a5787d22cd2f
2021-10-25T05:42:48.121Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab4c30b3-be06-492a-9a1b-a5787d22cd2f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:42:48.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "clamp",
  "timestamp": 1635140421310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:42:48.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "clamp",
  "timestamp": 1635140422314,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:42:48.139Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab4c30b3-be06-492a-9a1b-a5787d22cd2f
2021-10-25T05:42:48.139Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab4c30b3-be06-492a-9a1b-a5787d22cd2f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:42:48.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "aai-ml",
  "timestamp": 1635140428953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:42:48.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "aai-ml",
  "timestamp": 1635140429958,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:42:48.164Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab4c30b3-be06-492a-9a1b-a5787d22cd2f
2021-10-25T05:42:48.165Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab4c30b3-be06-492a-9a1b-a5787d22cd2f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:42:48.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140441491,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:42:48.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:42:48.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:42:48.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:42:48.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:42:48.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:42:48.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:42:48.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:43:01.676Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db0c5549-f0e0-4841-b33b-a1a2a005a503
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:43:01.687Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db0c5549-f0e0-4841-b33b-a1a2a005a503
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:43:01.690Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:43:01.690Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:43:01.690Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:43:01.690Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:43:01.690Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:43:01.690Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:43:01.690Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:43:01.690Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:43:01.690Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:43:01.690Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:43:01.690Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:43:01.691Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:43:01.696Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:43:31.697Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db0c5549-f0e0-4841-b33b-a1a2a005a503 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-25T05:43:31.701Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db0c5549-f0e0-4841-b33b-a1a2a005a503 and serviceModelVersionId: 073405d6-3f00-4fe3-995f-e097016c7a8a
2021-10-25T05:43:31.701Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0387a4cb-4351-44a6-9a7e-14c9876d6ff2
2021-10-25T05:43:31.702Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0387a4cb-4351-44a6-9a7e-14c9876d6ff2/model-vers/model-ver/073405d6-3f00-4fe3-995f-e097016c7a8a?depth=0
2021-10-25T05:43:31.707Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:43:31.743Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0387a4cb-4351-44a6-9a7e-14c9876d6ff2/model-vers/model-ver/073405d6-3f00-4fe3-995f-e097016c7a8a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-25T05:43:31.744Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0387a4cb-4351-44a6-9a7e-14c9876d6ff2/model-vers/model-ver/073405d6-3f00-4fe3-995f-e097016c7a8a?depth=0|INFO|500||Invoke
2021-10-25T05:43:31.766Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0387a4cb-4351-44a6-9a7e-14c9876d6ff2/model-vers/model-ver/073405d6-3f00-4fe3-995f-e097016c7a8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-25T05:43:32.162Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0387a4cb-4351-44a6-9a7e-14c9876d6ff2/model-vers/model-ver/073405d6-3f00-4fe3-995f-e097016c7a8a?depth=0|INFO|500||InvokeReturn
2021-10-25T05:43:32.163Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0387a4cb-4351-44a6-9a7e-14c9876d6ff2/model-vers/model-ver/073405d6-3f00-4fe3-995f-e097016c7a8a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211025-05:43:31:774-37744], vertex-id=[249984], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:43:31 GMT], Content-Type=[application/json]}
2021-10-25T05:43:32.163Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:43:32.163Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:43:32.163Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:43:32.167Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-25T05:43:32.167Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db0c5549-f0e0-4841-b33b-a1a2a005a503 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:43:32.167Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:43:32.168Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:32.169Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:32.170Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140612167,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:43:32.270Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:43:32.271Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:32.271Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:32.289Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:32.289Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:43:33.185Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-25T05:43:33.185Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab4c30b3-be06-492a-9a1b-a5787d22cd2f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0002cd63-1771-4f97-bccf-0b0f569f76e4","serviceDescription":"service","serviceInvariantUUID":"198ad255-7bf6-4cd7-bbdf-4d4db08a997f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7045806f-2e6e-422c-81ba-3941f3c82b10","resourceInvariantUUID":"28da90f6-8629-4e4c-a40c-fe64f3800fd4","resourceCustomizationUUID":"a7ace935-5a22-4c0a-ad11-d35c1a5e9c9c","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":"ZGZmNTcyYzIxNWZlZGY1MzMxYTQ5ZGNkMTA5YjM4YTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc236cf8-fc50-4a17-b912-56c3c5a0de8d","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":"ZGQ0OTkzNDI2OTQwYzliZjY1MmYzN2ZiNmUzMjYzNDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ea344a4-4715-4325-93d6-29d0b594d2e0","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":"ce44556c-ff7f-4252-a0b6-b70aad172fe3","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":"1964f9cc-0417-4f61-8cd7-004ac826d576","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":"68f58197-4b48-4d4d-9e6b-4410a28d5f49","artifactVersion":"2","generatedFromUUID":"ce44556c-ff7f-4252-a0b6-b70aad172fe3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDRkNzc3Yjg4YmM4NmU2ZTIwMmNkNjNiMGJiNWU4YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49c0d586-e9a1-42fb-ba60-e96954eb09da","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2ZlYWMyZmQ2NzVhYjA4Yzk3YWI3YmExMmUyMDM1YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1e7c5fd-9d78-4178-a036-72ea521cfc5d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:43:33.186Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:43:33.186Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:33.188Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:33.188Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:43:33.288Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:43:33.289Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:33.289Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:33.301Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:33.301Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:43:34.188Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:43:34.189Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:34.191Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:34.191Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:43:34.292Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:43:34.293Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:34.293Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:34.304Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:34.305Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:43:35.192Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:43:35.193Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:35.194Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:35.195Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:43:35.295Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:43:35.296Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:35.296Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:35.311Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:35.311Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:43:36.195Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:43:36.196Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:36.198Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:36.198Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:43:36.298Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:43:36.298Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:36.299Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:36.310Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:36.311Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:43:37.199Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:43:37.200Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:37.202Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:37.202Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-25T05:43:37.302Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:43:37.303Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:37.303Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:37.315Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:37.315Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:43:38.202Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:43:38.203Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:38.205Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:38.205Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:43:38.305Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:43:38.306Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:38.306Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:38.318Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:38.318Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:43:39.206Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:43:39.207Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:39.208Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:39.208Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:43:39.308Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:43:39.309Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:39.309Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:39.321Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:39.322Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:43:40.210Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0002cd63-1771-4f97-bccf-0b0f569f76e4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "198ad255-7bf6-4cd7-bbdf-4d4db08a997f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "a7ace935-5a22-4c0a-ad11-d35c1a5e9c9c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7045806f-2e6e-422c-81ba-3941f3c82b10",
      "resourceInvariantUUID": "28da90f6-8629-4e4c-a40c-fe64f3800fd4",
      "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": "ZGQ0OTkzNDI2OTQwYzliZjY1MmYzN2ZiNmUzMjYzNDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3ea344a4-4715-4325-93d6-29d0b594d2e0",
          "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": "ce44556c-ff7f-4252-a0b6-b70aad172fe3",
          "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": "68f58197-4b48-4d4d-9e6b-4410a28d5f49",
            "generatedFromUUID": "ce44556c-ff7f-4252-a0b6-b70aad172fe3"
          },
          "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": "68f58197-4b48-4d4d-9e6b-4410a28d5f49",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "N2ZlYWMyZmQ2NzVhYjA4Yzk3YWI3YmExMmUyMDM1YWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c1e7c5fd-9d78-4178-a036-72ea521cfc5d"
    }
  ],
  "workloadContext": "Production"
}
2021-10-25T05:43:40.210Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:43:40.210Z|db0c5549-f0e0-4841-b33b-a1a2a005a503|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0002cd63-1771-4f97-bccf-0b0f569f76e4 ASDC
2021-10-25T05:43:40.210Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ab4c30b3-be06-492a-9a1b-a5787d22cd2f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0002cd63-1771-4f97-bccf-0b0f569f76e4
ServiceInvariantUUID:198ad255-7bf6-4cd7-bbdf-4d4db08a997f
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:c1e7c5fd-9d78-4178-a036-72ea521cfc5d
ArtifactChecksum:N2ZlYWMyZmQ2NzVhYjA4Yzk3YWI3YmExMmUyMDM1YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a7ace935-5a22-4c0a-ad11-d35c1a5e9c9c
ResourceInvariantUUID:28da90f6-8629-4e4c-a40c-fe64f3800fd4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7045806f-2e6e-422c-81ba-3941f3c82b10
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:3ea344a4-4715-4325-93d6-29d0b594d2e0
ArtifactChecksum:ZGQ0OTkzNDI2OTQwYzliZjY1MmYzN2ZiNmUzMjYzNDY=
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:ce44556c-ff7f-4252-a0b6-b70aad172fe3
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:68f58197-4b48-4d4d-9e6b-4410a28d5f49
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:68f58197-4b48-4d4d-9e6b-4410a28d5f49
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-25T05:43:40.211Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0002cd63-1771-4f97-bccf-0b0f569f76e4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:43:40.242Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:43:40.242Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:43:40.243Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:43:40.243Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c1e7c5fd-9d78-4178-a036-72ea521cfc5d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-25T05:43:40.243Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:43:40.243Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-25T05:43:41.164Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:43:41.169Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c1e7c5fd-9d78-4178-a036-72ea521cfc5d 70869
2021-10-25T05:43:41.169Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-25T05:43:41.169Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-25T05:43:41.169Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:43:41.169Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:41.170Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:41.171Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140621169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:43:41.271Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:43:41.272Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:41.272Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:41.283Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:41.283Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:43:42.171Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:43:42.173Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:43:42.173Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c1e7c5fd-9d78-4178-a036-72ea521cfc5d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-25T05:43:42.173Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-25T05:43:42.174Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-25T05:43:42.174Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-25T05:43:42.358Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15745486159861215718/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-25T05:43:43.395Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:43:43.395Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:43:43.395Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-25T05:43:43.395Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-25T05:43:43.396Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-25T05:43:43.396Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-25T05:43:43.396Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-25T05:43:43.396Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-25T05:43:43.396Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-25T05:43:43.396Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-25T05:43:43.396Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-25T05:43:43.396Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-25T05:43:43.396Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-25T05:43:43.397Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:43:43.397Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:43.397Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:43.397Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-25T05:43:43.397Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:43:43.397Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:43:43.398Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:43.398Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:43.398Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-25T05:43:43.398Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:43:43.398Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:43:43.398Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:43.398Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:43.399Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:43.399Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-25T05:43:43.399Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-25T05:43:43.399Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-25T05:43:43.399Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-25T05:43:43.399Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-25T05:43:43.400Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-25T05:43:43.400Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:43.400Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:43:43.400Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:43.400Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-25T05:43:43.400Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:43:43.400Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:43.401Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-25T05:43:43.401Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:43:43.401Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:43.401Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-25T05:43:43.401Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:43:43.401Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:43.402Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-25T05:43:43.402Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-25T05:43:43.402Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-25T05:43:43.402Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ca48e0bf-2634-4915-940d-cd8e6f9e5568
2021-10-25T05:43:43.402Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:43.402Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:43.402Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:43.402Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:43.403Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:43.403Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:43.403Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:43.403Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:43.403Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0002cd63-1771-4f97-bccf-0b0f569f76e4
Model Version:NULL
Model InvariantUuid:198ad255-7bf6-4cd7-bbdf-4d4db08a997f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1d898bc4-30d5-4762-9313-b52fe32af39d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:28da90f6-8629-4e4c-a40c-fe64f3800fd4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a7ace935-5a22-4c0a-ad11-d35c1a5e9c9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5c795958-f851-4dd6-9430-fd0930e52128
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:86e65263-c7e9-4c9d-9853-bd45f96949f0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ca48e0bf-2634-4915-940d-cd8e6f9e5568
ModelInvariantUuid:a73d3b34-b1fa-41a6-9977-437abc9ef950
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:576436b2-fb13-4b1f-b578-ae00037d53e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:15b18f6a-264f-4a83-8be0-30ec47b37af8
ModelInvariantUuid:707ab908-b9ab-4c18-98ec-960b7d0b2a80
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:a30a5c08-fee4-4a54-b5c0-2ce8e3dd4348
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-25T05:43:43.409Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7045806f-2e6e-422c-81ba-3941f3c82b10
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:43:43.413Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||basic_vm 0
2021-10-25T05:43:43.413Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7045806f-2e6e-422c-81ba-3941f3c82b10
2021-10-25T05:43:43.413Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3ea344a4-4715-4325-93d6-29d0b594d2e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-25T05:43:43.414Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:43:43.414Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-25T05:43:43.485Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:43:43.485Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3ea344a4-4715-4325-93d6-29d0b594d2e0 787
2021-10-25T05:43:43.486Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-25T05:43:43.486Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-25T05:43:43.486Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:43:43.486Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:43.488Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:43.488Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140623486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:43:43.588Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:43:43.589Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:43.589Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:43.602Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:43.602Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:43:44.488Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5c795958-f851-4dd6-9430-fd0930e52128",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "86e65263-c7e9-4c9d-9853-bd45f96949f0",
    "vfModuleModelCustomizationUUID": "bc9f6662-bf32-4a4d-a807-0e1cedab714d",
    "isBase": true,
    "artifacts": [
      "ce44556c-ff7f-4252-a0b6-b70aad172fe3",
      "68f58197-4b48-4d4d-9e6b-4410a28d5f49"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-25T05:43:44.492Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86e65263-c7e9-4c9d-9853-bd45f96949f0
VfModuleModelInvariantUUID:5c795958-f851-4dd6-9430-fd0930e52128
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce44556c-ff7f-4252-a0b6-b70aad172fe3
,
68f58197-4b48-4d4d-9e6b-4410a28d5f49

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

isBase:true


}

2021-10-25T05:43:44.494Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5c795958-f851-4dd6-9430-fd0930e52128",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "86e65263-c7e9-4c9d-9853-bd45f96949f0",
    "vfModuleModelCustomizationUUID": "bc9f6662-bf32-4a4d-a807-0e1cedab714d",
    "isBase": true,
    "artifacts": [
      "ce44556c-ff7f-4252-a0b6-b70aad172fe3",
      "68f58197-4b48-4d4d-9e6b-4410a28d5f49"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-25T05:43:44.494Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86e65263-c7e9-4c9d-9853-bd45f96949f0
VfModuleModelInvariantUUID:5c795958-f851-4dd6-9430-fd0930e52128
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce44556c-ff7f-4252-a0b6-b70aad172fe3
,
68f58197-4b48-4d4d-9e6b-4410a28d5f49

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

isBase:true


}

2021-10-25T05:43:44.494Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ce44556c-ff7f-4252-a0b6-b70aad172fe3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-25T05:43:44.495Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:43:44.495Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-25T05:43:44.575Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:43:44.575Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ce44556c-ff7f-4252-a0b6-b70aad172fe3 5033
2021-10-25T05:43:44.575Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-25T05:43:44.576Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-25T05:43:44.576Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:43:44.576Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:44.578Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:44.578Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140624575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:43:44.678Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:43:44.679Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:44.679Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:44.694Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:44.695Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:43:45.579Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 68f58197-4b48-4d4d-9e6b-4410a28d5f49 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-25T05:43:45.580Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:43:45.580Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-25T05:43:45.626Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:43:45.626Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 68f58197-4b48-4d4d-9e6b-4410a28d5f49 903
2021-10-25T05:43:45.626Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-25T05:43:45.627Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-25T05:43:45.627Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:43:45.627Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:45.629Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:45.629Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140625626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:43:45.730Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:43:45.730Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:45.731Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:45.745Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:45.745Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:43:46.630Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0002cd63-1771-4f97-bccf-0b0f569f76e4
2021-10-25T05:43:46.631Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7045806f-2e6e-422c-81ba-3941f3c82b10 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:43:46.645Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@255ea4a8, org.onap.sdc.toscaparser.api.parameters.Input@558a7cd7, org.onap.sdc.toscaparser.api.parameters.Input@30436495, org.onap.sdc.toscaparser.api.parameters.Input@4c5c7c21, org.onap.sdc.toscaparser.api.parameters.Input@1c77fae6]
2021-10-25T05:43:46.646Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.647Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:46.647Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-10-25T05:43:46.647Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a7ace935-5a22-4c0a-ad11-d35c1a5e9c9c
2021-10-25T05:43:46.647Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a7ace935-5a22-4c0a-ad11-d35c1a5e9c9c matches Tosca VF Customization UUID: a7ace935-5a22-4c0a-ad11-d35c1a5e9c9c
2021-10-25T05:43:46.647Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a7ace935-5a22-4c0a-ad11-d35c1a5e9c9c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-25T05:43:46.649Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.649Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:46.650Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a7ace935-5a22-4c0a-ad11-d35c1a5e9c9c: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-10-25T05:43:46.650Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ec3261e
2021-10-25T05:43:46.650Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.650Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:43:46.650Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bc9f6662-bf32-4a4d-a807-0e1cedab714d
2021-10-25T05:43:46.650Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bc9f6662-bf32-4a4d-a807-0e1cedab714d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-25T05:43:46.652Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.653Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-25T05:43:46.653Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:43:46.653Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.653Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-25T05:43:46.653Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:43:46.653Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.654Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-25T05:43:46.654Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-25T05:43:46.654Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-25T05:43:46.654Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ca48e0bf-2634-4915-940d-cd8e6f9e5568
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-25T05:43:46.656Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.656Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-25T05:43:46.657Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:43:46.657Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.657Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-25T05:43:46.657Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a7ace935-5a22-4c0a-ad11-d35c1a5e9c9c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:43:46.659Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.659Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:46.659Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0002cd63-1771-4f97-bccf-0b0f569f76e4: basic_vm
2021-10-25T05:43:46.659Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.659Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:46.660Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.660Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:46.660Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.660Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:46.660Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.660Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:46.660Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:43:46.660Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:43:46.660Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:43:46.746Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7045806f-2e6e-422c-81ba-3941f3c82b10 1 ASDC deployResourceStructure
2021-10-25T05:43:46.746Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-25T05:43:46.746Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-25T05:43:46.747Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:43:46.747Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:46.748Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:46.749Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140626746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:43:46.849Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:43:46.850Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:46.850Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:46.863Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:46.863Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:43:47.750Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-25T05:43:47.750Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-25T05:43:47.750Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:43:47.750Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:47.752Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:47.752Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140627749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:43:47.853Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:43:47.853Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:47.853Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:47.867Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:47.867Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:43:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:43:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:43:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:47.978Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:47.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:43:47.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-25T05:43:47.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:43:47.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:43:47.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:43:47.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:43:47.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:43:47.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:43:47.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:43:47.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:43:47.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140451369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:43:47.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:43:47.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:43:47.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140453657,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:43:47.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:43:47.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:43:47.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140455050,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:43:47.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:43:47.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:43:47.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140456458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:43:47.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:43:47.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:43:47.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140457591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:43:47.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:43:47.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:43:47.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140458594,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:43:47.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:43:47.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:43:47.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140459598,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-25T05:43:47.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:43:47.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:43:47.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140460602,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:43:47.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:43:48.753Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-25T05:43:48.754Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-25T05:43:48.754Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:43:48.754Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:48.756Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:48.756Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140628753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-25T05:43:48.856Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:43:48.857Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:48.857Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:48.872Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:48.873Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:43:49.756Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-25T05:43:49.757Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-25T05:43:49.757Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:43:49.758Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:43:49.759Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:43:49.759Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140629756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:43:49.860Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:43:49.861Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:43:49.861Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:43:49.874Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:43:49.875Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:43:50.760Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab4c30b3-be06-492a-9a1b-a5787d22cd2f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:43:50.772Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab4c30b3-be06-492a-9a1b-a5787d22cd2f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:43:50.774Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:43:50.774Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:43:50.774Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:43:50.775Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:43:50.775Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:43:50.775Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:43:50.775Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:43:50.775Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:43:50.775Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:43:50.775Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:43:50.775Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:43:50.781Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:44:20.782Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab4c30b3-be06-492a-9a1b-a5787d22cd2f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-25T05:44:20.786Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab4c30b3-be06-492a-9a1b-a5787d22cd2f and serviceModelVersionId: 0002cd63-1771-4f97-bccf-0b0f569f76e4
2021-10-25T05:44:20.786Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 198ad255-7bf6-4cd7-bbdf-4d4db08a997f
2021-10-25T05:44:20.787Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/198ad255-7bf6-4cd7-bbdf-4d4db08a997f/model-vers/model-ver/0002cd63-1771-4f97-bccf-0b0f569f76e4?depth=0
2021-10-25T05:44:20.790Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:44:20.821Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/198ad255-7bf6-4cd7-bbdf-4d4db08a997f/model-vers/model-ver/0002cd63-1771-4f97-bccf-0b0f569f76e4?depth=0|INFO|500||Invoke
2021-10-25T05:44:20.822Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/198ad255-7bf6-4cd7-bbdf-4d4db08a997f/model-vers/model-ver/0002cd63-1771-4f97-bccf-0b0f569f76e4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/198ad255-7bf6-4cd7-bbdf-4d4db08a997f/model-vers/model-ver/0002cd63-1771-4f97-bccf-0b0f569f76e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ab4c30b3-be06-492a-9a1b-a5787d22cd2f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a91f0c04-726b-4c8b-b56d-981681fc3f75], X-ECOMP-RequestID=[ab4c30b3-be06-492a-9a1b-a5787d22cd2f], X-TransactionId=[], X-ONAP-RequestID=[ab4c30b3-be06-492a-9a1b-a5787d22cd2f], Content-Type=[application/merge-patch+json]}
2021-10-25T05:44:20.838Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/198ad255-7bf6-4cd7-bbdf-4d4db08a997f/model-vers/model-ver/0002cd63-1771-4f97-bccf-0b0f569f76e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-25T05:44:21.070Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/198ad255-7bf6-4cd7-bbdf-4d4db08a997f/model-vers/model-ver/0002cd63-1771-4f97-bccf-0b0f569f76e4?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/198ad255-7bf6-4cd7-bbdf-4d4db08a997f/model-vers/model-ver/0002cd63-1771-4f97-bccf-0b0f569f76e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211025-05:44:20:845-89807], vertex-id=[254080], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:44:20 GMT], Content-Type=[application/json]}
2021-10-25T05:44:21.070Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/198ad255-7bf6-4cd7-bbdf-4d4db08a997f/model-vers/model-ver/0002cd63-1771-4f97-bccf-0b0f569f76e4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:44:21.071Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/198ad255-7bf6-4cd7-bbdf-4d4db08a997f/model-vers/model-ver/0002cd63-1771-4f97-bccf-0b0f569f76e4?depth=0|INFO|500||InvokeReturn
2021-10-25T05:44:21.071Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:44:21.072Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:44:21.077Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-25T05:44:21.078Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab4c30b3-be06-492a-9a1b-a5787d22cd2f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:44:21.078Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:44:21.078Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:44:21.081Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:44:21.081Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140661078,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:44:21.181Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:44:21.182Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:44:21.182Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:21.201Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:21.201Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:44:22.093Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:44:22.093Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:44:22.093Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:26.703Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:26.704Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-25T05:44:26.704Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ba6662e-02e9-4f98-8860-381de2094d72","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"acdbff1c-6eac-4770-b393-3bedbb40c1ff","serviceDescription":"service","serviceInvariantUUID":"b6b75590-4061-4e41-bbe7-2465cbc5589a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1c35fcae-776f-4a16-ba96-0869254f707b","resourceInvariantUUID":"917eef5e-8a0d-44b8-a0c4-7c0aa318868e","resourceCustomizationUUID":"46856e8e-5c11-4d83-9eca-5930961ef8ba","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":"OWNjMDIzODgwNzdlMTBiYjAyZDNjNzAwODQ4YWFhNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6bbe143-de7a-40b5-96bc-30b6a485352a","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":"8d46e64f-1f95-40ea-9d6a-9bc82214334c","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":"88c174c9-2636-4677-833e-eb04cc273e34","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":"MzZlYzk2MjhhYTRiMDNhYzFmNjNiNzExZjgxMTMzZTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ba104ddb-e7bf-4d6b-b583-092f7d17b5ef","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":"5da87ab0-1639-4db5-8cfc-97dada80d6cb","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":"513d867c-8bf7-468f-908b-143ea6053e1d","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":"b4682350-ebfc-434f-afe5-001bcb26e1b3","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":"ZDhhNzJmYWRlYjUzNjcyNWEwYjFmOGU4NjJmN2FiZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"38ae53d5-8971-4822-be1e-ef3997248667","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODRhOGY0OTYxNjdmODBhYmU5NWFiZWE1OGNiNDU5YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc07c77a-7053-4d86-8a7c-e8f4be3df0da","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:44:26.706Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:44:26.706Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:44:26.708Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:44:26.708Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:26.808Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:44:26.809Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:44:26.809Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:26.821Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:26.822Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:44:27.709Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:44:27.710Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:44:27.713Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:44:27.713Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:27.813Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:44:27.814Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:44:27.814Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:27.826Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:27.827Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:44:28.714Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:44:28.715Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:44:28.716Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:44:28.716Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:28.817Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:44:28.818Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:44:28.818Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:28.832Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:28.832Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:44:29.718Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:44:29.719Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:44:29.721Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:44:29.721Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:29.822Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:44:29.822Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:44:29.822Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:29.838Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:29.838Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:44:30.722Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:44:30.723Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:44:30.724Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:44:30.724Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:30.825Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:44:30.825Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:44:30.825Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:30.838Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:30.838Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:44:31.725Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:44:31.726Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:44:31.728Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:44:31.728Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:31.828Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:44:31.829Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:44:31.829Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:31.841Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:31.841Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:44:32.729Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:44:32.730Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:44:32.733Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:44:32.733Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:32.833Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:44:32.834Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:44:32.834Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:32.845Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:32.846Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:44:33.734Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:44:33.734Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:44:33.736Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:44:33.736Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:33.836Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:44:33.837Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:44:33.837Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:33.860Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:33.860Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:44:34.736Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:44:34.738Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:44:34.741Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:44:34.741Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:44:34.840Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:44:34.841Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:44:34.841Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:34.856Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:34.857Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:44:35.742Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "acdbff1c-6eac-4770-b393-3bedbb40c1ff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b6b75590-4061-4e41-bbe7-2465cbc5589a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "46856e8e-5c11-4d83-9eca-5930961ef8ba",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1c35fcae-776f-4a16-ba96-0869254f707b",
      "resourceInvariantUUID": "917eef5e-8a0d-44b8-a0c4-7c0aa318868e",
      "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": "ODRhOGY0OTYxNjdmODBhYmU5NWFiZWE1OGNiNDU5YTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dc07c77a-7053-4d86-8a7c-e8f4be3df0da"
    }
  ],
  "workloadContext": "Production"
}
2021-10-25T05:44:35.743Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:44:35.743Z|ab4c30b3-be06-492a-9a1b-a5787d22cd2f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 acdbff1c-6eac-4770-b393-3bedbb40c1ff ASDC
2021-10-25T05:44:35.743Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3ba6662e-02e9-4f98-8860-381de2094d72
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:acdbff1c-6eac-4770-b393-3bedbb40c1ff
ServiceInvariantUUID:b6b75590-4061-4e41-bbe7-2465cbc5589a
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:dc07c77a-7053-4d86-8a7c-e8f4be3df0da
ArtifactChecksum:ODRhOGY0OTYxNjdmODBhYmU5NWFiZWE1OGNiNDU5YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:46856e8e-5c11-4d83-9eca-5930961ef8ba
ResourceInvariantUUID:917eef5e-8a0d-44b8-a0c4-7c0aa318868e
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:1c35fcae-776f-4a16-ba96-0869254f707b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-25T05:44:35.743Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF acdbff1c-6eac-4770-b393-3bedbb40c1ff ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:44:35.770Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:44:35.773Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:44:35.774Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:44:35.774Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dc07c77a-7053-4d86-8a7c-e8f4be3df0da from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-25T05:44:35.774Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:44:35.774Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-25T05:44:36.049Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:44:36.056Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dc07c77a-7053-4d86-8a7c-e8f4be3df0da 105549
2021-10-25T05:44:36.056Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-25T05:44:36.056Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-25T05:44:36.057Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:44:36.057Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:44:36.059Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:44:36.059Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140676056,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:44:36.160Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:44:36.161Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:44:36.161Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:36.174Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:36.175Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:44:37.060Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:44:37.061Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:44:37.061Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: dc07c77a-7053-4d86-8a7c-e8f4be3df0da, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-25T05:44:37.061Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-25T05:44:37.062Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-25T05:44:37.062Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-25T05:44:37.145Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2238948902505467646/Definitions/service-TestPnfMacro-template.yml
2021-10-25T05:44:37.832Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:44:37.832Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:44:37.832Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-25T05:44:37.832Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-25T05:44:37.833Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-25T05:44:37.833Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-25T05:44:37.833Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-25T05:44:37.833Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-25T05:44:37.833Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-25T05:44:37.833Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-25T05:44:37.833Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-25T05:44:37.834Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:44:37.834Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:44:37.834Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:44:37.834Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-25T05:44:37.834Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:44:37.835Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:44:37.835Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:44:37.835Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:44:37.835Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-25T05:44:37.835Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:44:37.835Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:44:37.836Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:44:37.836Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:44:37.836Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:44:37.836Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:44:37.836Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:44:37.836Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:44:37.837Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:44:37.837Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:44:37.837Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:44:37.837Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:44:37.837Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:acdbff1c-6eac-4770-b393-3bedbb40c1ff
Model Version:NULL
Model InvariantUuid:b6b75590-4061-4e41-bbe7-2465cbc5589a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-25T05:44:37.844Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1c35fcae-776f-4a16-ba96-0869254f707b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:44:37.847Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||test-pnf 0
2021-10-25T05:44:37.847Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1c35fcae-776f-4a16-ba96-0869254f707b
2021-10-25T05:44:37.847Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||No resources found for Service: acdbff1c-6eac-4770-b393-3bedbb40c1ff
2021-10-25T05:44:37.847Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: acdbff1c-6eac-4770-b393-3bedbb40c1ff
2021-10-25T05:44:37.847Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1c35fcae-776f-4a16-ba96-0869254f707b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:44:37.851Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@339dfdac, org.onap.sdc.toscaparser.api.parameters.Input@19b959c3, org.onap.sdc.toscaparser.api.parameters.Input@182d80ea, org.onap.sdc.toscaparser.api.parameters.Input@7fb461cc, org.onap.sdc.toscaparser.api.parameters.Input@2398930b]
2021-10-25T05:44:37.852Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:44:37.852Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:44:37.852Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid acdbff1c-6eac-4770-b393-3bedbb40c1ff: test-pnf
2021-10-25T05:44:37.852Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||Processing PNF resource: 1c35fcae-776f-4a16-ba96-0869254f707b
2021-10-25T05:44:37.853Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:44:37.853Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:44:37.853Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||Resource customization UUID: 46856e8e-5c11-4d83-9eca-5930961ef8ba is the same as notified resource customizationUUID: 46856e8e-5c11-4d83-9eca-5930961ef8ba
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-25T05:44:37.887Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1c35fcae-776f-4a16-ba96-0869254f707b 0 ASDC deployResourceStructure
2021-10-25T05:44:37.887Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-25T05:44:37.887Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-25T05:44:37.888Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:44:37.888Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:44:37.891Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:44:37.892Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140677887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:44:37.991Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:44:37.991Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:44:37.992Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:38.005Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:38.006Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:44:38.892Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ba6662e-02e9-4f98-8860-381de2094d72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:44:38.902Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ba6662e-02e9-4f98-8860-381de2094d72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:44:38.904Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:44:38.904Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:44:38.904Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:44:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:44:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:44:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:44:47.985Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:44:47.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "cds",
  "timestamp": 1635140579474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140583262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "cds",
  "timestamp": 1635140579474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140583262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "cds",
  "timestamp": 1635140579474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140583262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "clamp",
  "timestamp": 1635140585394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "policy-id",
  "timestamp": 1635140585357,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "cds",
  "timestamp": 1635140579474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140583262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "policy-id",
  "timestamp": 1635140585357,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "clamp",
  "timestamp": 1635140585394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "cds",
  "timestamp": 1635140579474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140583262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "policy-id",
  "timestamp": 1635140585357,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "clamp",
  "timestamp": 1635140585394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "cds",
  "timestamp": 1635140579474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "dcae-sch",
  "timestamp": 1635140588070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140583262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "policy-id",
  "timestamp": 1635140585357,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "clamp",
  "timestamp": 1635140585394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "cds",
  "timestamp": 1635140579474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "aai-ml",
  "timestamp": 1635140588998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140589058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "dcae-sch",
  "timestamp": 1635140588070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140583262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "policy-id",
  "timestamp": 1635140585357,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "clamp",
  "timestamp": 1635140585394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "cds",
  "timestamp": 1635140579474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "aai-ml",
  "timestamp": 1635140588998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140589058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "dcae-sch",
  "timestamp": 1635140588070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140583262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "policy-id",
  "timestamp": 1635140585357,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "clamp",
  "timestamp": 1635140585394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140590471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "cds",
  "timestamp": 1635140579474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:44:47.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "aai-ml",
  "timestamp": 1635140588998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140589058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "dcae-sch",
  "timestamp": 1635140588070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140583262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "policy-id",
  "timestamp": 1635140585357,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "clamp",
  "timestamp": 1635140585394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140590471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "aai-ml",
  "timestamp": 1635140588998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140589058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "dcae-sch",
  "timestamp": 1635140588070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "policy-id",
  "timestamp": 1635140585357,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "clamp",
  "timestamp": 1635140585394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "cds",
  "timestamp": 1635140593060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140590471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140593561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "aai-ml",
  "timestamp": 1635140588998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140589058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "dcae-sch",
  "timestamp": 1635140588070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "clamp",
  "timestamp": 1635140585394,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "policy-id",
  "timestamp": 1635140585357,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140590471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140594586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "aai-ml",
  "timestamp": 1635140588998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:47.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140589058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "dcae-sch",
  "timestamp": 1635140588070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140590471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "cds",
  "timestamp": 1635140595122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:44:48.007Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ba6662e-02e9-4f98-8860-381de2094d72
2021-10-25T05:44:48.007Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ba6662e-02e9-4f98-8860-381de2094d72 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:44:48.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "policy-id",
  "timestamp": 1635140595359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:44:48.017Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140595588,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:44:48.023Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3ba6662e-02e9-4f98-8860-381de2094d72
2021-10-25T05:44:48.023Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ba6662e-02e9-4f98-8860-381de2094d72 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:44:48.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "aai-ml",
  "timestamp": 1635140588998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140589058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "dcae-sch",
  "timestamp": 1635140588070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140590471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "policy-id",
  "timestamp": 1635140596362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:44:48.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "aai-ml",
  "timestamp": 1635140588998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140589058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "dcae-sch",
  "timestamp": 1635140588070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140590471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "policy-id",
  "timestamp": 1635140597365,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:44:48.043Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ba6662e-02e9-4f98-8860-381de2094d72
2021-10-25T05:44:48.044Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ba6662e-02e9-4f98-8860-381de2094d72 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:44:48.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "aai-ml",
  "timestamp": 1635140588998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:44:48.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140589058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:44:48.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140590471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "aai-ml",
  "timestamp": 1635140599064,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:44:48.056Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140590471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:44:48.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140599253,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:44:48.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140601408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:44:48.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140602411,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:44:48.064Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ba6662e-02e9-4f98-8860-381de2094d72
2021-10-25T05:44:48.064Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ba6662e-02e9-4f98-8860-381de2094d72 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:44:48.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "aai-ml",
  "timestamp": 1635140604251,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:44:48.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "clamp",
  "timestamp": 1635140604336,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:44:48.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "aai-ml",
  "timestamp": 1635140605254,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:44:48.084Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ba6662e-02e9-4f98-8860-381de2094d72
2021-10-25T05:44:48.085Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ba6662e-02e9-4f98-8860-381de2094d72 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:44:48.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "clamp",
  "timestamp": 1635140606343,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:44:48.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "clamp",
  "timestamp": 1635140607345,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:44:48.100Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ba6662e-02e9-4f98-8860-381de2094d72
2021-10-25T05:44:48.100Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ba6662e-02e9-4f98-8860-381de2094d72 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:44:48.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db0c5549-f0e0-4841-b33b-a1a2a005a503",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140612167,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140442507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140621169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140623486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140624575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140625626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:44:48.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140626746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:44:48.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:44:48.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:44:48.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140627749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:44:48.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:08.904Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ba6662e-02e9-4f98-8860-381de2094d72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:45:08.914Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ba6662e-02e9-4f98-8860-381de2094d72
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:45:08.916Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:45:08.916Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:45:08.917Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:45:08.917Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:45:08.917Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:45:08.917Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:45:08.917Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:45:08.917Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:45:08.917Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:45:08.917Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:45:08.917Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:45:08.917Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:45:08.922Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:45:38.922Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ba6662e-02e9-4f98-8860-381de2094d72 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-25T05:45:38.927Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ba6662e-02e9-4f98-8860-381de2094d72 and serviceModelVersionId: acdbff1c-6eac-4770-b393-3bedbb40c1ff
2021-10-25T05:45:38.927Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6b75590-4061-4e41-bbe7-2465cbc5589a
2021-10-25T05:45:38.928Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6b75590-4061-4e41-bbe7-2465cbc5589a/model-vers/model-ver/acdbff1c-6eac-4770-b393-3bedbb40c1ff?depth=0
2021-10-25T05:45:38.932Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:45:38.961Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6b75590-4061-4e41-bbe7-2465cbc5589a/model-vers/model-ver/acdbff1c-6eac-4770-b393-3bedbb40c1ff?depth=0|INFO|500||Invoke
2021-10-25T05:45:38.962Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6b75590-4061-4e41-bbe7-2465cbc5589a/model-vers/model-ver/acdbff1c-6eac-4770-b393-3bedbb40c1ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6b75590-4061-4e41-bbe7-2465cbc5589a/model-vers/model-ver/acdbff1c-6eac-4770-b393-3bedbb40c1ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ba6662e-02e9-4f98-8860-381de2094d72], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7a77d1ad-2423-4b8a-8ef8-ae599bc6bad2], X-ECOMP-RequestID=[3ba6662e-02e9-4f98-8860-381de2094d72], X-TransactionId=[], X-ONAP-RequestID=[3ba6662e-02e9-4f98-8860-381de2094d72], Content-Type=[application/merge-patch+json]}
2021-10-25T05:45:38.981Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6b75590-4061-4e41-bbe7-2465cbc5589a/model-vers/model-ver/acdbff1c-6eac-4770-b393-3bedbb40c1ff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-25T05:45:39.379Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6b75590-4061-4e41-bbe7-2465cbc5589a/model-vers/model-ver/acdbff1c-6eac-4770-b393-3bedbb40c1ff?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/b6b75590-4061-4e41-bbe7-2465cbc5589a/model-vers/model-ver/acdbff1c-6eac-4770-b393-3bedbb40c1ff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211025-05:45:38:988-44636], vertex-id=[192720], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:45:38 GMT], Content-Type=[application/json]}
2021-10-25T05:45:39.379Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6b75590-4061-4e41-bbe7-2465cbc5589a/model-vers/model-ver/acdbff1c-6eac-4770-b393-3bedbb40c1ff?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:45:39.380Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6b75590-4061-4e41-bbe7-2465cbc5589a/model-vers/model-ver/acdbff1c-6eac-4770-b393-3bedbb40c1ff?depth=0|INFO|500||InvokeReturn
2021-10-25T05:45:39.380Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:45:39.380Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:45:39.385Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-25T05:45:39.386Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ba6662e-02e9-4f98-8860-381de2094d72 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:45:39.386Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:45:39.386Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:39.388Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:39.388Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140739386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:45:39.488Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:39.489Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:39.489Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:39.505Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:39.506Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:45:40.400Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-25T05:45:40.400Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1028a46c-2084-4dfc-8e4d-b32ecfc50dd5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9275353a-4d22-496e-b5b7-d88fd4d8d42e","serviceDescription":"service","serviceInvariantUUID":"1182c351-8654-4b68-9d05-3760b4b7709a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b473db5-80e0-42ff-a662-0df3f2830a3a","resourceInvariantUUID":"225e1828-351f-477b-bba0-5f605af14d72","resourceCustomizationUUID":"5924c419-5f62-4a52-99c8-fa74e08a1cba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YTQ1N2NiNzg1NDI2N2IwYTBjMzQyYzM4MmI0NWZjOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e947d1d-65fb-47c3-a54d-3921b2594d05","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2bb216ef-9d46-495e-9b99-d390a2e8d28e","artifactVersion":"2","generatedFromUUID":"12d1c8e3-a495-40d4-afda-ec337ab04bdb"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12d1c8e3-a495-40d4-afda-ec337ab04bdb","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZTY3MTM3NTIxNDgwOTFjMjZhOWNiMWE2N2FmZjgxYTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5e57d33-49a1-4f7c-a365-9002244db9cd","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b4c63fab-669b-4cd9-b5fb-db25850b913d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d609567-196e-4486-ac99-ed11ae5a01bc","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6ed8809e-97a8-489a-8127-f4454932e06c","artifactVersion":"2","generatedFromUUID":"b4c63fab-669b-4cd9-b5fb-db25850b913d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjgwM2E4YmM4NWI1MjQzNzYxYTcwMmFjMzY3ZDllNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6649aee9-1597-4eed-978d-8ed34b1ffb83","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjdkNmZhYzFhYjA2NDA2MTU4YTk2NTAwNmNlZTIxYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"269c7d71-ce3e-48d5-a7db-fcedb9071bc4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:45:40.401Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:45:40.401Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:40.402Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:40.402Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:40.503Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:40.503Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:40.504Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:40.516Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:40.516Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:45:41.403Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:45:41.404Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:41.406Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:41.406Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-25T05:45:41.506Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:41.507Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:41.507Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:41.527Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:41.527Z||pool-97-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:45:42.407Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:45:42.407Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:42.409Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:42.410Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-25T05:45:42.510Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:42.511Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:42.511Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:42.524Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:42.524Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:45:43.410Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:45:43.411Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:43.413Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:43.413Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:45:43.513Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:43.514Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:43.514Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:43.528Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:43.528Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:45:44.413Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:45:44.414Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:44.415Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:44.416Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:45:44.516Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:44.517Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:44.517Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:44.530Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:44.531Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:45:45.416Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:45:45.417Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:45.418Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:45.418Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:45.519Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:45.520Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:45.520Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:45.533Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:45.533Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:45:46.419Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:45:46.420Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:46.422Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:46.422Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-25T05:45:46.523Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:45:46.523Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:46.524Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:46.538Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:46.538Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:45:47.423Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:45:47.424Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:47.425Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:47.425Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.526Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:45:47.527Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:47.527Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:47.539Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:47.540Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:45:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:45:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:45:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:47.971Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:47.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140628753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-25T05:45:47.985Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:47.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140629756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:45:47.986Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:47.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140643262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "cds",
  "timestamp": 1635140639474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140643262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "cds",
  "timestamp": 1635140639474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "policy-id",
  "timestamp": 1635140645357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "clamp",
  "timestamp": 1635140645394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "cds",
  "timestamp": 1635140639474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140643262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "policy-id",
  "timestamp": 1635140645357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "clamp",
  "timestamp": 1635140645394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "cds",
  "timestamp": 1635140639474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140643262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "policy-id",
  "timestamp": 1635140645357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "clamp",
  "timestamp": 1635140645394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "cds",
  "timestamp": 1635140639474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140643262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "dcae-sch",
  "timestamp": 1635140648070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "policy-id",
  "timestamp": 1635140645357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "clamp",
  "timestamp": 1635140645394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "aai-ml",
  "timestamp": 1635140648998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "cds",
  "timestamp": 1635140639474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140649058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140643262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "dcae-sch",
  "timestamp": 1635140648070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "policy-id",
  "timestamp": 1635140645357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "clamp",
  "timestamp": 1635140645394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "aai-ml",
  "timestamp": 1635140648998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140649058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "cds",
  "timestamp": 1635140639474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140643262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "dcae-sch",
  "timestamp": 1635140648070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "policy-id",
  "timestamp": 1635140645357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "clamp",
  "timestamp": 1635140645394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140650471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "aai-ml",
  "timestamp": 1635140648998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140649058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "cds",
  "timestamp": 1635140639474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140643262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "dcae-sch",
  "timestamp": 1635140648070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "policy-id",
  "timestamp": 1635140645357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "clamp",
  "timestamp": 1635140645394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140650471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "aai-ml",
  "timestamp": 1635140648998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140649058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "cds",
  "timestamp": 1635140639474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140643262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "dcae-sch",
  "timestamp": 1635140648070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "policy-id",
  "timestamp": 1635140645357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "clamp",
  "timestamp": 1635140645394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140650471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "aai-ml",
  "timestamp": 1635140648998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140649058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "dcae-sch",
  "timestamp": 1635140648070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "policy-id",
  "timestamp": 1635140645357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "clamp",
  "timestamp": 1635140645394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140650471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "aai-ml",
  "timestamp": 1635140648998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "cds",
  "timestamp": 1635140654645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140649058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "dcae-sch",
  "timestamp": 1635140648070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140650471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "policy-id",
  "timestamp": 1635140655261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:47.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:47.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "aai-ml",
  "timestamp": 1635140648998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:47.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:47.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:47.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "cds",
  "timestamp": 1635140655650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:45:48.013Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5
2021-10-25T05:45:48.014Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:45:48.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140649058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "dcae-sch",
  "timestamp": 1635140648070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140650471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "policy-id",
  "timestamp": 1635140656264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:45:48.022Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "aai-ml",
  "timestamp": 1635140648998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140649058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "dcae-sch",
  "timestamp": 1635140648070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140650471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "policy-id",
  "timestamp": 1635140657267,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:45:48.029Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5
2021-10-25T05:45:48.029Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:45:48.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "aai-ml",
  "timestamp": 1635140648998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140649058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140650471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "cds",
  "timestamp": 1635140656655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "aai-ml",
  "timestamp": 1635140658959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140658970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140650471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "cds",
  "timestamp": 1635140656655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140660275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "cds",
  "timestamp": 1635140656655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab4c30b3-be06-492a-9a1b-a5787d22cd2f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140661078,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:45:48.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140661184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:45:48.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140661467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "cds",
  "timestamp": 1635140656655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140662187,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:45:48.045Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5
2021-10-25T05:45:48.045Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:45:48.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "cds",
  "timestamp": 1635140656655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140662680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.054Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "cds",
  "timestamp": 1635140656655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140663741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.055Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140663262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "cds",
  "timestamp": 1635140656655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140664787,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:45:48.060Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5
2021-10-25T05:45:48.060Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-25T05:45:48.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "aai-ml",
  "timestamp": 1635140664925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:45:48.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140663262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "cds",
  "timestamp": 1635140656655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "clamp",
  "timestamp": 1635140665572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140665790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:45:48.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "aai-ml",
  "timestamp": 1635140665929,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:45:48.073Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5
2021-10-25T05:45:48.073Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:45:48.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140663262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "policy-id",
  "timestamp": 1635140665357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "clamp",
  "timestamp": 1635140666590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:45:48.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "cds",
  "timestamp": 1635140666634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140663262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "policy-id",
  "timestamp": 1635140665357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "clamp",
  "timestamp": 1635140667593,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:45:48.089Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5
2021-10-25T05:45:48.089Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:45:48.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "cds",
  "timestamp": 1635140667872,
  "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-10-25T05:45:48.110Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9fd813a9-d16e-465d-92ff-3ae92f3df51b
2021-10-25T05:45:48.110Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fd813a9-d16e-465d-92ff-3ae92f3df51b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:45:48.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140663262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "policy-id",
  "timestamp": 1635140665357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "dcae-sch",
  "timestamp": 1635140668070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140663262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "policy-id",
  "timestamp": 1635140665357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "dcae-sch",
  "timestamp": 1635140668070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140663262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "policy-id",
  "timestamp": 1635140665357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "dcae-sch",
  "timestamp": 1635140668070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635140663262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "policy-id",
  "timestamp": 1635140665357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140670472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "dcae-sch",
  "timestamp": 1635140668070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "policy-id",
  "timestamp": 1635140665357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140670472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "dcae-sch",
  "timestamp": 1635140668070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "policy-id",
  "timestamp": 1635140665357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140670472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "dcae-sch",
  "timestamp": 1635140668070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140670472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "dcae-sch",
  "timestamp": 1635140668070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "policy-id",
  "timestamp": 1635140674751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140670472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "dcae-sch",
  "timestamp": 1635140668070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "policy-id",
  "timestamp": 1635140675755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "clamp",
  "timestamp": 1635140675394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140676056,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140670472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "policy-id",
  "timestamp": 1635140676758,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:45:48.131Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fd813a9-d16e-465d-92ff-3ae92f3df51b
2021-10-25T05:45:48.131Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fd813a9-d16e-465d-92ff-3ae92f3df51b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:45:48.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "clamp",
  "timestamp": 1635140675394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140670472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140677887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:45:48.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "clamp",
  "timestamp": 1635140675394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140670472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "clamp",
  "timestamp": 1635140675394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140679362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "aai-ml",
  "timestamp": 1635140678998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140679058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "clamp",
  "timestamp": 1635140675394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "aai-ml",
  "timestamp": 1635140678998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140680665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140679058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "clamp",
  "timestamp": 1635140675394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "aai-ml",
  "timestamp": 1635140678998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140679058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140681862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "clamp",
  "timestamp": 1635140675394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "aai-ml",
  "timestamp": 1635140678998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140679058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140682883,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:45:48.149Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fd813a9-d16e-465d-92ff-3ae92f3df51b
2021-10-25T05:45:48.149Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fd813a9-d16e-465d-92ff-3ae92f3df51b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-25T05:45:48.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "clamp",
  "timestamp": 1635140675394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "aai-ml",
  "timestamp": 1635140678998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140679058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635140683886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "aai-ml",
  "timestamp": 1635140678998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140679058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "aai-ml",
  "timestamp": 1635140678998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140679058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:45:48.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "aai-ml",
  "timestamp": 1635140678998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140679058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:45:48.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "aai-ml",
  "timestamp": 1635140687711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.159Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:45:48.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140687764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:48.160Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:45:48.426Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:45:48.427Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:48.429Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:48.429Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:45:48.529Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:48.530Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:48.530Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:48.544Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:48.544Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:45:49.430Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "9275353a-4d22-496e-b5b7-d88fd4d8d42e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1182c351-8654-4b68-9d05-3760b4b7709a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "5924c419-5f62-4a52-99c8-fa74e08a1cba",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b473db5-80e0-42ff-a662-0df3f2830a3a",
      "resourceInvariantUUID": "225e1828-351f-477b-bba0-5f605af14d72",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2bb216ef-9d46-495e-9b99-d390a2e8d28e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12d1c8e3-a495-40d4-afda-ec337ab04bdb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "ZTY3MTM3NTIxNDgwOTFjMjZhOWNiMWE2N2FmZjgxYTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b5e57d33-49a1-4f7c-a365-9002244db9cd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b4c63fab-669b-4cd9-b5fb-db25850b913d",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6ed8809e-97a8-489a-8127-f4454932e06c",
            "generatedFromUUID": "b4c63fab-669b-4cd9-b5fb-db25850b913d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6ed8809e-97a8-489a-8127-f4454932e06c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjdkNmZhYzFhYjA2NDA2MTU4YTk2NTAwNmNlZTIxYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "269c7d71-ce3e-48d5-a7db-fcedb9071bc4"
    }
  ],
  "workloadContext": "Production"
}
2021-10-25T05:45:49.431Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:45:49.431Z|3ba6662e-02e9-4f98-8860-381de2094d72|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9275353a-4d22-496e-b5b7-d88fd4d8d42e ASDC
2021-10-25T05:45:49.431Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1028a46c-2084-4dfc-8e4d-b32ecfc50dd5
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9275353a-4d22-496e-b5b7-d88fd4d8d42e
ServiceInvariantUUID:1182c351-8654-4b68-9d05-3760b4b7709a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:269c7d71-ce3e-48d5-a7db-fcedb9071bc4
ArtifactChecksum:ZjdkNmZhYzFhYjA2NDA2MTU4YTk2NTAwNmNlZTIxYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5924c419-5f62-4a52-99c8-fa74e08a1cba
ResourceInvariantUUID:225e1828-351f-477b-bba0-5f605af14d72
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:1b473db5-80e0-42ff-a662-0df3f2830a3a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:2bb216ef-9d46-495e-9b99-d390a2e8d28e
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:12d1c8e3-a495-40d4-afda-ec337ab04bdb
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:b5e57d33-49a1-4f7c-a365-9002244db9cd
ArtifactChecksum:ZTY3MTM3NTIxNDgwOTFjMjZhOWNiMWE2N2FmZjgxYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:b4c63fab-669b-4cd9-b5fb-db25850b913d
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:6ed8809e-97a8-489a-8127-f4454932e06c
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:6ed8809e-97a8-489a-8127-f4454932e06c
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-25T05:45:49.431Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9275353a-4d22-496e-b5b7-d88fd4d8d42e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:45:49.463Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:45:49.464Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:45:49.464Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:45:49.464Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 269c7d71-ce3e-48d5-a7db-fcedb9071bc4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-25T05:45:49.465Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:45:49.465Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-25T05:45:49.654Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:45:49.657Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 269c7d71-ce3e-48d5-a7db-fcedb9071bc4 68767
2021-10-25T05:45:49.658Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-25T05:45:49.658Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-25T05:45:49.658Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:45:49.658Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:49.660Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:49.660Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140749658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:49.760Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:49.761Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:49.761Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:49.774Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:49.774Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:45:50.661Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:45:50.662Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:45:50.662Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 269c7d71-ce3e-48d5-a7db-fcedb9071bc4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T05:45:50.662Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-25T05:45:50.662Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T05:45:50.662Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T05:45:50.757Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4214430575114204801/Definitions/service-BasicCnf-template.yml
2021-10-25T05:45:51.649Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:45:51.649Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:45:51.649Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T05:45:51.649Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-25T05:45:51.649Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T05:45:51.649Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T05:45:51.650Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T05:45:51.650Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T05:45:51.650Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:45:51.650Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:51.650Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:51.650Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T05:45:51.650Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:45:51.650Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:45:51.650Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:51.651Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:51.651Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T05:45:51.651Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:45:51.651Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:45:51.651Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:51.651Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:51.651Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:51.651Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-25T05:45:51.651Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-25T05:45:51.651Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-25T05:45:51.652Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-25T05:45:51.652Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:51.652Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:45:51.652Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:51.652Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T05:45:51.652Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:45:51.652Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:51.652Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T05:45:51.653Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:45:51.653Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:51.653Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T05:45:51.653Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:45:51.653Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:51.653Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-25T05:45:51.653Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-25T05:45:51.653Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=803a487b-29c3-4ac2-9a8a-33f1706836a4
2021-10-25T05:45:51.653Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:51.654Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:51.654Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:51.654Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:51.654Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:51.654Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:51.654Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:51.654Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:51.654Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9275353a-4d22-496e-b5b7-d88fd4d8d42e
Model Version:NULL
Model InvariantUuid:1182c351-8654-4b68-9d05-3760b4b7709a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a1bffdad-2776-4f2b-8368-ed74d5d7c863
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:225e1828-351f-477b-bba0-5f605af14d72
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5924c419-5f62-4a52-99c8-fa74e08a1cba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4549e771-d2c3-48db-9420-f72495c09537
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:366ee29f-7338-4f32-a529-79b41d57dcab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:803a487b-29c3-4ac2-9a8a-33f1706836a4
ModelInvariantUuid:af2b002a-a423-4e7b-8add-e665d57f198c
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:bf734a46-0bc0-4aa8-84e3-8f63f75af970
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:99ac0bd3-32cc-42da-b2ed-0c078e5a8a93
ModelInvariantUuid:9cce5d81-03c7-40fe-9239-dd30dcce47f1
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e2ae3028-745e-4496-815d-c3d187ee6b39
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-25T05:45:51.660Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 1b473db5-80e0-42ff-a662-0df3f2830a3a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:45:51.663Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||basic_cnf 0
2021-10-25T05:45:51.664Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1b473db5-80e0-42ff-a662-0df3f2830a3a
2021-10-25T05:45:51.664Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2bb216ef-9d46-495e-9b99-d390a2e8d28e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-25T05:45:51.664Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:45:51.664Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-25T05:45:51.860Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:45:51.861Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2bb216ef-9d46-495e-9b99-d390a2e8d28e 12
2021-10-25T05:45:51.861Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-25T05:45:51.861Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-25T05:45:51.861Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:45:51.861Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:51.863Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:51.863Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140751861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:51.963Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:51.964Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:51.964Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:51.976Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:51.977Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:45:52.863Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 12d1c8e3-a495-40d4-afda-ec337ab04bdb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-25T05:45:52.864Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:45:52.864Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-25T05:45:53.171Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:45:53.171Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 12d1c8e3-a495-40d4-afda-ec337ab04bdb 2688
2021-10-25T05:45:53.171Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-25T05:45:53.171Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-25T05:45:53.172Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:45:53.172Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:53.174Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:53.174Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140753171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:53.275Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:45:53.275Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:53.276Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:53.289Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:53.290Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:45:54.176Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b5e57d33-49a1-4f7c-a365-9002244db9cd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-25T05:45:54.176Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:45:54.177Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-25T05:45:54.444Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:45:54.444Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b5e57d33-49a1-4f7c-a365-9002244db9cd 828
2021-10-25T05:45:54.445Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-25T05:45:54.445Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-25T05:45:54.445Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:45:54.445Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:54.447Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:54.447Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140754445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:54.547Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:54.548Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:54.548Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:54.561Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:54.562Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:45:55.447Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4549e771-d2c3-48db-9420-f72495c09537",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "366ee29f-7338-4f32-a529-79b41d57dcab",
    "vfModuleModelCustomizationUUID": "6030d50e-0a46-42e9-831e-8782d5fb57c8",
    "isBase": true,
    "artifacts": [
      "b4c63fab-669b-4cd9-b5fb-db25850b913d",
      "12d1c8e3-a495-40d4-afda-ec337ab04bdb",
      "6ed8809e-97a8-489a-8127-f4454932e06c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-25T05:45:55.451Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:366ee29f-7338-4f32-a529-79b41d57dcab
VfModuleModelInvariantUUID:4549e771-d2c3-48db-9420-f72495c09537
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4c63fab-669b-4cd9-b5fb-db25850b913d
,
12d1c8e3-a495-40d4-afda-ec337ab04bdb
,
6ed8809e-97a8-489a-8127-f4454932e06c

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

isBase:true


}

2021-10-25T05:45:55.453Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4549e771-d2c3-48db-9420-f72495c09537",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "366ee29f-7338-4f32-a529-79b41d57dcab",
    "vfModuleModelCustomizationUUID": "6030d50e-0a46-42e9-831e-8782d5fb57c8",
    "isBase": true,
    "artifacts": [
      "b4c63fab-669b-4cd9-b5fb-db25850b913d",
      "12d1c8e3-a495-40d4-afda-ec337ab04bdb",
      "6ed8809e-97a8-489a-8127-f4454932e06c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-25T05:45:55.453Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:366ee29f-7338-4f32-a529-79b41d57dcab
VfModuleModelInvariantUUID:4549e771-d2c3-48db-9420-f72495c09537
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4c63fab-669b-4cd9-b5fb-db25850b913d
,
12d1c8e3-a495-40d4-afda-ec337ab04bdb
,
6ed8809e-97a8-489a-8127-f4454932e06c

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

isBase:true


}

2021-10-25T05:45:55.454Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b4c63fab-669b-4cd9-b5fb-db25850b913d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-25T05:45:55.454Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:45:55.454Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-25T05:45:55.856Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:45:55.856Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b4c63fab-669b-4cd9-b5fb-db25850b913d 1164
2021-10-25T05:45:55.856Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-25T05:45:55.857Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-25T05:45:55.857Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:45:55.857Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:55.858Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:55.858Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140755856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:55.959Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:45:55.959Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:55.959Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:55.972Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:55.973Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:45:56.859Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6ed8809e-97a8-489a-8127-f4454932e06c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-25T05:45:56.859Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:45:56.859Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-25T05:45:57.341Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:45:57.342Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6ed8809e-97a8-489a-8127-f4454932e06c 200
2021-10-25T05:45:57.342Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-25T05:45:57.342Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-25T05:45:57.342Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:45:57.342Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:57.344Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:57.344Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140757342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:45:57.444Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:57.445Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:57.445Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:57.458Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:57.458Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:45:58.345Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9275353a-4d22-496e-b5b7-d88fd4d8d42e
2021-10-25T05:45:58.345Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1b473db5-80e0-42ff-a662-0df3f2830a3a 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=?
2021-10-25T05:45:58.358Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:45:58.366Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e854655, org.onap.sdc.toscaparser.api.parameters.Input@7bf4f3eb, org.onap.sdc.toscaparser.api.parameters.Input@171a1267, org.onap.sdc.toscaparser.api.parameters.Input@77850513, org.onap.sdc.toscaparser.api.parameters.Input@3465258]
2021-10-25T05:45:58.367Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.367Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:58.368Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-10-25T05:45:58.368Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5924c419-5f62-4a52-99c8-fa74e08a1cba
2021-10-25T05:45:58.368Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5924c419-5f62-4a52-99c8-fa74e08a1cba matches Tosca VF Customization UUID: 5924c419-5f62-4a52-99c8-fa74e08a1cba
2021-10-25T05:45:58.368Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5924c419-5f62-4a52-99c8-fa74e08a1cba  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-25T05:45:58.370Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.370Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:58.370Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5924c419-5f62-4a52-99c8-fa74e08a1cba: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-10-25T05:45:58.370Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47cd195a
2021-10-25T05:45:58.370Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.371Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:45:58.371Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6030d50e-0a46-42e9-831e-8782d5fb57c8
2021-10-25T05:45:58.371Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6030d50e-0a46-42e9-831e-8782d5fb57c8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-25T05:45:58.373Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.373Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T05:45:58.373Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:45:58.373Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.373Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T05:45:58.373Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:45:58.374Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.374Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-25T05:45:58.374Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-25T05:45:58.374Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=803a487b-29c3-4ac2-9a8a-33f1706836a4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-25T05:45:58.376Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.376Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T05:45:58.376Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:45:58.376Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.376Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T05:45:58.377Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5924c419-5f62-4a52-99c8-fa74e08a1cba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:45:58.378Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.378Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:58.378Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9275353a-4d22-496e-b5b7-d88fd4d8d42e: basic_cnf
2021-10-25T05:45:58.378Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.378Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:58.378Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.378Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:58.379Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.379Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:58.379Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.379Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:58.379Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:45:58.379Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:45:58.379Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:45:58.442Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1b473db5-80e0-42ff-a662-0df3f2830a3a 1 ASDC deployResourceStructure
2021-10-25T05:45:58.443Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-25T05:45:58.443Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-10-25T05:45:58.443Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-25T05:45:58.444Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:58.446Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:58.446Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140758443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-25T05:45:58.546Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:58.547Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:58.547Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:58.562Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:58.562Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:45:59.447Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-25T05:45:59.447Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-10-25T05:45:59.447Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-25T05:45:59.447Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:45:59.449Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:45:59.449Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140759447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-25T05:45:59.549Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:45:59.550Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:45:59.550Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:45:59.562Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:45:59.563Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:46:00.449Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-25T05:46:00.450Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-25T05:46:00.450Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:46:00.450Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:00.451Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:00.451Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140760449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:46:00.551Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:00.552Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:00.552Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:00.564Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:00.565Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:46:01.452Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-25T05:46:01.454Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-25T05:46:01.454Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:46:01.454Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:01.456Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:01.456Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140761452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:46:01.557Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:01.558Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:01.558Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:01.571Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:01.571Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:46:02.458Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-25T05:46:02.459Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-25T05:46:02.459Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:46:02.459Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:02.461Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:02.461Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140762458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-25T05:46:02.561Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:02.562Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:02.562Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:02.575Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:02.575Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:46:03.462Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-25T05:46:03.463Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-25T05:46:03.463Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:46:03.463Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:03.465Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:03.465Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140763462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:46:03.565Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:03.566Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:03.566Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:03.576Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:03.577Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:46:04.465Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:46:04.475Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:46:04.478Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:46:04.478Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:46:04.478Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:46:04.478Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:46:04.478Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:46:04.478Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:46:04.478Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:46:04.478Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:46:04.478Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:46:04.478Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:46:04.478Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:46:04.483Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:46:34.483Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-25T05:46:34.490Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5 and serviceModelVersionId: 9275353a-4d22-496e-b5b7-d88fd4d8d42e
2021-10-25T05:46:34.490Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1182c351-8654-4b68-9d05-3760b4b7709a
2021-10-25T05:46:34.491Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1182c351-8654-4b68-9d05-3760b4b7709a/model-vers/model-ver/9275353a-4d22-496e-b5b7-d88fd4d8d42e?depth=0
2021-10-25T05:46:34.496Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:46:34.527Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1182c351-8654-4b68-9d05-3760b4b7709a/model-vers/model-ver/9275353a-4d22-496e-b5b7-d88fd4d8d42e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-25T05:46:34.527Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1182c351-8654-4b68-9d05-3760b4b7709a/model-vers/model-ver/9275353a-4d22-496e-b5b7-d88fd4d8d42e?depth=0|INFO|500||Invoke
2021-10-25T05:46:34.562Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1182c351-8654-4b68-9d05-3760b4b7709a/model-vers/model-ver/9275353a-4d22-496e-b5b7-d88fd4d8d42e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-25T05:46:35.146Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1182c351-8654-4b68-9d05-3760b4b7709a/model-vers/model-ver/9275353a-4d22-496e-b5b7-d88fd4d8d42e?depth=0|INFO|500||InvokeReturn
2021-10-25T05:46:35.146Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1182c351-8654-4b68-9d05-3760b4b7709a/model-vers/model-ver/9275353a-4d22-496e-b5b7-d88fd4d8d42e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211025-05:46:34:570-71982], vertex-id=[426168], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:46:34 GMT], Content-Type=[application/json]}
2021-10-25T05:46:35.146Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:46:35.147Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:46:35.147Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:46:35.152Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-25T05:46:35.152Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1028a46c-2084-4dfc-8e4d-b32ecfc50dd5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:46:35.152Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:46:35.152Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:35.154Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:35.154Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140795152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:46:35.255Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:46:35.255Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:35.256Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:35.273Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:35.273Z||pool-117-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-10-25T05:46:36.166Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-25T05:46:36.166Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fd813a9-d16e-465d-92ff-3ae92f3df51b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0","serviceDescription":"service","serviceInvariantUUID":"c85caca5-3118-4c9a-bf15-0e56480b854d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c232ed9-0e3d-43d2-a239-849fd9138ed8","resourceInvariantUUID":"beac17c3-c7ac-41b5-af8e-db5499e7cf17","resourceCustomizationUUID":"506d2c73-8e75-4efe-b007-a70719ef3c44","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":"MWZkODVlODc5NDllZmE1YzJkZDY5OTE2N2E4MDhiOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b2c80d9-2080-4359-abb8-1a9cf933aa32","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":"MGZjYmZlODQ4NmVkYmY0ZDI5OWQ2NTVmNjRjZjhkMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"153c5a05-a47b-4ade-95e1-5dc62912f832","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":"4f520aca-df2b-49c1-ab9c-f09be44decf2","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":"684b427f-4399-4772-bbe4-df08238551b7","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":"01123123-5c5b-40c1-a68e-2b0ae68f31ed","artifactVersion":"2","generatedFromUUID":"4f520aca-df2b-49c1-ab9c-f09be44decf2"},{"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":"ODA3MzBlNWUzNmUwMmE5NmNlYjAyMjZlNTIxYzY3Mjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b381d58f-27d5-417e-951e-50e1b581c23c","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":"OTg0MGY4ZmRlY2M0NjcxNTc2MTFjZDMwMTM4YWU5OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f121140a-1eed-428d-ab0b-09023563d516","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODZhN2U4Y2NlN2FlZWJhYzVmNWI4YzQ3YjM3NzJmZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c88a0281-e316-4cdc-a298-d31f4b7353e9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:46:36.166Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:46:36.166Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:36.168Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:36.168Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:46:36.268Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:36.269Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:36.269Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:36.282Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:36.282Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:46:37.169Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:46:37.169Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:37.171Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:37.171Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:46:37.271Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:37.272Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:37.272Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:37.285Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:37.285Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:46:38.171Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:46:38.172Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:38.174Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:38.175Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:46:38.275Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:38.275Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:38.275Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:38.289Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:38.289Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:46:39.175Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:46:39.176Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:39.178Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:39.178Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:46:39.278Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:39.279Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:39.279Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:39.293Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:39.293Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:46:40.179Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:46:40.179Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:40.182Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:40.182Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-25T05:46:40.282Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:40.283Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:40.283Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:40.295Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:40.296Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:46:41.183Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:46:41.183Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:41.186Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:41.186Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:46:41.287Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:41.287Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:41.287Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:41.301Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:41.302Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:46:42.187Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:46:42.187Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:42.189Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:42.189Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:46:42.290Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:46:42.290Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:42.291Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:42.304Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:42.305Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:46:43.190Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:46:43.191Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:43.193Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:43.193Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:46:43.293Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:43.293Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:43.293Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:43.307Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:43.307Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:46:44.194Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c85caca5-3118-4c9a-bf15-0e56480b854d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "506d2c73-8e75-4efe-b007-a70719ef3c44",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8c232ed9-0e3d-43d2-a239-849fd9138ed8",
      "resourceInvariantUUID": "beac17c3-c7ac-41b5-af8e-db5499e7cf17",
      "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": "MGZjYmZlODQ4NmVkYmY0ZDI5OWQ2NTVmNjRjZjhkMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "153c5a05-a47b-4ade-95e1-5dc62912f832",
          "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": "4f520aca-df2b-49c1-ab9c-f09be44decf2",
          "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": "01123123-5c5b-40c1-a68e-2b0ae68f31ed",
            "generatedFromUUID": "4f520aca-df2b-49c1-ab9c-f09be44decf2"
          },
          "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": "01123123-5c5b-40c1-a68e-2b0ae68f31ed",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODZhN2U4Y2NlN2FlZWJhYzVmNWI4YzQ3YjM3NzJmZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c88a0281-e316-4cdc-a298-d31f4b7353e9"
    }
  ],
  "workloadContext": "Production"
}
2021-10-25T05:46:44.194Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:46:44.194Z|1028a46c-2084-4dfc-8e4d-b32ecfc50dd5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0 ASDC
2021-10-25T05:46:44.194Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9fd813a9-d16e-465d-92ff-3ae92f3df51b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0
ServiceInvariantUUID:c85caca5-3118-4c9a-bf15-0e56480b854d
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:c88a0281-e316-4cdc-a298-d31f4b7353e9
ArtifactChecksum:ODZhN2U4Y2NlN2FlZWJhYzVmNWI4YzQ3YjM3NzJmZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:506d2c73-8e75-4efe-b007-a70719ef3c44
ResourceInvariantUUID:beac17c3-c7ac-41b5-af8e-db5499e7cf17
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8c232ed9-0e3d-43d2-a239-849fd9138ed8
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:153c5a05-a47b-4ade-95e1-5dc62912f832
ArtifactChecksum:MGZjYmZlODQ4NmVkYmY0ZDI5OWQ2NTVmNjRjZjhkMmE=
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:4f520aca-df2b-49c1-ab9c-f09be44decf2
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:01123123-5c5b-40c1-a68e-2b0ae68f31ed
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:01123123-5c5b-40c1-a68e-2b0ae68f31ed
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-25T05:46:44.194Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:46:44.227Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:46:44.227Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:46:44.227Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:46:44.227Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c88a0281-e316-4cdc-a298-d31f4b7353e9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-25T05:46:44.227Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:46:44.227Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-25T05:46:44.295Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:46:44.300Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c88a0281-e316-4cdc-a298-d31f4b7353e9 78598
2021-10-25T05:46:44.300Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-25T05:46:44.300Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-25T05:46:44.300Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:46:44.300Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:44.302Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:44.302Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140804300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:46:44.402Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:44.403Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:44.403Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:44.416Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:44.417Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:46:45.302Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:46:45.303Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:46:45.303Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c88a0281-e316-4cdc-a298-d31f4b7353e9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-25T05:46:45.304Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-25T05:46:45.304Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-25T05:46:45.304Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-25T05:46:45.398Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1329020956421294663/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-25T05:46:46.362Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:46:46.362Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:46:46.362Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-25T05:46:46.362Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-25T05:46:46.362Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-25T05:46:46.362Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-25T05:46:46.362Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-25T05:46:46.362Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-25T05:46:46.362Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-25T05:46:46.363Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:46:46.364Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:46:46.364Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:46.364Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:46.364Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:46.364Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-25T05:46:46.364Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-25T05:46:46.364Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-25T05:46:46.364Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-25T05:46:46.364Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-25T05:46:46.364Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-25T05:46:46.365Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:46.365Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:46:46.365Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:46.365Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-25T05:46:46.365Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:46:46.365Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:46.365Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-25T05:46:46.365Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:46:46.365Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:46.366Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-25T05:46:46.366Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:46:46.366Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:46.366Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-25T05:46:46.366Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-25T05:46:46.366Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-25T05:46:46.366Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b9de7436-04c8-4370-a244-f4b54714be97
2021-10-25T05:46:46.366Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:46.366Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:46.366Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:46.366Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:46.366Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:46.366Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:46.367Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:46.367Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:46.367Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0
Model Version:NULL
Model InvariantUuid:c85caca5-3118-4c9a-bf15-0e56480b854d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f9e458f6-b8c7-4707-8143-fdad4a653064
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:beac17c3-c7ac-41b5-af8e-db5499e7cf17
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:506d2c73-8e75-4efe-b007-a70719ef3c44
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a6ed1217-e95d-42d7-bb83-24ebe444cae4
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6359ec22-baab-42fb-ab44-ca51065df330
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b9de7436-04c8-4370-a244-f4b54714be97
ModelInvariantUuid:f1a9d51e-f6f6-4752-b40c-b4def3ee9fb6
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2e688e08-ce58-4bb0-b74e-1694b14a2964
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e62ec80b-d04c-4eaf-a2ac-85df4b9b850e
ModelInvariantUuid:a78e15fd-604c-412d-81c0-ea53f08b5fb5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:639892d8-c48a-4810-b778-8f78c6bdec60
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-25T05:46:46.373Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c232ed9-0e3d-43d2-a239-849fd9138ed8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:46:46.375Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2021-10-25T05:46:46.376Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c232ed9-0e3d-43d2-a239-849fd9138ed8
2021-10-25T05:46:46.376Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 153c5a05-a47b-4ade-95e1-5dc62912f832 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-25T05:46:46.376Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:46:46.376Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-25T05:46:46.426Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:46:46.426Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 153c5a05-a47b-4ade-95e1-5dc62912f832 792
2021-10-25T05:46:46.426Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-25T05:46:46.426Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-25T05:46:46.426Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:46:46.426Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:46.428Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:46.428Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140806426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:46:46.528Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:46.529Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:46.529Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:46.544Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:46.545Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:46:47.428Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a6ed1217-e95d-42d7-bb83-24ebe444cae4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6359ec22-baab-42fb-ab44-ca51065df330",
    "vfModuleModelCustomizationUUID": "f0fe7e57-54ee-4a37-86a4-0d8d7684437a",
    "isBase": true,
    "artifacts": [
      "4f520aca-df2b-49c1-ab9c-f09be44decf2",
      "01123123-5c5b-40c1-a68e-2b0ae68f31ed"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-25T05:46:47.431Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6359ec22-baab-42fb-ab44-ca51065df330
VfModuleModelInvariantUUID:a6ed1217-e95d-42d7-bb83-24ebe444cae4
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f520aca-df2b-49c1-ab9c-f09be44decf2
,
01123123-5c5b-40c1-a68e-2b0ae68f31ed

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

isBase:true


}

2021-10-25T05:46:47.433Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a6ed1217-e95d-42d7-bb83-24ebe444cae4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6359ec22-baab-42fb-ab44-ca51065df330",
    "vfModuleModelCustomizationUUID": "f0fe7e57-54ee-4a37-86a4-0d8d7684437a",
    "isBase": true,
    "artifacts": [
      "4f520aca-df2b-49c1-ab9c-f09be44decf2",
      "01123123-5c5b-40c1-a68e-2b0ae68f31ed"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-25T05:46:47.433Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6359ec22-baab-42fb-ab44-ca51065df330
VfModuleModelInvariantUUID:a6ed1217-e95d-42d7-bb83-24ebe444cae4
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f520aca-df2b-49c1-ab9c-f09be44decf2
,
01123123-5c5b-40c1-a68e-2b0ae68f31ed

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

isBase:true


}

2021-10-25T05:46:47.433Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4f520aca-df2b-49c1-ab9c-f09be44decf2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-25T05:46:47.433Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:46:47.433Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-25T05:46:47.482Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:46:47.482Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4f520aca-df2b-49c1-ab9c-f09be44decf2 5033
2021-10-25T05:46:47.483Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-25T05:46:47.483Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-25T05:46:47.483Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:46:47.483Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:47.485Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:47.485Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140807483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:46:47.585Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:47.586Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:47.586Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:47.599Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:47.599Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:46:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:46:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:46:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:47.976Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:47.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:47.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140689865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:46:47.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:46:47.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:47.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635140690869,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:46:47.984Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fd813a9-d16e-465d-92ff-3ae92f3df51b
2021-10-25T05:46:47.985Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fd813a9-d16e-465d-92ff-3ae92f3df51b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:46:47.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "clamp",
  "timestamp": 1635140697351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:46:47.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:46:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "aai-ml",
  "timestamp": 1635140698950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:46:47.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:46:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "clamp",
  "timestamp": 1635140699355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:46:47.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:46:47.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:47.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "aai-ml",
  "timestamp": 1635140699953,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:46:48.000Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fd813a9-d16e-465d-92ff-3ae92f3df51b
2021-10-25T05:46:48.000Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fd813a9-d16e-465d-92ff-3ae92f3df51b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:46:48.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:48.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "clamp",
  "timestamp": 1635140700358,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:46:48.017Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9fd813a9-d16e-465d-92ff-3ae92f3df51b
2021-10-25T05:46:48.018Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fd813a9-d16e-465d-92ff-3ae92f3df51b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:46:48.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:48.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ba6662e-02e9-4f98-8860-381de2094d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140739386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:46:48.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:46:48.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:48.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:46:48.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:46:48.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:48.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-25T05:46:48.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:46:48.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:48.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-25T05:46:48.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:46:48.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:48.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:46:48.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:46:48.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:48.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:46:48.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:46:48.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:48.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:46:48.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:46:48.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:48.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-25T05:46:48.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:46:48.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:46:48.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:46:48.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:46:48.486Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 01123123-5c5b-40c1-a68e-2b0ae68f31ed from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-25T05:46:48.486Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:46:48.487Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-25T05:46:48.532Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:46:48.533Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 01123123-5c5b-40c1-a68e-2b0ae68f31ed 903
2021-10-25T05:46:48.533Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-25T05:46:48.533Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-25T05:46:48.533Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:46:48.534Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:48.536Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:48.536Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140808533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:46:48.636Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:48.637Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:48.637Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:48.649Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:48.650Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:46:49.537Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0
2021-10-25T05:46:49.538Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8c232ed9-0e3d-43d2-a239-849fd9138ed8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:46:49.548Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11ef6d67, org.onap.sdc.toscaparser.api.parameters.Input@6ba1d297, org.onap.sdc.toscaparser.api.parameters.Input@f621482, org.onap.sdc.toscaparser.api.parameters.Input@2c0b8375, org.onap.sdc.toscaparser.api.parameters.Input@466557c6]
2021-10-25T05:46:49.549Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.549Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:49.549Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-10-25T05:46:49.549Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 506d2c73-8e75-4efe-b007-a70719ef3c44
2021-10-25T05:46:49.550Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 506d2c73-8e75-4efe-b007-a70719ef3c44 matches Tosca VF Customization UUID: 506d2c73-8e75-4efe-b007-a70719ef3c44
2021-10-25T05:46:49.550Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 506d2c73-8e75-4efe-b007-a70719ef3c44  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-25T05:46:49.552Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.552Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:49.553Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 506d2c73-8e75-4efe-b007-a70719ef3c44: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-10-25T05:46:49.553Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c8cead4
2021-10-25T05:46:49.553Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.553Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:46:49.553Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f0fe7e57-54ee-4a37-86a4-0d8d7684437a
2021-10-25T05:46:49.553Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f0fe7e57-54ee-4a37-86a4-0d8d7684437a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-25T05:46:49.555Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.555Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-25T05:46:49.555Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:46:49.556Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.556Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-25T05:46:49.556Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:46:49.556Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.556Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-25T05:46:49.556Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-25T05:46:49.556Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-25T05:46:49.556Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b9de7436-04c8-4370-a244-f4b54714be97
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-25T05:46:49.558Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.558Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-25T05:46:49.558Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:46:49.558Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.559Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-25T05:46:49.559Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=506d2c73-8e75-4efe-b007-a70719ef3c44
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:46:49.560Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.560Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:49.560Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0: basic_vm_macro
2021-10-25T05:46:49.560Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.560Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:49.561Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.561Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:49.561Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.561Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:49.561Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.561Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:49.561Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-25T05:46:49.561Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:46:49.561Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:46:49.649Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8c232ed9-0e3d-43d2-a239-849fd9138ed8 1 ASDC deployResourceStructure
2021-10-25T05:46:49.650Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-25T05:46:49.650Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-25T05:46:49.650Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:46:49.650Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:49.652Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:49.652Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140809650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:46:49.752Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:49.753Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:49.753Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:49.767Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:49.767Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:46:50.653Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-25T05:46:50.653Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-25T05:46:50.654Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:46:50.654Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:50.656Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:50.656Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140810653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:46:50.756Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:46:50.757Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:50.757Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:50.773Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:50.773Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:46:51.657Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-25T05:46:51.657Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-25T05:46:51.658Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:46:51.658Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:51.665Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:51.665Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140811657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-25T05:46:51.760Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-10-25T05:46:51.760Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:51.761Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:51.771Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:51.772Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:46:52.666Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-25T05:46:52.667Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-25T05:46:52.667Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:46:52.667Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:46:52.668Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:46:52.668Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140812666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:46:52.769Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:46:52.769Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:46:52.769Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:46:52.780Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:46:52.781Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:46:53.669Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fd813a9-d16e-465d-92ff-3ae92f3df51b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:46:53.680Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fd813a9-d16e-465d-92ff-3ae92f3df51b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:46:53.683Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:46:53.683Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:46:53.683Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:46:53.683Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:46:53.683Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:46:53.683Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:46:53.683Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:46:53.683Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:46:53.683Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:46:53.683Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-25T05:46:53.683Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:46:53.688Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:47:23.688Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fd813a9-d16e-465d-92ff-3ae92f3df51b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-25T05:47:23.693Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fd813a9-d16e-465d-92ff-3ae92f3df51b and serviceModelVersionId: f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0
2021-10-25T05:47:23.694Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c85caca5-3118-4c9a-bf15-0e56480b854d
2021-10-25T05:47:23.694Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c85caca5-3118-4c9a-bf15-0e56480b854d/model-vers/model-ver/f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0?depth=0
2021-10-25T05:47:23.699Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:47:23.733Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c85caca5-3118-4c9a-bf15-0e56480b854d/model-vers/model-ver/f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0?depth=0|INFO|500||Invoke
2021-10-25T05:47:23.733Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c85caca5-3118-4c9a-bf15-0e56480b854d/model-vers/model-ver/f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c85caca5-3118-4c9a-bf15-0e56480b854d/model-vers/model-ver/f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9fd813a9-d16e-465d-92ff-3ae92f3df51b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2bd84d67-f215-4145-a5c9-d1d4c14c72ad], X-ECOMP-RequestID=[9fd813a9-d16e-465d-92ff-3ae92f3df51b], X-TransactionId=[], X-ONAP-RequestID=[9fd813a9-d16e-465d-92ff-3ae92f3df51b], Content-Type=[application/merge-patch+json]}
2021-10-25T05:47:23.752Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c85caca5-3118-4c9a-bf15-0e56480b854d/model-vers/model-ver/f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-25T05:47:23.836Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c85caca5-3118-4c9a-bf15-0e56480b854d/model-vers/model-ver/f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0?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/c85caca5-3118-4c9a-bf15-0e56480b854d/model-vers/model-ver/f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211025-05:47:23:760-98109], vertex-id=[282664], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:47:23 GMT], Content-Type=[application/json]}
2021-10-25T05:47:23.836Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c85caca5-3118-4c9a-bf15-0e56480b854d/model-vers/model-ver/f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:47:23.837Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c85caca5-3118-4c9a-bf15-0e56480b854d/model-vers/model-ver/f07c66d0-04e2-4fa8-a22d-f20ce6c2a1e0?depth=0|INFO|500||InvokeReturn
2021-10-25T05:47:23.837Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:47:23.837Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T05:47:23.840Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-25T05:47:23.840Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fd813a9-d16e-465d-92ff-3ae92f3df51b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:47:23.840Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:47:23.840Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:47:23.842Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:47:23.842Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140843840,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:47:23.942Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:47:23.943Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:47:23.943Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:47:23.959Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:47:23.959Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:47:25.136Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:47:25.136Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:47:25.137Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:47:35.772Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:47:35.773Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:47:35.773Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:47:35.773Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:47:45.314Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:47:45.315Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:47:45.315Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:47:45.315Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:47:47.953Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:47:47.953Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:47:47.953Z|2591938f-7184-4380-9a01-61eca9ea5283|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:47:47.979Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:47:47.979Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.979Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:47:47.980Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:47:47.980Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.980Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140749658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:47:47.980Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.980Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.980Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140751861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:47:47.980Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.980Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.980Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140753171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:47:47.980Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140754445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140755856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140757342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140758443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140759447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140760449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140761452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:47:47.981Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140762458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140763462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1028a46c-2084-4dfc-8e4d-b32ecfc50dd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140795152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.982Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140662093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140804300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.983Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140806426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:47:47.984Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:47.984Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:47:47.984Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140807483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:47:47.984Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:47:54.858Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:47:54.859Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:47:54.859Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:47:54.859Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:48:04.397Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:48:04.397Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:48:04.398Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:48:04.398Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:48:13.941Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:48:13.942Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:48:13.942Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:48:13.942Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:48:23.483Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:48:23.483Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:48:23.483Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:48:23.483Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:48:33.023Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:48:33.024Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:48:33.024Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:48:33.024Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:48:42.562Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:48:42.562Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:48:42.562Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:48:42.563Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:48:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:48:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:48:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:48:48.479Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:48:48.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-25T05:48:48.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140808533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-25T05:48:48.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:48:48.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-25T05:48:48.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140809650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-25T05:48:48.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:48:48.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-25T05:48:48.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140810653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-25T05:48:48.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:48:48.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-25T05:48:48.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140811657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-25T05:48:48.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:48:48.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-25T05:48:48.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140812666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-25T05:48:48.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:48:48.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-25T05:48:48.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fd813a9-d16e-465d-92ff-3ae92f3df51b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635140843840,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:48:48.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:48:52.102Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:48:52.103Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:48:52.103Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:48:52.103Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:49:01.652Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:49:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:49:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:49:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:49:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:49:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:49:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:49:57.498Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:49:57.501Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:50:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:50:47.952Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:50:47.952Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:50:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:50:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:50:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:50:57.499Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:50:57.499Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:51:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:51:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:51:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:51:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:51:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:51:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:51:57.496Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:51:57.497Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:52:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:52:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:52:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:52:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:52:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:52:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:52:57.494Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:52:57.501Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:53:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:53:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:53:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:53:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:53:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:53:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:53:57.495Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:53:57.498Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:54:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:54:47.952Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:54:47.952Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:54:47.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:54:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:54:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:54:57.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:54:57.499Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:55:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:55:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:55:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:55:47.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:55:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:55:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:55:57.494Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:55:57.495Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:56:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:56:47.952Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:56:47.952Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:56:47.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:56:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:56:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:56:57.500Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:56:57.500Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:57:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:57:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:57:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:57:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:57:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:57:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:57:57.503Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:57:57.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:58:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:58:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:58:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:58:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:58:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:58:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:58:57.494Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:58:57.496Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:59:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:59:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:59:47.952Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:59:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:59:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:59:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:59:57.497Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T05:59:57.498Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:00:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:00:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:00:47.951Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:00:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:00:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:00:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:00:57.496Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:00:57.497Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:01:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:01:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:01:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:01:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:01:47.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:01:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:01:57.501Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:01:57.501Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:02:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:02:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:02:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:02:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:02:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:02:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:02:57.496Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:02:57.498Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:03:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:03:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:03:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:03:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:03:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:03:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:03:57.494Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:03:57.497Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:04:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:04:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:04:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:04:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:04:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:04:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:04:57.497Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:04:57.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:05:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:05:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:05:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:05:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:05:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:05:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:05:57.503Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:05:57.504Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:06:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:06:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:06:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:06:47.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:06:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:06:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:06:57.494Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:06:57.500Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:07:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:07:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:07:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:07:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:07:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:07:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:07:57.494Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:07:57.497Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:08:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:08:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:08:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:08:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:08:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:08:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:08:57.495Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:08:57.507Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:09:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:09:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:09:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:09:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:09:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:09:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:09:57.506Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:09:57.506Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:10:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:10:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:10:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:10:47.953Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:10:47.953Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:10:47.953Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:10:57.500Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:10:57.504Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:11:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:11:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:11:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:11:47.953Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:11:47.953Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:11:47.953Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:11:57.500Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:11:57.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:12:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:12:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:12:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:12:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:12:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:12:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:12:57.494Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:12:57.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:13:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:13:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:13:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:13:47.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:13:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:13:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:13:57.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:13:57.503Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:14:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:14:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:14:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:14:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:14:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:14:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:14:57.490Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:14:57.498Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:15:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:15:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:15:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:15:47.953Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:15:47.953Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:15:47.953Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:15:57.502Z|9fd813a9-d16e-465d-92ff-3ae92f3df51b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:15:57.502Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:16:46.567Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-25T06:16:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:16:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:16:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:16:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:16:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:16:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T06:16:57.500Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-25T06:16:57.501Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK