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-08-24T19:00:42.208Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-cjkff with PID 14 (/app/app.jar started by so in /app)
2021-08-24T19:00:42.214Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-24T19:00:42.214Z||main|||||INFO|500||The following profiles are active: basic
2021-08-24T19:00:48.552Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-24T19:00:48.553Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-24T19:00:48.660Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-24T19:00:49.912Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-24T19:00:50.091Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-24T19:00:50.412Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-24T19:00:50.417Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-24T19:00:50.488Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-24T19:00:50.607Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-24T19:00:50.966Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-24T19:00:51.686Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-24T19:00:53.445Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-24T19:00:53.489Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-24T19:00:53.902Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-24T19:00:54.041Z||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-08-24T19:00:55.133Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-24T19:00:55.924Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-08-24T19:00:55.939Z||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$$1b4077b3.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-08-24T19:00:55.940Z||main|||||WARN|500||The sdc end point is not alive
2021-08-24T19:00:57.708Z||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-08-24T19:00:59.603Z||main|||||WARN|500||---
2021-08-24T19:00:59.603Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-24T19:00:59.603Z||main|||||WARN|500||---
2021-08-24T19:00:59.853Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-24T19:01:02.515Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:01:02.516Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:01:02.517Z||main|||||INFO|500||Started Application in 22.094 seconds (JVM running for 23.121)
2021-08-24T19:01:02.525Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:01:02.546Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:01:02.614Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8725bd1c-bad2-45d3-a4ae-aeda0d7e7be8 url= /sdc/v1/artifactTypes
2021-08-24T19:01:02.615Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:01:02.857Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:01:02.883Z||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-08-24T19:01:02.902Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:01:02.909Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:01:03.926Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:01:03.928Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:01:03.929Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:01:03.931Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:01:52.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:01:52.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:01:52.514Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:01:52.517Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:01:52.523Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 452ec8ab-0e48-4063-bc83-3ac0b8c1e2f7 url= /sdc/v1/artifactTypes
2021-08-24T19:01:52.523Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:01:52.564Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:01:52.565Z||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-08-24T19:01:52.565Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:01:52.566Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:01:52.566Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:01:53.593Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:01:53.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:01:53.594Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:01:53.595Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:02:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:02:42.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:02:42.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:02:42.517Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:02:42.522Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a1950d7-9440-4328-a8ee-f4a282e0e480 url= /sdc/v1/artifactTypes
2021-08-24T19:02:42.522Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:02:42.558Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:02:42.559Z||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-08-24T19:02:42.559Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:02:42.560Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:02:42.560Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:02:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:02:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:02:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:02:43.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:03:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:03:32.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:03:32.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:03:32.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:03:32.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a24fcfd0-7ef2-40b7-9898-556dcd3b9c8b url= /sdc/v1/artifactTypes
2021-08-24T19:03:32.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:03:32.553Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:03:32.553Z||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-08-24T19:03:32.554Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:03:32.554Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:03:32.554Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:03:33.590Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:03:33.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:03:33.591Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:03:33.591Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:04:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:04:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:04:22.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:04:22.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:04:22.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f680805-b361-4b7d-899f-e2bb21ddcf0b url= /sdc/v1/artifactTypes
2021-08-24T19:04:22.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:04:22.556Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:04:22.557Z||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-08-24T19:04:22.557Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:04:22.557Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:04:22.557Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:04:23.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:04:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:04:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:04:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:05:12.525Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:05:12.529Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:05:12.529Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:05:12.536Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:05:12.546Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fbd33ec-9b5a-4f39-ba15-73574768b27d url= /sdc/v1/artifactTypes
2021-08-24T19:05:12.547Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:05:12.593Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:05:12.596Z||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-08-24T19:05:12.596Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:05:12.596Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:05:12.597Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:05:13.622Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:05:13.622Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:05:13.623Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:05:13.623Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:06:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:06:02.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:06:02.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:06:02.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:06:02.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b556e9ae-00a4-4f2d-97e7-25d219f8be80 url= /sdc/v1/artifactTypes
2021-08-24T19:06:02.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:06:02.607Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:06:02.608Z||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-08-24T19:06:02.608Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:06:02.608Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:06:02.609Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:06:03.638Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:06:03.638Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:06:03.638Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:06:03.639Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:06:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:06:52.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:06:52.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:06:52.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:06:52.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a99d0e1-41bc-4160-82e0-0415fa9091f4 url= /sdc/v1/artifactTypes
2021-08-24T19:06:52.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:06:52.554Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:06:52.555Z||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-08-24T19:06:52.555Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:06:52.555Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:06:52.555Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:06:53.590Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:06:53.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:06:53.590Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:06:53.591Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:07:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:07:42.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:07:42.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:07:42.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:07:42.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d1909434-d204-4a16-a10f-cce852d10d09 url= /sdc/v1/artifactTypes
2021-08-24T19:07:42.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:07:42.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:07:42.550Z||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-08-24T19:07:42.551Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:07:42.551Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:07:42.551Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:07:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:07:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:07:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:07:43.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:08:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:08:32.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:08:32.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:08:32.517Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:08:32.524Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8db7a369-b4cc-4431-bab4-1a37b50a747e url= /sdc/v1/artifactTypes
2021-08-24T19:08:32.525Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:08:32.563Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:08:32.563Z||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-08-24T19:08:32.563Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:08:32.564Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:08:32.564Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:08:33.589Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:08:33.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:08:33.593Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:08:33.594Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:09:22.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:09:22.515Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:09:22.516Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:09:22.520Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:09:22.527Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0e2d8e95-ea1e-4924-9171-bda90ebcba3b url= /sdc/v1/artifactTypes
2021-08-24T19:09:22.527Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:09:22.559Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:09:22.561Z||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-08-24T19:09:22.561Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:09:22.561Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:09:22.562Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:09:23.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:09:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:09:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:09:23.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:10:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:10:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:10:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:10:12.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:10:12.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 95035deb-3236-401a-b630-31b07314904b url= /sdc/v1/artifactTypes
2021-08-24T19:10:12.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:10:12.546Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:10:12.547Z||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-08-24T19:10:12.547Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:10:12.547Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:10:12.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:10:13.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:10:13.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:10:13.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:10:13.559Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:11:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:11:02.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:11:02.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:11:02.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:11:02.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae97ec45-6468-41b2-8fe4-ec2067ab9da7 url= /sdc/v1/artifactTypes
2021-08-24T19:11:02.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:11:02.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:11:02.551Z||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-08-24T19:11:02.551Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:11:02.552Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:11:02.552Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:11:03.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:11:03.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:11:03.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:11:03.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:11:24.259Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-24T19:11:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:11:52.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:11:52.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:11:52.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:11:52.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b90059f8-9bdc-45db-81ea-f951ee3569e5 url= /sdc/v1/artifactTypes
2021-08-24T19:11:52.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:11:52.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:11:52.552Z||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-08-24T19:11:52.552Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:11:52.552Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:11:52.552Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:11:53.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:11:53.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:11:53.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:11:53.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:12:42.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:12:42.514Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:12:42.514Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:12:42.519Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:12:42.524Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f1d861a-397c-4ef1-8c35-ffb54359c888 url= /sdc/v1/artifactTypes
2021-08-24T19:12:42.525Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:12:42.559Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:12:42.561Z||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-08-24T19:12:42.561Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:12:42.561Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:12:42.562Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:12:43.574Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:12:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:12:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:12:43.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:13:32.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:13:32.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:13:32.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:13:32.516Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:13:32.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ddd8c48-8ee3-4922-b48f-1c3e52ae20ae url= /sdc/v1/artifactTypes
2021-08-24T19:13:32.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:13:32.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:13:32.547Z||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-08-24T19:13:32.547Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:13:32.547Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:13:32.547Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:13:33.558Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:13:33.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:13:33.559Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:13:33.559Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-08-24T19:14:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:14:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:14:22.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:14:22.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:14:22.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23c9deb7-1970-412f-a3ee-ac68ba9a9e2b url= /sdc/v1/artifactTypes
2021-08-24T19:14:22.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:14:22.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:14:22.546Z||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-08-24T19:14:22.546Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:14:22.546Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:14:22.547Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:14:23.574Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:14:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:14:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:14:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:15:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:15:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:15:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:15:12.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:15:12.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cbcb289a-8009-4c9e-94bc-d041494e5cbd url= /sdc/v1/artifactTypes
2021-08-24T19:15:12.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:15:12.542Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:15:12.543Z||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-08-24T19:15:12.543Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:15:12.543Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:15:12.543Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:15:13.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:15:13.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:15:13.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:15:13.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:16:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:16:02.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:16:02.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:16:02.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:16:02.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 669c1f11-9c30-4c02-899c-dfef9b8e482b url= /sdc/v1/artifactTypes
2021-08-24T19:16:02.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:16:02.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:16:02.546Z||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-08-24T19:16:02.546Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:16:02.546Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:16:02.547Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:16:03.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:16:03.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:16:03.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:16:03.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:16:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:16:52.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:16:52.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:16:52.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:16:52.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b21deb41-fc2a-4c40-93cd-e435242b794b url= /sdc/v1/artifactTypes
2021-08-24T19:16:52.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:16:52.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:16:52.546Z||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-08-24T19:16:52.546Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:16:52.546Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:16:52.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:16:53.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:16:53.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:16:53.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:16:53.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:17:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:17:42.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:17:42.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:17:42.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:17:42.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4bfe74e-80cd-468d-a481-e1d33fb009b7 url= /sdc/v1/artifactTypes
2021-08-24T19:17:42.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:17:42.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:17:42.550Z||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-08-24T19:17:42.551Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:17:42.551Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:17:42.551Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:17:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:17:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:17:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:17:43.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:18:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:18:32.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:18:32.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:18:32.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:18:32.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fbcc1fe1-2489-46d5-a8c7-88efdccd68cb url= /sdc/v1/artifactTypes
2021-08-24T19:18:32.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:18:32.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:18:32.548Z||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-08-24T19:18:32.549Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:18:32.549Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:18:32.549Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:18:33.558Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:18:33.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:18:33.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:18:33.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:19:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:19:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:19:22.513Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:19:22.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:19:22.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b90739f-1742-4a4c-a0e2-4860fa28bdca url= /sdc/v1/artifactTypes
2021-08-24T19:19:22.521Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:19:22.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:19:22.549Z||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-08-24T19:19:22.549Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:19:22.550Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:19:22.550Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:19:23.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:19:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:19:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:19:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:20:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:20:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:20:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:20:12.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:20:12.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1598c5fe-bb07-480a-9740-030e95f4ea5c url= /sdc/v1/artifactTypes
2021-08-24T19:20:12.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:20:12.546Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:20:12.547Z||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-08-24T19:20:12.547Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:20:12.547Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:20:12.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:20:13.558Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:20:13.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:20:13.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:20:13.559Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:21:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:21:02.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:21:02.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:21:02.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:21:02.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f492aad-9286-4a51-bc66-8d5a21df2b1b url= /sdc/v1/artifactTypes
2021-08-24T19:21:02.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:21:02.540Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:21:02.541Z||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-08-24T19:21:02.541Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:21:02.541Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:21:02.541Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:21:03.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:21:03.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:21:03.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:21:03.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:21:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:21:52.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:21:52.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:21:52.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:21:52.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d69d387c-6e88-4d26-81b2-60bd59629d66 url= /sdc/v1/artifactTypes
2021-08-24T19:21:52.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:21:52.548Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:21:52.549Z||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-08-24T19:21:52.549Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:21:52.549Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:21:52.550Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:21:53.590Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:21:53.590Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:21:53.590Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:21:53.591Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:22:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:22:42.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:22:42.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:22:42.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:22:42.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 319d493e-c8ab-49cd-a9ec-3be2987e7405 url= /sdc/v1/artifactTypes
2021-08-24T19:22:42.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:22:42.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:22:42.545Z||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-08-24T19:22:42.545Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:22:42.545Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:22:42.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:22:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:22:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:22:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:22:43.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:23:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:23:32.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:23:32.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:23:32.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:23:32.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba947dee-4c80-4cda-b87c-e4d56c86c972 url= /sdc/v1/artifactTypes
2021-08-24T19:23:32.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:23:32.542Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:23:32.543Z||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-08-24T19:23:32.543Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:23:32.543Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:23:32.543Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:23:33.558Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:23:33.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:23:33.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:23:33.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:24:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:24:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:24:22.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:24:22.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:24:22.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f472465-834f-4692-b8b9-01f8218eafcf url= /sdc/v1/artifactTypes
2021-08-24T19:24:22.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:24:22.547Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:24:22.548Z||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-08-24T19:24:22.548Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:24:22.548Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:24:22.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:24:23.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:24:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:24:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:24:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:25:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:25:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:25:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:25:12.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:25:12.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= caebc6f3-c3a6-4c78-ba2a-cf21e4d324fb url= /sdc/v1/artifactTypes
2021-08-24T19:25:12.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:25:12.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:25:12.551Z||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-08-24T19:25:12.551Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:25:12.551Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:25:12.552Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:25:13.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:25:13.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:25:13.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:25:13.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:26:02.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:26:02.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:26:02.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:26:02.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:26:02.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ccccdb81-4909-440d-a9aa-f1916cbb0b15 url= /sdc/v1/artifactTypes
2021-08-24T19:26:02.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:26:02.543Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:26:02.544Z||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-08-24T19:26:02.544Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:26:02.544Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:26:02.544Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:26:03.574Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:26:03.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:26:03.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:26:03.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:26:52.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:26:52.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:26:52.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:26:52.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:26:52.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ddee1af0-49f6-402f-9d8e-6be42520e4eb url= /sdc/v1/artifactTypes
2021-08-24T19:26:52.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:26:52.544Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:26:52.545Z||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-08-24T19:26:52.545Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:26:52.545Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:26:52.545Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:26:53.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:26:53.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:26:53.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:26:53.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:27:42.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:27:42.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:27:42.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:27:42.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:27:42.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e5373aa4-9f3a-4759-809e-090a1e26bcc4 url= /sdc/v1/artifactTypes
2021-08-24T19:27:42.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:27:42.545Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:27:42.546Z||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-08-24T19:27:42.546Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:27:42.546Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:27:42.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:27:43.573Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:27:43.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:27:43.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:27:43.575Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:28:32.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:28:32.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:28:32.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:28:32.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:28:32.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8996ace2-b97a-4342-9698-2a631e481daf url= /sdc/v1/artifactTypes
2021-08-24T19:28:32.518Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:28:32.541Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:28:32.542Z||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-08-24T19:28:32.542Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:28:32.542Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:28:32.542Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:28:33.557Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:28:33.558Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:28:33.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:28:33.558Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:29:22.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:29:22.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:29:22.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:29:22.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:29:22.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 263b8f6f-67d4-4645-9809-49c714cf0e05 url= /sdc/v1/artifactTypes
2021-08-24T19:29:22.517Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:29:22.544Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:29:22.545Z||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-08-24T19:29:22.545Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:29:22.545Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:29:22.545Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:29:23.574Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-08-24T19:29:23.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)]
2021-08-24T19:29:23.574Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
2021-08-24T19:29:23.574Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor138.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.47.184] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-08-24T19:30:12.512Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-24T19:30:12.512Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-24T19:30:12.512Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-24T19:30:12.514Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-24T19:30:12.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eae3339a-0e74-4707-a125-d5b12b8ebf9b url= /sdc/v1/artifactTypes
2021-08-24T19:30:12.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-24T19:30:12.547Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-24T19:30:12.547Z||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-08-24T19:30:12.547Z||scheduling-1|||||DEBUG|500||create keys
2021-08-24T19:30:12.548Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-08-24T19:30:12.548Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-24T19:30:12.568Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:30:12.583Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= afdcd22d-f549-4f2d-83fe-522205faec11 url= /sdc/v1/registerForDistribution
2021-08-24T19:30:12.679Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= afdcd22d-f549-4f2d-83fe-522205faec11 url= /sdc/v1/registerForDistribution
2021-08-24T19:30:12.680Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-24T19:30:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:30:12.688Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:30:12.693Z||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-08-24T19:30:12.693Z||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-08-24T19:30:12.693Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:30:12.693Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:30:12.695Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-24T19:30:22.965Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:30:22.992Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:31:12.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:31:12.686Z||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-08-24T19:31:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:31:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:31:12.688Z||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-08-24T19:31:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:31:22.234Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:31:22.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:32:12.686Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:32:12.686Z||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-08-24T19:32:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:32:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:32:12.689Z||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-08-24T19:32:12.689Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:32:22.231Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:32:22.232Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:33:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:33:12.686Z||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-08-24T19:33:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:33:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:33:12.688Z||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-08-24T19:33:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:33:22.231Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:33:22.231Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:34:12.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:34:12.686Z||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-08-24T19:34:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:34:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:34:12.688Z||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-08-24T19:34:12.689Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:34:22.232Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:34:22.232Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:35:12.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:35:12.687Z||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-08-24T19:35:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:35:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:35:12.688Z||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-08-24T19:35:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:35:22.227Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:35:22.229Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:36:12.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:36:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:36:12.687Z||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-08-24T19:36:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:36:12.688Z||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-08-24T19:36:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:36:22.238Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:36:22.238Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:37:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:37:12.686Z||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-08-24T19:37:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:37:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:37:12.689Z||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-08-24T19:37:12.690Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:37:22.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:37:22.228Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:38:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:38:12.686Z||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-08-24T19:38:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:38:12.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:38:12.688Z||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-08-24T19:38:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:38:22.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:38:22.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:39:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:39:12.686Z||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-08-24T19:39:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:39:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:39:12.688Z||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-08-24T19:39:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:39:22.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:39:22.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:40:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:40:12.686Z||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-08-24T19:40:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:40:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:40:12.688Z||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-08-24T19:40:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:40:22.228Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:40:22.229Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:41:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:41:12.686Z||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-08-24T19:41:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:41:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:41:12.688Z||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-08-24T19:41:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:41:22.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:41:22.225Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:42:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:42:12.686Z||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-08-24T19:42:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:42:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:42:12.688Z||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-08-24T19:42:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:42:22.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:42:22.226Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:43:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:43:12.686Z||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-08-24T19:43:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:43:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:43:12.688Z||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-08-24T19:43:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:43:22.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:43:22.227Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:44:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:44:12.686Z||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-08-24T19:44:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:44:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:44:12.688Z||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-08-24T19:44:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:44:22.224Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:44:22.226Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:45:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:45:12.686Z||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-08-24T19:45:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:45:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:45:12.688Z||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-08-24T19:45:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:45:22.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:45:22.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:46:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:46:12.686Z||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-08-24T19:46:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:46:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:46:12.688Z||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-08-24T19:46:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:46:22.225Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:46:22.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:47:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:47:12.686Z||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-08-24T19:47:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:47:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:47:12.688Z||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-08-24T19:47:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:47:22.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:47:22.223Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:48:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:48:12.686Z||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-08-24T19:48:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:48:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:48:12.688Z||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-08-24T19:48:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:48:22.226Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:48:22.242Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:49:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:49:12.686Z||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-08-24T19:49:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:49:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:49:12.688Z||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-08-24T19:49:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:49:22.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:49:22.228Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:50:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:50:12.686Z||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-08-24T19:50:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:50:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:50:12.688Z||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-08-24T19:50:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:50:22.221Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:50:22.222Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:51:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:51:12.686Z||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-08-24T19:51:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:51:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:51:12.688Z||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-08-24T19:51:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:51:22.224Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:51:22.240Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:52:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:52:12.686Z||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-08-24T19:52:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:52:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:52:12.688Z||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-08-24T19:52:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:52:22.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:52:22.224Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:53:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:53:12.686Z||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-08-24T19:53:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:53:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:53:12.688Z||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-08-24T19:53:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:53:22.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:53:22.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:54:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:54:12.686Z||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-08-24T19:54:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:54:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:54:12.688Z||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-08-24T19:54:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:54:22.236Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:54:22.237Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:55:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:55:12.686Z||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-08-24T19:55:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:55:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:55:12.688Z||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-08-24T19:55:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:55:22.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:55:22.225Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:56:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:56:12.687Z||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-08-24T19:56:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:56:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:56:12.688Z||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-08-24T19:56:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:56:22.226Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:56:22.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:57:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:57:12.687Z||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-08-24T19:57:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:57:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:57:12.688Z||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-08-24T19:57:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:57:22.225Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:57:22.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:58:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:58:12.686Z||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-08-24T19:58:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:58:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:58:12.688Z||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-08-24T19:58:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:58:22.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:58:22.228Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:59:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:59:12.686Z||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-08-24T19:59:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:59:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T19:59:12.688Z||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-08-24T19:59:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T19:59:22.224Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T19:59:22.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:00:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:00:12.686Z||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-08-24T20:00:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:00:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:00:12.688Z||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-08-24T20:00:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:00:22.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:00:22.224Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:01:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:01:12.686Z||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-08-24T20:01:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:01:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:01:12.688Z||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-08-24T20:01:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:01:22.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:01:22.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:02:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:02:12.686Z||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-08-24T20:02:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:02:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:02:12.688Z||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-08-24T20:02:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:02:22.222Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:02:22.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:03:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:03:12.686Z||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-08-24T20:03:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:03:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:03:12.688Z||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-08-24T20:03:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:03:22.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:03:22.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:04:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:04:12.686Z||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-08-24T20:04:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:04:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:04:12.688Z||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-08-24T20:04:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:04:22.224Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:04:22.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:05:12.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:05:12.686Z||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-08-24T20:05:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:05:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:05:12.688Z||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-08-24T20:05:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:05:22.223Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:05:22.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:06:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:06:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:06:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:06:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:06:12.688Z||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-08-24T20:06:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:06:22.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:06:22.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:07:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:07:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:07:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:07:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:07:12.688Z||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-08-24T20:07:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:07:22.221Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:07:22.224Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:08:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:08:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:08:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:08:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:08:12.688Z||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-08-24T20:08:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:08:22.224Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:08:22.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:09:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:09:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:09:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:09:12.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:09:12.688Z||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-08-24T20:09:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:09:22.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:09:22.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:10:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:10:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:10:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:10:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:10:12.687Z||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-08-24T20:10:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:10:22.224Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:10:22.226Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:11:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:11:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:11:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:11:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:11:12.688Z||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-08-24T20:11:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:11:22.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:11:22.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:12:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:12:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:12:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:12:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:12:12.688Z||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-08-24T20:12:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:12:22.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:12:22.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:13:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:13:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:13:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:13:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:13:12.688Z||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-08-24T20:13:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:13:22.225Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:13:22.225Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:14:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:14:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:14:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:14:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:14:12.688Z||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-08-24T20:14:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:14:22.226Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:14:22.227Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:15:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:15:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:15:12.687Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:15:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:15:12.688Z||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-08-24T20:15:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:15:22.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:15:22.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:16:12.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:16:12.686Z||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-08-24T20:16:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:16:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:16:12.688Z||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-08-24T20:16:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:16:22.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:16:22.223Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:17:12.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:17:12.686Z||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-08-24T20:17:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:17:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:17:12.688Z||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-08-24T20:17:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:17:22.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:17:22.222Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:18:12.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:18:12.686Z||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-08-24T20:18:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:18:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:18:12.688Z||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-08-24T20:18:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:18:22.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:18:22.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:19:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:19:12.686Z||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-08-24T20:19:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:19:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:19:12.688Z||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-08-24T20:19:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:19:22.223Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:19:22.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:20:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:20:12.686Z||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-08-24T20:20:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:20:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:20:12.688Z||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-08-24T20:20:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:20:22.219Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:20:22.219Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:21:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:21:12.686Z||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-08-24T20:21:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:21:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:21:12.688Z||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-08-24T20:21:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:21:22.220Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:21:22.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:22:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:22:12.686Z||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-08-24T20:22:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:22:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:22:12.688Z||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-08-24T20:22:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:22:22.220Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:22:22.221Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:23:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:23:12.686Z||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-08-24T20:23:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:23:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:23:12.688Z||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-08-24T20:23:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:23:22.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:23:22.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:24:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:24:12.686Z||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-08-24T20:24:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:24:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:24:12.688Z||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-08-24T20:24:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:24:22.221Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:24:22.225Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:25:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:25:12.686Z||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-08-24T20:25:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:25:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:25:12.688Z||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-08-24T20:25:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:25:22.223Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:25:22.224Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:26:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:26:12.686Z||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-08-24T20:26:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:26:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:26:12.688Z||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-08-24T20:26:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:26:22.221Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:26:22.225Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:27:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:27:12.686Z||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-08-24T20:27:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:27:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:27:12.688Z||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-08-24T20:27:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:27:22.223Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:27:22.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:28:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:28:12.686Z||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-08-24T20:28:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:28:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:28:12.688Z||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-08-24T20:28:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:28:22.224Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:28:22.225Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:29:12.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:29:12.686Z||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-08-24T20:29:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:29:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:29:12.688Z||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-08-24T20:29:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:29:22.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:29:22.222Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:30:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:30:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:30:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:30:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:30:12.688Z||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-08-24T20:30:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:30:22.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:30:22.226Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:31:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:31:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:31:12.687Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:31:12.687Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:31:12.688Z||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-08-24T20:31:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:31:22.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:31:22.226Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:32:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:32:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:32:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:32:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:32:12.688Z||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-08-24T20:32:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:32:22.220Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:32:22.228Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:33:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:33:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:33:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:33:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:33:12.688Z||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-08-24T20:33:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:33:22.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:33:22.222Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:34:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:34:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:34:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:34:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:34:12.688Z||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-08-24T20:34:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:34:22.225Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:34:22.228Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:35:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:35:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:35:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:35:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:35:12.688Z||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-08-24T20:35:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:35:22.220Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:35:22.228Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:36:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:36:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:36:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:36:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:36:12.688Z||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-08-24T20:36:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:36:22.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:36:22.222Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:37:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:37:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:37:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:37:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:37:12.688Z||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-08-24T20:37:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:37:22.221Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:37:22.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:38:12.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:38:12.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-24T20:38:12.686Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 03ed5A6bXU2NSGjX) ...
2021-08-24T20:38:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:38:12.688Z||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-08-24T20:38:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:38:22.224Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:38:22.224Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:39:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:39:12.686Z||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-08-24T20:39:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:39:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:39:12.688Z||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-08-24T20:39:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:39:22.224Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:39:22.225Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:40:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:40:12.686Z||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-08-24T20:40:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:40:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:40:12.688Z||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-08-24T20:40:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:40:22.221Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:40:22.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:41:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:41:12.686Z||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-08-24T20:41:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:41:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:41:12.688Z||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-08-24T20:41:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:41:22.220Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:41:22.220Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:42:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:42:12.686Z||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-08-24T20:42:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:42:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:42:12.688Z||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-08-24T20:42:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:42:22.220Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:42:22.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:43:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:43:12.686Z||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-08-24T20:43:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:43:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:43:12.688Z||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-08-24T20:43:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:43:22.222Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:43:22.224Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:44:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:44:12.686Z||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-08-24T20:44:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:44:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:44:12.688Z||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-08-24T20:44:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:44:22.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:44:22.227Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:45:12.686Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:45:12.686Z||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-08-24T20:45:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:45:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:45:12.688Z||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-08-24T20:45:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:45:22.230Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:45:22.230Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:46:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:46:12.686Z||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-08-24T20:46:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:46:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:46:12.688Z||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-08-24T20:46:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:46:22.223Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:46:22.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:47:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:47:12.686Z||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-08-24T20:47:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:47:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:47:12.688Z||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-08-24T20:47:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:47:22.224Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:47:22.224Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:48:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:48:12.686Z||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-08-24T20:48:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:48:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:48:12.688Z||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-08-24T20:48:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:48:22.222Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:48:22.224Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:49:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:49:12.686Z||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-08-24T20:49:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:49:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:49:12.688Z||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-08-24T20:49:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:49:22.224Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:49:22.224Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:50:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:50:12.686Z||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-08-24T20:50:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:50:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:50:12.688Z||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-08-24T20:50:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:50:22.224Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:50:22.228Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:51:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:51:12.686Z||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-08-24T20:51:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:51:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:51:12.688Z||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-08-24T20:51:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:51:22.228Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:51:22.229Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:52:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:52:12.686Z||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-08-24T20:52:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:52:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:52:12.688Z||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-08-24T20:52:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:52:22.234Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:52:22.234Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:53:12.686Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:53:12.687Z||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-08-24T20:53:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:53:12.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:53:12.688Z||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-08-24T20:53:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:53:22.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:53:22.228Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:54:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:54:12.686Z||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-08-24T20:54:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:54:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:54:12.688Z||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-08-24T20:54:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:54:22.221Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:54:22.227Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:55:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:55:12.686Z||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-08-24T20:55:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:55:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:55:12.688Z||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-08-24T20:55:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:55:22.219Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:55:22.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:56:12.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:56:12.686Z||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-08-24T20:56:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:56:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:56:12.688Z||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-08-24T20:56:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:56:22.220Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:56:22.221Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:57:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:57:12.686Z||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-08-24T20:57:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:57:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:57:12.688Z||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-08-24T20:57:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:57:22.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:57:22.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:58:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:58:12.686Z||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-08-24T20:58:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:58:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:58:12.688Z||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-08-24T20:58:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:58:22.222Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:58:22.223Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:59:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:59:12.686Z||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-08-24T20:59:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:59:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T20:59:12.688Z||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-08-24T20:59:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T20:59:22.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T20:59:22.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:00:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:00:12.686Z||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-08-24T21:00:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:00:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:00:12.688Z||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-08-24T21:00:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:00:22.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:00:22.224Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:01:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:01:12.686Z||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-08-24T21:01:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:01:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:01:12.688Z||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-08-24T21:01:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:01:22.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:01:22.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:02:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:02:12.686Z||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-08-24T21:02:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:02:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:02:12.688Z||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-08-24T21:02:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:02:22.222Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:02:22.223Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:03:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:03:12.686Z||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-08-24T21:03:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:03:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:03:12.688Z||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-08-24T21:03:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:03:22.219Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:03:22.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:04:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:04:12.686Z||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-08-24T21:04:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:04:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:04:12.688Z||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-08-24T21:04:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:04:22.220Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:04:22.223Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:05:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:05:12.686Z||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-08-24T21:05:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:05:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:05:12.688Z||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-08-24T21:05:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:05:22.220Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:05:22.222Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:06:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:06:12.686Z||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-08-24T21:06:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:06:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:06:12.688Z||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-08-24T21:06:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:06:22.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:06:22.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:07:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:07:12.686Z||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-08-24T21:07:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:07:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:07:12.688Z||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-08-24T21:07:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:07:22.223Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:07:22.225Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:07:31.930Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xfar0x170x830xa8"0xbf-0xa30x0c0x160x870xd6l0x160xa80x130xc20xc70xecB0xff0xda]. 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-08-24T21:08:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:08:12.686Z||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-08-24T21:08:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:08:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:08:12.688Z||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-08-24T21:08:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:08:22.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:08:22.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:09:12.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:09:12.686Z||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-08-24T21:09:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:09:12.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:09:12.688Z||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-08-24T21:09:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:09:22.221Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:09:22.221Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:10:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:10:12.686Z||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-08-24T21:10:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:10:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:10:12.688Z||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-08-24T21:10:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:10:22.223Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:10:22.225Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:11:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:11:12.686Z||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-08-24T21:11:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:11:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:11:12.688Z||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-08-24T21:11:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:11:22.222Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:11:22.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:12:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:12:12.686Z||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-08-24T21:12:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:12:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:12:12.688Z||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-08-24T21:12:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:12:22.220Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:12:22.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:13:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:13:12.686Z||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-08-24T21:13:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:13:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:13:12.688Z||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-08-24T21:13:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:13:22.219Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:13:22.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:14:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:14:12.686Z||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-08-24T21:14:12.687Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:14:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:14:12.688Z||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-08-24T21:14:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:14:22.236Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:14:22.236Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:15:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:15:12.686Z||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-08-24T21:15:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:15:12.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:15:12.688Z||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-08-24T21:15:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:15:22.220Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:15:22.222Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:16:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:16:12.686Z||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-08-24T21:16:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:16:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:16:12.688Z||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-08-24T21:16:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:16:22.221Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:16:22.222Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:17:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:17:12.686Z||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-08-24T21:17:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:17:12.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:17:12.688Z||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-08-24T21:17:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:17:22.224Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:17:22.225Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:18:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:18:12.686Z||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-08-24T21:18:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:18:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:18:12.688Z||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-08-24T21:18:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:18:22.226Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:18:22.226Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:19:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:19:12.686Z||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-08-24T21:19:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:19:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:19:12.688Z||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-08-24T21:19:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:19:22.224Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:19:22.225Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:20:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:20:12.686Z||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-08-24T21:20:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:20:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:20:12.688Z||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-08-24T21:20:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:20:22.219Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:20:22.223Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:21:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:21:12.686Z||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-08-24T21:21:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:21:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:21:12.688Z||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-08-24T21:21:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:21:22.222Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:21:22.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:22:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:22:12.686Z||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-08-24T21:22:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:22:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:22:12.688Z||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-08-24T21:22:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:22:22.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:22:22.224Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:23:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:23:12.686Z||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-08-24T21:23:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:23:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:23:12.688Z||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-08-24T21:23:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:23:22.220Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:23:22.221Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:12.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:24:12.686Z||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-08-24T21:24:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:24:12.688Z||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-08-24T21:24:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:13.307Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:13.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"327aafbd-80ac-4f19-8ce6-00fbca2bfd79","serviceName":"basic_onboard_bqWDsa","serviceVersion":"1.0","serviceUUID":"5fd46aee-8c19-41b0-840d-f6cd495a5b9b","serviceDescription":"service","serviceInvariantUUID":"1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e","resources":[{"resourceInstanceName":"basic_onboard_bqWDsa 0","resourceName":"basic_onboard_bqWDsa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a03d9bc2-7425-4038-9b92-12c24a0a774e","resourceInvariantUUID":"444a74dc-91db-4138-9d0f-37c9cd8298c4","resourceCustomizationUUID":"3d7e032a-950d-4314-8553-ddd1c2942fb6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml","artifactChecksum":"ZTE0NTc2MGU5OWVlZmYyYWZiN2FmM2I3N2YxMmFmMjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70114651-8d08-4530-99a2-5f00fbbbb61a","artifactVersion":"1"},{"artifactName":"basic_onboard_bqwdsa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json","artifactChecksum":"YTIwNWRhYzYxOGM0NTBiZWFlMjFlYTRhNTkwNGY1YTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e9dfe23c-9e38-4eb2-b496-73308ba381bf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9dadcbe5-1edc-49e8-b181-700121562613","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cea7b816-7205-4cd1-b973-d5ff6f0cd57e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c262caa5-9721-4cab-af49-4edbbad2b38c","artifactVersion":"2","generatedFromUUID":"9dadcbe5-1edc-49e8-b181-700121562613"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBqwdsa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml","artifactChecksum":"MzdiNDU0MGNlNDVhNGVhYTdlZDg3NTNmYmU0YWU0NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a925db5-ffb6-479e-8da3-94a8623ee5e3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBqwdsa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar","artifactChecksum":"ZmI1ZGE3MjliMmIwMmY4MTk2NmMxMGRhYjdjMzQ5M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01b7c28f-c0db-4c6b-a6ce-40941a2dc69a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T21:24:13.315Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:13.318Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:13.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840222069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.324Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:13.332Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:13.332Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "dcae-sch",
  "timestamp": 1629840226247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840217850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "policy-id",
  "timestamp": 1629840219154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "aai-ml",
  "timestamp": 1629840218637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "dcae-sch",
  "timestamp": 1629840226247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840217850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840222069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "policy-id",
  "timestamp": 1629840219154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "aai-ml",
  "timestamp": 1629840218637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "dcae-sch",
  "timestamp": 1629840226247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840222069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840217850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "policy-id",
  "timestamp": 1629840219154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "aai-ml",
  "timestamp": 1629840218637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "cds",
  "timestamp": 1629840230270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "dcae-sch",
  "timestamp": 1629840226247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840222069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840217850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "policy-id",
  "timestamp": 1629840219154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "aai-ml",
  "timestamp": 1629840218637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "cds",
  "timestamp": 1629840230270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "dcae-sch",
  "timestamp": 1629840226247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840222069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840217850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "policy-id",
  "timestamp": 1629840219154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "aai-ml",
  "timestamp": 1629840218637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "cds",
  "timestamp": 1629840230270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "dcae-sch",
  "timestamp": 1629840226247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840217850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840222069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "policy-id",
  "timestamp": 1629840219154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "aai-ml",
  "timestamp": 1629840218637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "cds",
  "timestamp": 1629840230270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "dcae-sch",
  "timestamp": 1629840226247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840217850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840222069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "policy-id",
  "timestamp": 1629840219154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "aai-ml",
  "timestamp": 1629840218637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "cds",
  "timestamp": 1629840230270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840235168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "cds",
  "timestamp": 1629840230270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "policy-id",
  "timestamp": 1629840236273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840236561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840235168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "aai-ml",
  "timestamp": 1629840236922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "cds",
  "timestamp": 1629840230270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "policy-id",
  "timestamp": 1629840237280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:24:13.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840235168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:24:13.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "policy-id",
  "timestamp": 1629840238284,
  "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-08-24T21:24:13.432Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-24T21:24:13.434Z||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-08-24T21:24:13.434Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08-24T21:24:13.442Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:13.443Z||pool-3-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-24T21:24:13.492Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
2021-08-24T21:24:13.509Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:24:13.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840235168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "cds",
  "timestamp": 1629840239179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840235168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840239838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "cds",
  "timestamp": 1629840240193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-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-08-24T21:24:13.537Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
2021-08-24T21:24:13.537Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:24:13.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840235168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840240841,
  "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-08-24T21:24:13.546Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
2021-08-24T21:24:13.546Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:24:13.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840235168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:24:13.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840242977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840244150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840245339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "clamp",
  "timestamp": 1629840244976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "clamp",
  "timestamp": 1629840244976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:24:13.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840247090,
  "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-08-24T21:24:13.556Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
2021-08-24T21:24:13.556Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:24:13.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "aai-ml",
  "timestamp": 1629840247250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:24:13.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "clamp",
  "timestamp": 1629840244976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840248094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:24:13.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:24:13.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "aai-ml",
  "timestamp": 1629840248255,
  "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-08-24T21:24:13.566Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
2021-08-24T21:24:13.566Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:24:13.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "clamp",
  "timestamp": 1629840244976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "clamp",
  "timestamp": 1629840244976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "clamp",
  "timestamp": 1629840244976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:13.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:13.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:24:13.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "clamp",
  "timestamp": 1629840244976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:24:13.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:24:14.336Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:14.337Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:14.338Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:14.338Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:24:14.438Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:24:14.439Z||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-08-24T21:24:14.439Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:14.447Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:14.447Z||pool-4-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:15.339Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:15.340Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:15.342Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:15.342Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:24:15.442Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:15.443Z||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-08-24T21:24:15.443Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:15.451Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:15.451Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:16.342Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:16.343Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:16.345Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:16.345Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:16.445Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:16.446Z||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-08-24T21:24:16.446Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:16.457Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:16.457Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:17.345Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:17.346Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:17.348Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:17.348Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-24T21:24:17.448Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:17.449Z||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-08-24T21:24:17.449Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:17.456Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:17.456Z||pool-7-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:18.349Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:18.350Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:18.352Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:18.352Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:24:18.452Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:18.453Z||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-08-24T21:24:18.453Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:18.462Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:18.462Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:19.353Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:24:19.354Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:19.356Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:19.356Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:24:19.456Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:19.456Z||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-08-24T21:24:19.456Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:19.464Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:19.464Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:20.357Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "serviceName": "basic_onboard_bqWDsa",
  "serviceVersion": "1.0",
  "serviceUUID": "5fd46aee-8c19-41b0-840d-f6cd495a5b9b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_bqWDsa 0",
      "resourceCustomizationUUID": "3d7e032a-950d-4314-8553-ddd1c2942fb6",
      "resourceName": "basic_onboard_bqWDsa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a03d9bc2-7425-4038-9b92-12c24a0a774e",
      "resourceInvariantUUID": "444a74dc-91db-4138-9d0f-37c9cd8298c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_bqwdsa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
          "artifactChecksum": "YTIwNWRhYzYxOGM0NTBiZWFlMjFlYTRhNTkwNGY1YTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e9dfe23c-9e38-4eb2-b496-73308ba381bf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9dadcbe5-1edc-49e8-b181-700121562613",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c262caa5-9721-4cab-af49-4edbbad2b38c",
            "generatedFromUUID": "9dadcbe5-1edc-49e8-b181-700121562613"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c262caa5-9721-4cab-af49-4edbbad2b38c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardBqwdsa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
      "artifactChecksum": "ZmI1ZGE3MjliMmIwMmY4MTk2NmMxMGRhYjdjMzQ5M2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01b7c28f-c0db-4c6b-a6ce-40941a2dc69a"
    }
  ],
  "workloadContext": "Production"
}
2021-08-24T21:24:20.358Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T21:24:20.359Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5fd46aee-8c19-41b0-840d-f6cd495a5b9b ASDC
2021-08-24T21:24:20.443Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:327aafbd-80ac-4f19-8ce6-00fbca2bfd79
ServiceName:basic_onboard_bqWDsa
ServiceVersion:1.0
ServiceUUID:5fd46aee-8c19-41b0-840d-f6cd495a5b9b
ServiceInvariantUUID:1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBqwdsa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar
ArtifactUUID:01b7c28f-c0db-4c6b-a6ce-40941a2dc69a
ArtifactChecksum:ZmI1ZGE3MjliMmIwMmY4MTk2NmMxMGRhYjdjMzQ5M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bqWDsa 0
ResourceCustomizationUUID:3d7e032a-950d-4314-8553-ddd1c2942fb6
ResourceInvariantUUID:444a74dc-91db-4138-9d0f-37c9cd8298c4
ResourceName:basic_onboard_bqWDsa
ResourceType:VF
ResourceUUID:a03d9bc2-7425-4038-9b92-12c24a0a774e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bqwdsa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json
ArtifactUUID:e9dfe23c-9e38-4eb2-b496-73308ba381bf
ArtifactChecksum:YTIwNWRhYzYxOGM0NTBiZWFlMjFlYTRhNTkwNGY1YTk=
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/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9dadcbe5-1edc-49e8-b181-700121562613
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/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env
ArtifactUUID:c262caa5-9721-4cab-af49-4edbbad2b38c
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/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env
ArtifactUUID:c262caa5-9721-4cab-af49-4edbbad2b38c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-24T21:24:20.443Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5fd46aee-8c19-41b0-840d-f6cd495a5b9b 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-08-24T21:24:20.494Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:24:20.495Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:24:20.495Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:24:20.495Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 01b7c28f-c0db-4c6b-a6ce-40941a2dc69a from URL: /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:20.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:24:20.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:20.625Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:24:20.630Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar 01b7c28f-c0db-4c6b-a6ce-40941a2dc69a 71373
2021-08-24T21:24:20.631Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar ASDC sendASDCNotification
2021-08-24T21:24:20.631Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:20.632Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:24:20.632Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:20.634Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:20.634Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840260630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:24:20.734Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:20.734Z||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-08-24T21:24:20.735Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:20.743Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:20.743Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:24:21.634Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:24:21.635Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:24:21.635Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 01b7c28f-c0db-4c6b-a6ce-40941a2dc69a, URL: /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar to file: /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:21.636Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:21.746Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:21.747Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:22.240Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10625735541171934292/Definitions/service-BasicOnboardBqwdsa-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-08-24T21:24:23.687Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T21:24:23.691Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:24:23.691Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.691Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-24T21:24:23.691Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.691Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bqWDsa 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-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:23.692Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:24:23.700Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:23.701Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.706Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:23.706Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:24:23.707Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:24:23.709Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:23.709Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.709Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:23.709Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:24:23.709Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:24:23.709Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:23.710Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.713Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:23.713Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is not matching search criteria
2021-08-24T21:24:23.713Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-24T21:24:23.713Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-24T21:24:23.713Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-24T21:24:23.714Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T21:24:23.714Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-24T21:24:23.714Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:23.714Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:24:23.715Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:23.715Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:23.716Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:24:23.716Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:23.716Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:23.716Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:24:23.717Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:23.717Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:23.717Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:24:23.717Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:23.717Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is not matching search criteria
2021-08-24T21:24:23.718Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-24T21:24:23.718Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T21:24:23.718Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6db79522-0626-4db2-8754-4fce029fd730
2021-08-24T21:24:23.718Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:23.718Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.718Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:23.719Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.719Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:23.719Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.719Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:23.719Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:23.719Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_bqWDsa
Description:service
Model UUID:5fd46aee-8c19-41b0-840d-f6cd495a5b9b
Model Version:NULL
Model InvariantUuid:1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_bqWDsa
Model UUID:54ddbba9-ac51-4536-8c45-92d06130df58
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:444a74dc-91db-4138-9d0f-37c9cd8298c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3d7e032a-950d-4314-8553-ddd1c2942fb6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dfb8dae5-2689-43cb-9472-e59b49e21992
ModelName:BasicOnboardBqwdsa..base_ubuntu18..module-0
ModelUuid:1d1ad533-1b2e-4c82-a0cd-5a948adcb063
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6db79522-0626-4db2-8754-4fce029fd730
ModelInvariantUuid:4623349a-5282-45d0-aa5c-ad0cfd523435
ModelName:basic_onboard_bqWDsa-nodes.ubuntu18Cvfc
ModelUuid:a88446aa-241e-4e4a-b62d-e542cf8f11fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a44fea49-0c2a-43b3-a437-6505a6c3584b
ModelInvariantUuid:9e1b2ba2-4330-4863-b98f-d06171341f29
ModelName:BasicOnboardBqwdsa.compute.nodes.heat.ubuntu18
ModelUuid:7aedd9ff-cce6-43f7-8801-55f9869c739b
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-24T21:24:23.728Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a03d9bc2-7425-4038-9b92-12c24a0a774e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:24:23.814Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||basic_onboard_bqWDsa 0
2021-08-24T21:24:23.820Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a03d9bc2-7425-4038-9b92-12c24a0a774e
2021-08-24T21:24:23.820Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e9dfe23c-9e38-4eb2-b496-73308ba381bf from URL: /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json
2021-08-24T21:24:23.820Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:24:23.820Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json
2021-08-24T21:24:23.919Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:24:23.919Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json e9dfe23c-9e38-4eb2-b496-73308ba381bf 798
2021-08-24T21:24:23.920Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json ASDC sendASDCNotification
2021-08-24T21:24:23.920Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json
2021-08-24T21:24:23.920Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:24:23.920Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:23.922Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:23.922Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840263920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:24:24.022Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:24.023Z||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-08-24T21:24:24.023Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:24.031Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:24.031Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:24.923Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBqwdsa..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "dfb8dae5-2689-43cb-9472-e59b49e21992",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d1ad533-1b2e-4c82-a0cd-5a948adcb063",
    "vfModuleModelCustomizationUUID": "93de1735-38fd-4739-8a1c-6b26dc179f4c",
    "isBase": true,
    "artifacts": [
      "9dadcbe5-1edc-49e8-b181-700121562613",
      "c262caa5-9721-4cab-af49-4edbbad2b38c"
    ],
    "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-08-24T21:24:24.942Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBqwdsa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d1ad533-1b2e-4c82-a0cd-5a948adcb063
VfModuleModelInvariantUUID:dfb8dae5-2689-43cb-9472-e59b49e21992
VfModuleModelDescription:NULL
Artifacts UUID List:{
9dadcbe5-1edc-49e8-b181-700121562613
,
c262caa5-9721-4cab-af49-4edbbad2b38c

}
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-08-24T21:24:24.945Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBqwdsa..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "dfb8dae5-2689-43cb-9472-e59b49e21992",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d1ad533-1b2e-4c82-a0cd-5a948adcb063",
    "vfModuleModelCustomizationUUID": "93de1735-38fd-4739-8a1c-6b26dc179f4c",
    "isBase": true,
    "artifacts": [
      "9dadcbe5-1edc-49e8-b181-700121562613",
      "c262caa5-9721-4cab-af49-4edbbad2b38c"
    ],
    "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-08-24T21:24:24.945Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBqwdsa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d1ad533-1b2e-4c82-a0cd-5a948adcb063
VfModuleModelInvariantUUID:dfb8dae5-2689-43cb-9472-e59b49e21992
VfModuleModelDescription:NULL
Artifacts UUID List:{
9dadcbe5-1edc-49e8-b181-700121562613
,
c262caa5-9721-4cab-af49-4edbbad2b38c

}
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-08-24T21:24:24.945Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9dadcbe5-1edc-49e8-b181-700121562613 from URL: /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml
2021-08-24T21:24:24.945Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:24:24.946Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml
2021-08-24T21:24:25.052Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:24:25.053Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml 9dadcbe5-1edc-49e8-b181-700121562613 5033
2021-08-24T21:24:25.053Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-24T21:24:25.053Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml
2021-08-24T21:24:25.053Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:24:25.054Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:25.055Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:25.055Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840265053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:24:25.155Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:25.156Z||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-08-24T21:24:25.156Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:25.164Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:25.164Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:24:26.056Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c262caa5-9721-4cab-af49-4edbbad2b38c from URL: /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env
2021-08-24T21:24:26.056Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:24:26.056Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env
2021-08-24T21:24:26.448Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:24:26.449Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env c262caa5-9721-4cab-af49-4edbbad2b38c 909
2021-08-24T21:24:26.449Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-24T21:24:26.449Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env
2021-08-24T21:24:26.449Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:24:26.449Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:26.451Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:26.451Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840266449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:24:26.551Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:26.552Z||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-08-24T21:24:26.552Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:26.560Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:26.560Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:27.451Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5fd46aee-8c19-41b0-840d-f6cd495a5b9b
2021-08-24T21:24:27.452Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bqWDsa 0 a03d9bc2-7425-4038-9b92-12c24a0a774e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:24:27.475Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.475Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.475Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-08-24T21:24:27.475Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3d7e032a-950d-4314-8553-ddd1c2942fb6
2021-08-24T21:24:27.475Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3d7e032a-950d-4314-8553-ddd1c2942fb6 matches Tosca VF Customization UUID: 3d7e032a-950d-4314-8553-ddd1c2942fb6
2021-08-24T21:24:27.475Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3d7e032a-950d-4314-8553-ddd1c2942fb6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-24T21:24:27.480Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.480Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.481Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3d7e032a-950d-4314-8553-ddd1c2942fb6: {\"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-08-24T21:24:27.481Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@269d8bbf
2021-08-24T21:24:27.481Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.482Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:24:27.482Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93de1735-38fd-4739-8a1c-6b26dc179f4c
2021-08-24T21:24:27.483Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93de1735-38fd-4739-8a1c-6b26dc179f4c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-24T21:24:27.487Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.487Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:27.487Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is not matching search criteria
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-24T21:24:27.488Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T21:24:27.489Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6db79522-0626-4db2-8754-4fce029fd730
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-24T21:24:27.493Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.493Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:27.493Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:24:27.494Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.494Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bqWDsa 0 is matching search criteria
2021-08-24T21:24:27.494Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bqWDsa 0] matching following query criteria: sdcType=VF, customizationUUID=3d7e032a-950d-4314-8553-ddd1c2942fb6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:24:27.495Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.495Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5fd46aee-8c19-41b0-840d-f6cd495a5b9b: basic_onboard_bqWDsa
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.496Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.497Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.497Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.497Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:24:27.497Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bqWDsa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:24:27.497Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_bqWDsa 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-08-24T21:24:27.603Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bqWDsa a03d9bc2-7425-4038-9b92-12c24a0a774e 1 ASDC deployResourceStructure
2021-08-24T21:24:27.603Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json ASDC sendASDCNotification
2021-08-24T21:24:27.603Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json
2021-08-24T21:24:27.603Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:24:27.604Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:27.605Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:27.605Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840267603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:24:27.705Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:27.706Z||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-08-24T21:24:27.706Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:27.714Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:27.715Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:28.607Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-24T21:24:28.607Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml
2021-08-24T21:24:28.607Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:24:28.608Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:28.610Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:28.610Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840268607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-24T21:24:28.710Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:28.711Z||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-08-24T21:24:28.711Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:28.720Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:28.720Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:29.611Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-24T21:24:29.611Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env
2021-08-24T21:24:29.611Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:24:29.612Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:29.614Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:29.614Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840269610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-24T21:24:29.714Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:29.715Z||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-08-24T21:24:29.715Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:29.724Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:29.725Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:24:30.615Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar ASDC sendASDCNotification
2021-08-24T21:24:30.615Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar
2021-08-24T21:24:30.616Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:24:30.616Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:24:30.617Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:24:30.617Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840270615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:24:30.717Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:24:30.718Z||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-08-24T21:24:30.718Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:24:30.727Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:24:30.727Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:24:31.618Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:24:31.632Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:24:31.635Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:24:31.636Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T21:24:31.636Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T21:24:31.636Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T21:24:31.636Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:24:31.636Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:24:31.637Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:24:31.637Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:24:31.637Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:24:31.637Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||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-08-24T21:24:31.641Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T21:25:01.641Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:25:01.649Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 and serviceModelVersionId: 5fd46aee-8c19-41b0-840d-f6cd495a5b9b
2021-08-24T21:25:01.649Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e
2021-08-24T21:25:12.686Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0
2021-08-24T21:25:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:25:12.688Z||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-08-24T21:25:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:12.809Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:12.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:25:12.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:25:12.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:25:12.816Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T21:25:13.410Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0|INFO|500||Invoke
2021-08-24T21:25:13.417Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[327aafbd-80ac-4f19-8ce6-00fbca2bfd79], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b2607b01-c812-4d8c-94a7-5f6d27e2fd81], X-ECOMP-RequestID=[327aafbd-80ac-4f19-8ce6-00fbca2bfd79], X-TransactionId=[], X-ONAP-RequestID=[327aafbd-80ac-4f19-8ce6-00fbca2bfd79], Content-Type=[application/merge-patch+json]}
2021-08-24T21:25:13.518Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-24T21:25:13.876Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210824-21:25:13:526-3506], vertex-id=[323680], Content-Length=[0], Date=[Tue, 24 Aug 2021 21:25:13 GMT], Content-Type=[application/json]}
2021-08-24T21:25:13.878Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-24T21:25:13.878Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1c4ea2e4-7fa7-429a-91c0-c23e7f4f2a4e/model-vers/model-ver/5fd46aee-8c19-41b0-840d-f6cd495a5b9b?depth=0|INFO|500||InvokeReturn
2021-08-24T21:25:13.881Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T21:25:13.881Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:25:13.885Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-24T21:25:13.892Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T21:25:13.893Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T21:25:13.893Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:13.894Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:13.895Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840313892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:25:13.995Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:13.995Z||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-08-24T21:25:13.996Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:14.004Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:14.005Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-24T21:25:14.909Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:25:14.909Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|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-08-24T21:25:14.909Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:23.036Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:23.037Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T21:25:23.038Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9739973c-8076-4a7a-b1e2-9dedbd431cd9","serviceName":"vFW 2021-08-24 21-24-00","serviceVersion":"1.0","serviceUUID":"6fd09334-4527-4810-8de7-da5659974225","serviceDescription":"catalog service description","serviceInvariantUUID":"c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da","resources":[{"resourceInstanceName":"vFW 8e3648b8-df92 0","resourceName":"vFW 8e3648b8-df92","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"86cc3266-83e0-4a25-a063-8f48a0fc9fb0","resourceInvariantUUID":"9ece0f9a-5660-433a-88fa-116341a0dbaa","resourceCustomizationUUID":"4ff5426b-4c37-40b7-8bf0-ec9ffb396958","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml","artifactChecksum":"MzJmZDE5MGEyZWI4ZTJiZDUxZGRiNGM3YjYwY2Y4Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"434218b7-7714-4b5c-a695-db2bfbe0e121","artifactVersion":"1"},{"artifactName":"vfw8e3648b8df920_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json","artifactChecksum":"ZTM4MmRmZDk4NmNlZjdlYjgxYTYwYThiNGJlNTM0NDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ae0eaa2-209e-407e-a308-a7d6f587c6b4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"43d04ad7-19e7-4428-8bbe-0734d5e5559e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml","artifactChecksum":"ZDk4Zjg2Y2Y3Yjg1MjhiNmUyMmQ5MjliNzEyMzM3ZmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1f275b86-1c90-404a-90ad-8232c43cf13e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"508689c7-dac5-4096-9760-d784bf931272","artifactVersion":"2","generatedFromUUID":"43d04ad7-19e7-4428-8bbe-0734d5e5559e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210824212400-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml","artifactChecksum":"YTUxOTM2NDRhMzI1YzVhNDI2ZWZhYTg5NWUxODE3NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d9131b3-a738-44d0-9d26-83fb73118b8d","artifactVersion":"1"},{"artifactName":"service-Vfw20210824212400-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar","artifactChecksum":"YjRmMmI0M2UyYzVhYmM4MDg2YjBiMDlhMDQ2MGE3ZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c7abec8b-7369-4d93-869d-4210328767df","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T21:25:23.040Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:23.041Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:23.043Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:23.043Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:25:23.143Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:23.144Z||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-08-24T21:25:23.144Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:23.173Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:23.174Z||pool-19-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:24.043Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:24.044Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:24.046Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:24.046Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:25:24.146Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:25:24.147Z||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-08-24T21:25:24.147Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:24.155Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:24.155Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:25.047Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:25.048Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:25.050Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:25.050Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:25:25.150Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:25.150Z||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-08-24T21:25:25.150Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:25.157Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:25.158Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:26.050Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:26.051Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:26.053Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:26.053Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:25:26.154Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:26.155Z||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-08-24T21:25:26.155Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:26.165Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:26.166Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:27.055Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:27.055Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:27.057Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:27.058Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-24T21:25:27.158Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:25:27.158Z||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-08-24T21:25:27.158Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:27.165Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:27.165Z||pool-23-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:28.058Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:28.059Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:28.061Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:28.061Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:25:28.162Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:28.162Z||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-08-24T21:25:28.162Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:28.169Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:28.170Z||pool-24-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:29.062Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:25:29.063Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:29.065Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:29.065Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:25:29.165Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:29.166Z||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-08-24T21:25:29.166Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:29.174Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:29.175Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:30.066Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "serviceName": "vFW 2021-08-24 21-24-00",
  "serviceVersion": "1.0",
  "serviceUUID": "6fd09334-4527-4810-8de7-da5659974225",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e3648b8-df92 0",
      "resourceCustomizationUUID": "4ff5426b-4c37-40b7-8bf0-ec9ffb396958",
      "resourceName": "vFW 8e3648b8-df92",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "86cc3266-83e0-4a25-a063-8f48a0fc9fb0",
      "resourceInvariantUUID": "9ece0f9a-5660-433a-88fa-116341a0dbaa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e3648b8df920_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
          "artifactChecksum": "ZTM4MmRmZDk4NmNlZjdlYjgxYTYwYThiNGJlNTM0NDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8ae0eaa2-209e-407e-a308-a7d6f587c6b4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "43d04ad7-19e7-4428-8bbe-0734d5e5559e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "508689c7-dac5-4096-9760-d784bf931272",
            "generatedFromUUID": "43d04ad7-19e7-4428-8bbe-0734d5e5559e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "508689c7-dac5-4096-9760-d784bf931272",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210824212400-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
      "artifactChecksum": "YjRmMmI0M2UyYzVhYmM4MDg2YjBiMDlhMDQ2MGE3ZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c7abec8b-7369-4d93-869d-4210328767df"
    }
  ],
  "workloadContext": "Production"
}
2021-08-24T21:25:30.067Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T21:25:30.067Z|327aafbd-80ac-4f19-8ce6-00fbca2bfd79|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6fd09334-4527-4810-8de7-da5659974225 ASDC
2021-08-24T21:25:30.067Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9739973c-8076-4a7a-b1e2-9dedbd431cd9
ServiceName:vFW 2021-08-24 21-24-00
ServiceVersion:1.0
ServiceUUID:6fd09334-4527-4810-8de7-da5659974225
ServiceInvariantUUID:c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210824212400-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar
ArtifactUUID:c7abec8b-7369-4d93-869d-4210328767df
ArtifactChecksum:YjRmMmI0M2UyYzVhYmM4MDg2YjBiMDlhMDQ2MGE3ZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e3648b8-df92 0
ResourceCustomizationUUID:4ff5426b-4c37-40b7-8bf0-ec9ffb396958
ResourceInvariantUUID:9ece0f9a-5660-433a-88fa-116341a0dbaa
ResourceName:vFW 8e3648b8-df92
ResourceType:VF
ResourceUUID:86cc3266-83e0-4a25-a063-8f48a0fc9fb0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e3648b8df920_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json
ArtifactUUID:8ae0eaa2-209e-407e-a308-a7d6f587c6b4
ArtifactChecksum:ZTM4MmRmZDk4NmNlZjdlYjgxYTYwYThiNGJlNTM0NDQ=
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/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml
ArtifactUUID:43d04ad7-19e7-4428-8bbe-0734d5e5559e
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/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env
ArtifactUUID:508689c7-dac5-4096-9760-d784bf931272
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/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env
ArtifactUUID:508689c7-dac5-4096-9760-d784bf931272
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-24T21:25:30.067Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6fd09334-4527-4810-8de7-da5659974225 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-08-24T21:25:30.095Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:25:30.096Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:25:30.096Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:25:30.096Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c7abec8b-7369-4d93-869d-4210328767df from URL: /sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:30.096Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:25:30.096Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:30.439Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:25:30.443Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar c7abec8b-7369-4d93-869d-4210328767df 98714
2021-08-24T21:25:30.443Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar ASDC sendASDCNotification
2021-08-24T21:25:30.443Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:30.443Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:25:30.443Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:30.445Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:30.445Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840330443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:25:30.545Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:30.546Z||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-08-24T21:25:30.546Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:30.553Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:30.553Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:31.446Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:25:31.447Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:25:31.447Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c7abec8b-7369-4d93-869d-4210328767df, URL: /sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar to file: /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:31.447Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210824212400-csar.csar
2021-08-24T21:25:31.448Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:31.448Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:31.617Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6799666793707055528/Definitions/service-Vfw20210824212400-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-08-24T21:25:33.458Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T21:25:33.459Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:25:33.459Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.459Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-24T21:25:33.459Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||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-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.459Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||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-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||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-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.460Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e3648b8-df92 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-Vfw20210824212400-csar.csar
2021-08-24T21:25:33.461Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:25:33.461Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.461Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.461Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:33.461Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:25:33.461Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:25:33.462Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.462Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.462Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:33.462Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:25:33.462Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-24T21:25:33.463Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.464Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.465Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:25:33.466Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.466Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:33.466Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:33.466Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.466Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:33.466Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:33.467Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.468Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b878d729-586f-4a3c-a84d-fb4aeb8ea42a
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-24T21:25:33.469Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.470Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ba377787-6fd3-4261-8755-a0251cfd55c2
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-24T21:25:33.471Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-24T21:25:33.472Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=442092d1-cfe3-437d-a319-37ad64c7d282
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.473Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.474Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.474Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.474Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:33.474Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:33.474Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-08-24 21-24-00
Description:catalog service description
Model UUID:6fd09334-4527-4810-8de7-da5659974225
Model Version:NULL
Model InvariantUuid:c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e3648b8-df92
Model UUID:ec6367a8-491f-4e0d-810f-ba5e8245ffea
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9ece0f9a-5660-433a-88fa-116341a0dbaa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4ff5426b-4c37-40b7-8bf0-ec9ffb396958
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56e2e184-c323-4b6d-a4d2-060b04ed9853
ModelName:Vfw8e3648b8Df92..base_vfw..module-0
ModelUuid:407893d4-556d-4938-8ef5-6da2ed535aa1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b878d729-586f-4a3c-a84d-fb4aeb8ea42a
ModelInvariantUuid:f939e462-f909-4f88-9390-39f5111300b2
ModelName:vFW 8e3648b8-df92-nodes.vfwCvfc
ModelUuid:7535935d-1e49-45ab-a756-8e4934404597
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:cd81ec49-9a9e-4cc9-b1ae-5c43fc5b85f0
ModelInvariantUuid:ee23eca6-79e9-4039-8c95-1b4cb9ccede5
ModelName:Vfw8e3648b8Df92.compute.nodes.heat.vfw
ModelUuid:1026e051-8d99-4cce-8f95-38f51fc38543
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ba377787-6fd3-4261-8755-a0251cfd55c2
ModelInvariantUuid:c0f33641-3663-4b52-80cf-d8aa5e03ab21
ModelName:vFW 8e3648b8-df92-nodes.vsnCvfc
ModelUuid:b95ac885-54b2-4ed7-a95c-2dc16d7f9030
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a3363c77-2cc4-4a3d-888d-1b54a87c8fb0
ModelInvariantUuid:2785a1c8-7907-488c-b86b-1f2ba2d73d47
ModelName:Vfw8e3648b8Df92.compute.nodes.heat.vsn
ModelUuid:8db1c37b-c2fb-4a0a-b2a8-3880989b82ee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:442092d1-cfe3-437d-a319-37ad64c7d282
ModelInvariantUuid:a7c4b846-79c1-42e8-ba75-2990012ac49f
ModelName:vFW 8e3648b8-df92-nodes.vpgCvfc
ModelUuid:8269bf18-8ed5-427e-aa08-e42d040fa8ea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c43aa1ee-d45c-4551-a968-da8c3c904e3f
ModelInvariantUuid:34965b24-71e3-428d-870f-f788fbe20d40
ModelName:Vfw8e3648b8Df92.compute.nodes.heat.vpg
ModelUuid:8dd4e384-86b9-44ea-9b33-c25bfc60f956
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-24T21:25:33.479Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 86cc3266-83e0-4a25-a063-8f48a0fc9fb0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:25:33.481Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||vFW 8e3648b8-df92 0
2021-08-24T21:25:33.481Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 86cc3266-83e0-4a25-a063-8f48a0fc9fb0
2021-08-24T21:25:33.481Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8ae0eaa2-209e-407e-a308-a7d6f587c6b4 from URL: /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json
2021-08-24T21:25:33.481Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:25:33.481Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json
2021-08-24T21:25:34.170Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:25:34.171Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json 8ae0eaa2-209e-407e-a308-a7d6f587c6b4 785
2021-08-24T21:25:34.172Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json ASDC sendASDCNotification
2021-08-24T21:25:34.172Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json
2021-08-24T21:25:34.172Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:25:34.172Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:34.175Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:34.175Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840334171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:25:34.275Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:34.276Z||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-08-24T21:25:34.276Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:34.285Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:34.285Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:35.176Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8e3648b8Df92..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "56e2e184-c323-4b6d-a4d2-060b04ed9853",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "407893d4-556d-4938-8ef5-6da2ed535aa1",
    "vfModuleModelCustomizationUUID": "d16578bb-1fbc-44ed-9680-77feaf3d7dbc",
    "isBase": true,
    "artifacts": [
      "43d04ad7-19e7-4428-8bbe-0734d5e5559e",
      "508689c7-dac5-4096-9760-d784bf931272"
    ],
    "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-08-24T21:25:35.179Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8e3648b8Df92..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:407893d4-556d-4938-8ef5-6da2ed535aa1
VfModuleModelInvariantUUID:56e2e184-c323-4b6d-a4d2-060b04ed9853
VfModuleModelDescription:NULL
Artifacts UUID List:{
43d04ad7-19e7-4428-8bbe-0734d5e5559e
,
508689c7-dac5-4096-9760-d784bf931272

}
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-08-24T21:25:35.181Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8e3648b8Df92..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "56e2e184-c323-4b6d-a4d2-060b04ed9853",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "407893d4-556d-4938-8ef5-6da2ed535aa1",
    "vfModuleModelCustomizationUUID": "d16578bb-1fbc-44ed-9680-77feaf3d7dbc",
    "isBase": true,
    "artifacts": [
      "43d04ad7-19e7-4428-8bbe-0734d5e5559e",
      "508689c7-dac5-4096-9760-d784bf931272"
    ],
    "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-08-24T21:25:35.181Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8e3648b8Df92..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:407893d4-556d-4938-8ef5-6da2ed535aa1
VfModuleModelInvariantUUID:56e2e184-c323-4b6d-a4d2-060b04ed9853
VfModuleModelDescription:NULL
Artifacts UUID List:{
43d04ad7-19e7-4428-8bbe-0734d5e5559e
,
508689c7-dac5-4096-9760-d784bf931272

}
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-08-24T21:25:35.181Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 43d04ad7-19e7-4428-8bbe-0734d5e5559e from URL: /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml
2021-08-24T21:25:35.181Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:25:35.182Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml
2021-08-24T21:25:37.037Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:25:37.038Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml 43d04ad7-19e7-4428-8bbe-0734d5e5559e 20368
2021-08-24T21:25:37.039Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-24T21:25:37.039Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml
2021-08-24T21:25:37.039Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:25:37.039Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:37.041Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:37.041Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840337039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:25:37.141Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:37.142Z||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-08-24T21:25:37.142Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:37.149Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:37.150Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:25:38.042Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 508689c7-dac5-4096-9760-d784bf931272 from URL: /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env
2021-08-24T21:25:38.043Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:25:38.043Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env
2021-08-24T21:25:38.779Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:25:38.779Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env 508689c7-dac5-4096-9760-d784bf931272 2098
2021-08-24T21:25:38.780Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-24T21:25:38.780Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env
2021-08-24T21:25:38.780Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:25:38.780Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:38.782Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:38.782Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840338780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:25:38.882Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:38.883Z||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-08-24T21:25:38.883Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:38.890Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:38.890Z||pool-29-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:39.782Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6fd09334-4527-4810-8de7-da5659974225
2021-08-24T21:25:39.783Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8e3648b8-df92 0 86cc3266-83e0-4a25-a063-8f48a0fc9fb0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:25:39.796Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.797Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.797Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-08-24T21:25:39.797Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 4ff5426b-4c37-40b7-8bf0-ec9ffb396958
2021-08-24T21:25:39.797Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4ff5426b-4c37-40b7-8bf0-ec9ffb396958 matches Tosca VF Customization UUID: 4ff5426b-4c37-40b7-8bf0-ec9ffb396958
2021-08-24T21:25:39.797Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 4ff5426b-4c37-40b7-8bf0-ec9ffb396958  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-24T21:25:39.799Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.799Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.799Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 4ff5426b-4c37-40b7-8bf0-ec9ffb396958: {\"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-08-24T21:25:39.800Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a0879d3
2021-08-24T21:25:39.800Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.800Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:25:39.800Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d16578bb-1fbc-44ed-9680-77feaf3d7dbc
2021-08-24T21:25:39.800Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d16578bb-1fbc-44ed-9680-77feaf3d7dbc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-24T21:25:39.802Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.802Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:39.802Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:39.802Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.803Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:39.803Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:39.803Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.803Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:39.803Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:39.803Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:39.804Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-24T21:25:39.805Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.805Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b878d729-586f-4a3c-a84d-fb4aeb8ea42a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-24T21:25:39.806Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.806Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:39.807Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:39.807Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.807Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:39.807Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:39.807Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-24T21:25:39.808Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:39.809Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-24T21:25:39.809Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.809Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ba377787-6fd3-4261-8755-a0251cfd55c2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-24T21:25:39.810Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.810Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:39.811Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:39.813Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.813Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is not matching search criteria
2021-08-24T21:25:39.813Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-24T21:25:39.814Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-24T21:25:39.815Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-24T21:25:39.815Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-24T21:25:39.815Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-24T21:25:39.815Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-24T21:25:39.815Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=442092d1-cfe3-437d-a319-37ad64c7d282
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-24T21:25:39.816Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.817Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:39.817Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:25:39.817Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.817Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e3648b8-df92 0 is matching search criteria
2021-08-24T21:25:39.817Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e3648b8-df92 0] matching following query criteria: sdcType=VF, customizationUUID=4ff5426b-4c37-40b7-8bf0-ec9ffb396958
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:25:39.819Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.819Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.819Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6fd09334-4527-4810-8de7-da5659974225: vFW 8e3648b8-df92
2021-08-24T21:25:39.819Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.819Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.819Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:25:39.820Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-24 21-24-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:25:39.821Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-08-24 21-24-00 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-08-24T21:25:39.927Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8e3648b8-df92 86cc3266-83e0-4a25-a063-8f48a0fc9fb0 1 ASDC deployResourceStructure
2021-08-24T21:25:39.928Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json ASDC sendASDCNotification
2021-08-24T21:25:39.928Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json
2021-08-24T21:25:39.928Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:25:39.928Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:39.929Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:39.930Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840339928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:25:40.030Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:40.030Z||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-08-24T21:25:40.030Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:40.039Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:40.039Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:40.931Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-24T21:25:40.931Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml
2021-08-24T21:25:40.931Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:25:40.932Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:40.934Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:40.934Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840340931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-24T21:25:41.034Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:41.035Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-24T21:25:41.035Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:41.042Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:41.042Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:41.935Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-24T21:25:41.935Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env
2021-08-24T21:25:41.936Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:25:41.936Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:41.938Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:41.938Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840341935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-24T21:25:42.038Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:42.038Z||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-08-24T21:25:42.038Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:42.046Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:42.046Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:42.939Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar ASDC sendASDCNotification
2021-08-24T21:25:42.939Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar
2021-08-24T21:25:42.939Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:25:42.940Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:25:42.942Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:25:42.942Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840342938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:25:43.042Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:25:43.042Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-24T21:25:43.043Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:25:43.054Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:25:43.054Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:25:43.943Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:25:43.950Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:25:43.951Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:25:43.951Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:25:43.952Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:26:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:26:12.688Z||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-08-24T21:26:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:26:12.707Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:26:12.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:26:12.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:26:12.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:26:12.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840252685,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840260630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:26:12.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "clamp",
  "timestamp": 1629840263184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840263920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "clamp",
  "timestamp": 1629840264229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:26:12.713Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840265053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:26:12.713Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "clamp",
  "timestamp": 1629840265232,
  "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-08-24T21:26:12.718Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 327aafbd-80ac-4f19-8ce6-00fbca2bfd79
2021-08-24T21:26:12.719Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 327aafbd-80ac-4f19-8ce6-00fbca2bfd79 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-08-24T21:26:12.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840266449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:26:12.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840267603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/basic_onboard_bqwdsa0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:26:12.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840268607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-24T21:26:12.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840269610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/resourceInstances/basic_onboard_bqwdsa0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-24T21:26:12.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:12.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:26:12.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840270615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBqwdsa/1.0/artifacts/service-BasicOnboardBqwdsa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:26:12.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:26:13.952Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:26:13.958Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:26:13.960Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:26:13.960Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:26:13.960Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:26:43.960Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:26:43.968Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:26:43.970Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:26:43.970Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:26:43.971Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:27:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:27:12.688Z||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-08-24T21:27:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:27:13.210Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:27:13.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "327aafbd-80ac-4f19-8ce6-00fbca2bfd79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840313892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:27:13.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "cds",
  "timestamp": 1629840320270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840317850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840315168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "policy-id",
  "timestamp": 1629840319154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840315168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "cds",
  "timestamp": 1629840320270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840317850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "policy-id",
  "timestamp": 1629840319154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "cds",
  "timestamp": 1629840320270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840315168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840317850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "policy-id",
  "timestamp": 1629840319154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "cds",
  "timestamp": 1629840320270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840315168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840317850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "policy-id",
  "timestamp": 1629840319154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629840326247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "cds",
  "timestamp": 1629840320270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840315168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840317850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "policy-id",
  "timestamp": 1629840319154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629840326247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "cds",
  "timestamp": 1629840320270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840315168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840317850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "policy-id",
  "timestamp": 1629840319154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629840326247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "cds",
  "timestamp": 1629840320270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840315168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629840317850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840314909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "policy-id",
  "timestamp": 1629840319154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629840326247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840330436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "cds",
  "timestamp": 1629840330443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840330443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.225Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "policy-id",
  "timestamp": 1629840330443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629840326247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "cds",
  "timestamp": 1629840331447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-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-08-24T21:27:13.232Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9739973c-8076-4a7a-b1e2-9dedbd431cd9
2021-08-24T21:27:13.232Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:13.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "policy-id",
  "timestamp": 1629840331448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:27:13.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840331884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629840326247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "policy-id",
  "timestamp": 1629840332451,
  "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-08-24T21:27:13.245Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9739973c-8076-4a7a-b1e2-9dedbd431cd9
2021-08-24T21:27:13.245Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:13.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "dcae-sch",
  "timestamp": 1629840326247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840333577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840334171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840334601,
  "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-08-24T21:27:13.254Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9739973c-8076-4a7a-b1e2-9dedbd431cd9
2021-08-24T21:27:13.254Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:13.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "clamp",
  "timestamp": 1629840334976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629840335605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "clamp",
  "timestamp": 1629840334976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840337039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "clamp",
  "timestamp": 1629840334976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "clamp",
  "timestamp": 1629840334976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840338780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "aai-ml",
  "timestamp": 1629840338637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "clamp",
  "timestamp": 1629840334976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840339928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:27:13.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "aai-ml",
  "timestamp": 1629840338637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "clamp",
  "timestamp": 1629840334976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840340931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "aai-ml",
  "timestamp": 1629840338637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "clamp",
  "timestamp": 1629840334976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840341935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "aai-ml",
  "timestamp": 1629840338637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840342069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840342938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:27:13.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "aai-ml",
  "timestamp": 1629840338637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840342069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vfw8e3648b8df920_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "aai-ml",
  "timestamp": 1629840338637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840342069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "aai-ml",
  "timestamp": 1629840338637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840342069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "aai-ml",
  "timestamp": 1629840346666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840342069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/resourceInstances/vfw8e3648b8df920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840342069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840342069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "clamp",
  "timestamp": 1629840349191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840350053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:27:13.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "clamp",
  "timestamp": 1629840351192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:27:13.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "clamp",
  "timestamp": 1629840352196,
  "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-08-24T21:27:13.270Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9739973c-8076-4a7a-b1e2-9dedbd431cd9
2021-08-24T21:27:13.270Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:13.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840352749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:27:13.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629840353752,
  "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-08-24T21:27:13.280Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9739973c-8076-4a7a-b1e2-9dedbd431cd9
2021-08-24T21:27:13.280Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:13.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "aai-ml",
  "timestamp": 1629840356062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210824212400/1.0/artifacts/service-Vfw20210824212400-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:27:13.285Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:27:13.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-24T21:27:13.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "aai-ml",
  "timestamp": 1629840357065,
  "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-08-24T21:27:13.288Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9739973c-8076-4a7a-b1e2-9dedbd431cd9
2021-08-24T21:27:13.288Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:13.971Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:27:13.979Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:27:13.982Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:27:13.983Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:27:13.983Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:27:13.983Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||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-08-24T21:27:13.986Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T21:27:43.987Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9 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-08-24T21:27:43.991Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9739973c-8076-4a7a-b1e2-9dedbd431cd9 and serviceModelVersionId: 6fd09334-4527-4810-8de7-da5659974225
2021-08-24T21:27:43.991Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da
2021-08-24T21:27:43.992Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da/model-vers/model-ver/6fd09334-4527-4810-8de7-da5659974225?depth=0
2021-08-24T21:27:44.002Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T21:27:44.045Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da/model-vers/model-ver/6fd09334-4527-4810-8de7-da5659974225?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-08-24T21:27:44.046Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da/model-vers/model-ver/6fd09334-4527-4810-8de7-da5659974225?depth=0|INFO|500||Invoke
2021-08-24T21:27:44.086Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da/model-vers/model-ver/6fd09334-4527-4810-8de7-da5659974225?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-24T21:27:44.156Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da/model-vers/model-ver/6fd09334-4527-4810-8de7-da5659974225?depth=0|INFO|500||InvokeReturn
2021-08-24T21:27:44.156Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9b8e3aa-3a65-4fc4-8c3e-cb7c850349da/model-vers/model-ver/6fd09334-4527-4810-8de7-da5659974225?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210824-21:27:44:092-7997], vertex-id=[340064], Content-Length=[0], Date=[Tue, 24 Aug 2021 21:27:44 GMT], Content-Type=[application/json]}
2021-08-24T21:27:44.156Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-08-24T21:27:44.157Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T21:27:44.157Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:27:44.160Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-24T21:27:44.160Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9739973c-8076-4a7a-b1e2-9dedbd431cd9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T21:27:44.160Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T21:27:44.161Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:27:44.162Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:27:44.162Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840464160,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:27:44.262Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:27:44.263Z||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-08-24T21:27:44.263Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:27:44.275Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:27:44.275Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 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-08-24T21:27:45.173Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:27:45.173Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:27:45.173Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:27:55.364Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:27:55.365Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:27:55.365Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:27:55.365Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:28:04.897Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:28:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:28:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:28:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:28:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:28:12.688Z||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-08-24T21:28:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:28:13.307Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:28:13.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:28:13.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9739973c-8076-4a7a-b1e2-9dedbd431cd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629840464160,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:28:13.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:28:22.218Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:29:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:29:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:29:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:29:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:29:12.688Z||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-08-24T21:29:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:29:22.221Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:29:22.221Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:30:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:30:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:30:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:30:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:30:12.687Z||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-08-24T21:30:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:30:22.220Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:30:22.221Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:31:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:31:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:31:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:31:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:31:12.687Z||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-08-24T21:31:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:31:22.223Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:31:22.223Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:32:12.691Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:32:12.691Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:32:12.692Z||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-08-24T21:32:12.692Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:32:12.692Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:32:12.692Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:32:22.228Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:32:22.230Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:33:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:33:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:33:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:33:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:33:12.688Z||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-08-24T21:33:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:33:22.220Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:33:22.223Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:34:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:34:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:34:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:34:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:34:12.688Z||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-08-24T21:34:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:34:22.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:34:22.224Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:35:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:35:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:35:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:35:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:35:12.688Z||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-08-24T21:35:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:35:22.223Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:35:22.225Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:36:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:36:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:36:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:36:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:36:12.687Z||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-08-24T21:36:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:36:22.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:36:22.221Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:37:12.685Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:37:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:37:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:37:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:37:12.688Z||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-08-24T21:37:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:37:22.219Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:37:22.220Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:38:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:38:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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-08-24T21:38:12.686Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:38:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:38:12.688Z||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-08-24T21:38:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:38:12.826Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:38:12.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "cds",
  "timestamp": 1629841085270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:38:12.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:38:12.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "clamp",
  "timestamp": 1629841084976,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:38:12.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:38:12.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "dcae-sch",
  "timestamp": 1629841086247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "aai-ml",
  "timestamp": 1629841088637,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "cds",
  "timestamp": 1629841085270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:38:12.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "aai-ml",
  "timestamp": 1629841088637,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "dcae-sch",
  "timestamp": 1629841086247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "clamp",
  "timestamp": 1629841084976,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:38:12.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:38:13.321Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:38:13.322Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T21:38:13.322Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"16212b67-615b-477d-9b67-78553305d089","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f3fd0826-b859-4812-b6d3-1b6e681eaf24","serviceDescription":"service","serviceInvariantUUID":"d65e12b9-3e03-4056-9dd2-aa97b4236341","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"695f4bda-d1ae-4a7e-9925-fbb1a3f46f61","resourceInvariantUUID":"a624a818-86b9-4bfb-a3a9-f0874ee9b1c8","resourceCustomizationUUID":"4aa38831-fb92-4353-ba27-196c7ecdea61","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":"YzM3ZGY3YzA4N2ZmYzBjNWZiZmE1NDllZGNmNjg3YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5e88674-4156-44be-9700-57e53d285be6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDNlYTFmZTAxNDA3Y2U5ZGUyYTRlOTc5N2VkOWNmZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0680a3a6-6b23-472c-8a11-7cb36ec37384","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T21:38:13.324Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:38:13.324Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:38:13.326Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:38:13.327Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841092685,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:38:13.426Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:38:13.427Z||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-08-24T21:38:13.427Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:38:13.434Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:38:13.435Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:38:14.328Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:38:14.328Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:38:14.330Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:38:14.330Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841092685,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:38:14.430Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:38:14.431Z||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-08-24T21:38:14.431Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:38:14.438Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:38:14.438Z||pool-36-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:38:15.331Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f3fd0826-b859-4812-b6d3-1b6e681eaf24",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d65e12b9-3e03-4056-9dd2-aa97b4236341",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4aa38831-fb92-4353-ba27-196c7ecdea61",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "695f4bda-d1ae-4a7e-9925-fbb1a3f46f61",
      "resourceInvariantUUID": "a624a818-86b9-4bfb-a3a9-f0874ee9b1c8",
      "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": "NDNlYTFmZTAxNDA3Y2U5ZGUyYTRlOTc5N2VkOWNmZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0680a3a6-6b23-472c-8a11-7cb36ec37384"
    }
  ],
  "workloadContext": "Production"
}
2021-08-24T21:38:15.332Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T21:38:15.332Z|9739973c-8076-4a7a-b1e2-9dedbd431cd9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f3fd0826-b859-4812-b6d3-1b6e681eaf24 ASDC
2021-08-24T21:38:15.332Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:16212b67-615b-477d-9b67-78553305d089
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f3fd0826-b859-4812-b6d3-1b6e681eaf24
ServiceInvariantUUID:d65e12b9-3e03-4056-9dd2-aa97b4236341
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:0680a3a6-6b23-472c-8a11-7cb36ec37384
ArtifactChecksum:NDNlYTFmZTAxNDA3Y2U5ZGUyYTRlOTc5N2VkOWNmZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4aa38831-fb92-4353-ba27-196c7ecdea61
ResourceInvariantUUID:a624a818-86b9-4bfb-a3a9-f0874ee9b1c8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:695f4bda-d1ae-4a7e-9925-fbb1a3f46f61
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-08-24T21:38:15.332Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3fd0826-b859-4812-b6d3-1b6e681eaf24 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-08-24T21:38:15.350Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:38:15.351Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:38:15.351Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:38:15.351Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0680a3a6-6b23-472c-8a11-7cb36ec37384 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-24T21:38:15.351Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:38:15.351Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-24T21:38:17.938Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:38:17.940Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0680a3a6-6b23-472c-8a11-7cb36ec37384 52175
2021-08-24T21:38:17.940Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-24T21:38:17.940Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-24T21:38:17.940Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:38:17.941Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:38:17.943Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:38:17.943Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841097940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:38:18.043Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:38:18.044Z||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-08-24T21:38:18.044Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:38:18.051Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:38:18.051Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:38:18.943Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:38:18.945Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:38:18.945Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0680a3a6-6b23-472c-8a11-7cb36ec37384, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T21:38:18.945Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-24T21:38:18.946Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T21:38:18.946Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T21:38:19.059Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14126735903347579377/Definitions/service-BasicNetwork-template.yml
2021-08-24T21:38:19.523Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T21:38:19.523Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:38:19.523Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T21:38:19.523Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||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-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.524Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.525Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.526Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.527Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f3fd0826-b859-4812-b6d3-1b6e681eaf24
Model Version:NULL
Model InvariantUuid:d65e12b9-3e03-4056-9dd2-aa97b4236341
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a624a818-86b9-4bfb-a3a9-f0874ee9b1c8
Model UUID:9d4958ec-ac29-491e-9523-9137821041e4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4aa38831-fb92-4353-ba27-196c7ecdea61
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-24T21:38:19.532Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 695f4bda-d1ae-4a7e-9925-fbb1a3f46f61
2021-08-24T21:38:19.532Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||No resources found for Service: f3fd0826-b859-4812-b6d3-1b6e681eaf24
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:38:19.535Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||
2021-08-24T21:38:19.535Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-08-24T21:38:19.536Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||No resources found for Service: f3fd0826-b859-4812-b6d3-1b6e681eaf24
2021-08-24T21:38:19.536Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f3fd0826-b859-4812-b6d3-1b6e681eaf24
2021-08-24T21:38:19.536Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-08-24T21:38:19.536Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:38:19.540Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.540Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.540Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.540Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.540Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f3fd0826-b859-4812-b6d3-1b6e681eaf24: Generic NeutronNet
2021-08-24T21:38:19.540Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.541Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.541Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.541Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-08-24T21:38:19.567Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.567Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.568Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.568Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.568Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:38:19.568Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:38:19.568Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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-08-24T21:38:19.614Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-08-24T21:38:19.614Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-24T21:38:19.614Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-24T21:38:19.614Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:38:19.614Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:38:19.616Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:38:19.616Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841099614,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:38:19.716Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:38:19.717Z||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-08-24T21:38:19.717Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:38:19.726Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:38:19.726Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:38:20.617Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:38:20.624Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:38:20.626Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:38:20.626Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:38:20.626Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:38:50.626Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:38:50.633Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:38:50.634Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:38:50.634Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:38:50.634Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:39:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:39:12.688Z||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-08-24T21:39:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:39:12.713Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:39:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:39:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841092069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:39:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:39:20.635Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:39:20.642Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:39:20.643Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:39:20.644Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:39:20.644Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:39:50.644Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:39:50.651Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:39:50.652Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:39:50.652Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:39:50.652Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:40:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:40:12.688Z||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-08-24T21:40:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:12.710Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:40:12.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841092685,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841092069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "cds",
  "timestamp": 1629841094080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "aai-ml",
  "timestamp": 1629841094167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841092685,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:40:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "cds",
  "timestamp": 1629841095085,
  "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-08-24T21:40:12.719Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16212b67-615b-477d-9b67-78553305d089
2021-08-24T21:40:12.719Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16212b67-615b-477d-9b67-78553305d089 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-08-24T21:40:12.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841095474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841095168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.727Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "clamp",
  "timestamp": 1629841096267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841095168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841096823,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841097827,
  "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-08-24T21:40:12.731Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16212b67-615b-477d-9b67-78553305d089
2021-08-24T21:40:12.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16212b67-615b-477d-9b67-78553305d089 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-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841097940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "clamp",
  "timestamp": 1629841098274,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841097850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "aai-ml",
  "timestamp": 1629841098861,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "clamp",
  "timestamp": 1629841099277,
  "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-08-24T21:40:12.739Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16212b67-615b-477d-9b67-78553305d089
2021-08-24T21:40:12.739Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16212b67-615b-477d-9b67-78553305d089 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-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841097850,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841099614,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "policy-id",
  "timestamp": 1629841099154,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "aai-ml",
  "timestamp": 1629841099865,
  "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-08-24T21:40:12.747Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16212b67-615b-477d-9b67-78553305d089
2021-08-24T21:40:12.747Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16212b67-615b-477d-9b67-78553305d089 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-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "policy-id",
  "timestamp": 1629841099154,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "policy-id",
  "timestamp": 1629841102062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "policy-id",
  "timestamp": 1629841103066,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "policy-id",
  "timestamp": 1629841104069,
  "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-08-24T21:40:12.755Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16212b67-615b-477d-9b67-78553305d089
2021-08-24T21:40:12.755Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16212b67-615b-477d-9b67-78553305d089 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-08-24T21:40:12.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841135169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841137850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "policy-id",
  "timestamp": 1629841139154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841137850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841135169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "policy-id",
  "timestamp": 1629841139154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841137850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841135169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "policy-id",
  "timestamp": 1629841139154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841137850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841135169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "policy-id",
  "timestamp": 1629841139154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841137850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841135169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "policy-id",
  "timestamp": 1629841139154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841137850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841135169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "policy-id",
  "timestamp": 1629841139154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "clamp",
  "timestamp": 1629841144976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "cds",
  "timestamp": 1629841145270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841137850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841135169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "policy-id",
  "timestamp": 1629841139154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "clamp",
  "timestamp": 1629841144976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "cds",
  "timestamp": 1629841145270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "dcae-sch",
  "timestamp": 1629841146247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841137850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841135169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:40:12.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "policy-id",
  "timestamp": 1629841139154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "clamp",
  "timestamp": 1629841144976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "cds",
  "timestamp": 1629841145270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "dcae-sch",
  "timestamp": 1629841146247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "policy-id",
  "timestamp": 1629841148548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "clamp",
  "timestamp": 1629841144976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841148640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "cds",
  "timestamp": 1629841145270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "dcae-sch",
  "timestamp": 1629841146247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "aai-ml",
  "timestamp": 1629841148637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "policy-id",
  "timestamp": 1629841149551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "clamp",
  "timestamp": 1629841144976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "cds",
  "timestamp": 1629841145270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841149862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "dcae-sch",
  "timestamp": 1629841146247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "aai-ml",
  "timestamp": 1629841148637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "policy-id",
  "timestamp": 1629841150554,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-24T21:40:12.777Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dcd9e216-1bb1-4388-a2bf-3e4a31499707
2021-08-24T21:40:12.777Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcd9e216-1bb1-4388-a2bf-3e4a31499707 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-08-24T21:40:12.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "clamp",
  "timestamp": 1629841144976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "cds",
  "timestamp": 1629841145270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841150865,
  "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-08-24T21:40:12.784Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dcd9e216-1bb1-4388-a2bf-3e4a31499707
2021-08-24T21:40:12.785Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcd9e216-1bb1-4388-a2bf-3e4a31499707 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-08-24T21:40:12.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "dcae-sch",
  "timestamp": 1629841146247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "aai-ml",
  "timestamp": 1629841148637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "clamp",
  "timestamp": 1629841144976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "cds",
  "timestamp": 1629841145270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "dcae-sch",
  "timestamp": 1629841146247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "aai-ml",
  "timestamp": 1629841148637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:12.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:40:20.655Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:40:20.664Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16212b67-615b-477d-9b67-78553305d089
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:40:20.666Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:40:20.666Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T21:40:20.666Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T21:40:20.666Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:40:20.667Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||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-08-24T21:40:20.670Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T21:40:50.671Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16212b67-615b-477d-9b67-78553305d089 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-08-24T21:40:50.675Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16212b67-615b-477d-9b67-78553305d089 and serviceModelVersionId: f3fd0826-b859-4812-b6d3-1b6e681eaf24
2021-08-24T21:40:50.675Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d65e12b9-3e03-4056-9dd2-aa97b4236341
2021-08-24T21:40:50.676Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d65e12b9-3e03-4056-9dd2-aa97b4236341/model-vers/model-ver/f3fd0826-b859-4812-b6d3-1b6e681eaf24?depth=0
2021-08-24T21:40:50.680Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T21:40:50.713Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d65e12b9-3e03-4056-9dd2-aa97b4236341/model-vers/model-ver/f3fd0826-b859-4812-b6d3-1b6e681eaf24?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-08-24T21:40:50.714Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d65e12b9-3e03-4056-9dd2-aa97b4236341/model-vers/model-ver/f3fd0826-b859-4812-b6d3-1b6e681eaf24?depth=0|INFO|500||Invoke
2021-08-24T21:40:50.728Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d65e12b9-3e03-4056-9dd2-aa97b4236341/model-vers/model-ver/f3fd0826-b859-4812-b6d3-1b6e681eaf24?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-24T21:40:50.852Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d65e12b9-3e03-4056-9dd2-aa97b4236341/model-vers/model-ver/f3fd0826-b859-4812-b6d3-1b6e681eaf24?depth=0|INFO|500||InvokeReturn
2021-08-24T21:40:50.852Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d65e12b9-3e03-4056-9dd2-aa97b4236341/model-vers/model-ver/f3fd0826-b859-4812-b6d3-1b6e681eaf24?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210824-21:40:50:734-3449], vertex-id=[237800], Content-Length=[0], Date=[Tue, 24 Aug 2021 21:40:50 GMT], Content-Type=[application/json]}
2021-08-24T21:40:50.852Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-08-24T21:40:50.852Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T21:40:50.852Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:40:50.855Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-24T21:40:50.856Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16212b67-615b-477d-9b67-78553305d089 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T21:40:50.856Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T21:40:50.856Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:40:50.857Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:40:50.858Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841250856,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:40:50.958Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:40:50.958Z||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-08-24T21:40:50.958Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:50.969Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:40:50.969Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-24T21:40:51.866Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:40:51.866Z|16212b67-615b-477d-9b67-78553305d089|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-08-24T21:40:51.866Z|16212b67-615b-477d-9b67-78553305d089|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:56.137Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:40:56.137Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T21:40:56.137Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"dcd9e216-1bb1-4388-a2bf-3e4a31499707","serviceName":"Demo_pNF_jbqY47X7DzwcqeyeYSTM","serviceVersion":"1.0","serviceUUID":"3f49846f-e142-4f10-8a6f-4e84d5ea9842","serviceDescription":"catalog service description","serviceInvariantUUID":"c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6","resources":[{"resourceInstanceName":"pNF 80721522-f51b 0","resourceName":"pNF 80721522-f51b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b1a73969-9441-4785-95e5-9cb3db4d349a","resourceInvariantUUID":"827527d2-4984-4d4a-8cc0-ade2a85a0f9b","resourceCustomizationUUID":"320708d1-23d6-4a95-a2ae-da366060cd7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml","artifactChecksum":"YzZmZDRjYTYyYTBmYTg2MjJlNjdjNjIzMDE2MGJiZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66357499-ab3e-4485-99f4-9fc6bfbe262f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar","artifactChecksum":"ZjIzZjFiMDcwNGQ3M2Q5YTUyOGE0NTU3ZTkzNWVhODM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f241cbd4-d0e8-4952-a1ab-6110c1049755","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41baeffd-340e-46b7-bb06-f83abdd9a345","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml","artifactChecksum":"Mjk2MTgwNzY0NTI3NDA0YTE3YmExZTE2MjM5N2UwOTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb56e278-3079-4ddb-8ca7-016906e7b199","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a3057265-cbb3-4147-b93a-ff21b6cc5256","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6c11cb7-d101-4934-b2c7-621aafb27278","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml","artifactChecksum":"ZTUyYzM3M2U1MWY5MGRkOTI5ZGI5NmE1YjJlNjJhZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75081f53-effb-409c-b311-c34cd5fa2802","artifactVersion":"1"},{"artifactName":"service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar","artifactChecksum":"M2ZjOWVhMzM4ZDk0YzFkY2ZhMGZhNmI5YjI5MzkyZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bed82dd-d1cb-45f4-9c64-957782f0a9f8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T21:40:56.140Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:40:56.140Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:40:56.142Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:40:56.142Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:56.242Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:40:56.243Z||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-08-24T21:40:56.243Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:56.250Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:40:56.250Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:40:57.143Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:40:57.147Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:40:57.149Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:40:57.149Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:57.249Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:40:57.249Z||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-08-24T21:40:57.250Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:57.257Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:40:57.258Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:40:58.149Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:40:58.150Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:40:58.152Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:40:58.152Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:58.251Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:40:58.252Z||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-08-24T21:40:58.252Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:58.260Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:40:58.260Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:40:59.152Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:40:59.153Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:40:59.155Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:40:59.155Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:40:59.255Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:40:59.255Z||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-08-24T21:40:59.256Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:40:59.264Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:40:59.264Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:41:00.155Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:41:00.156Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:41:00.157Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:41:00.158Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:41:00.258Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:41:00.258Z||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-08-24T21:41:00.258Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:41:00.266Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:41:00.266Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:41:01.158Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:41:01.158Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:41:01.161Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:41:01.161Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:41:01.261Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:41:01.261Z||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-08-24T21:41:01.262Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:41:01.269Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:41:01.269Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:41:02.161Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:41:02.162Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:41:02.164Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:41:02.164Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:41:02.264Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:41:02.264Z||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-08-24T21:41:02.264Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:41:02.271Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:41:02.272Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:41:03.164Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:41:03.165Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:41:03.166Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:41:03.166Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:41:03.266Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:41:03.267Z||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-08-24T21:41:03.267Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:41:03.275Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:41:03.276Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:41:04.167Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "serviceName": "Demo_pNF_jbqY47X7DzwcqeyeYSTM",
  "serviceVersion": "1.0",
  "serviceUUID": "3f49846f-e142-4f10-8a6f-4e84d5ea9842",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6",
  "resources": [
    {
      "resourceInstanceName": "pNF 80721522-f51b 0",
      "resourceCustomizationUUID": "320708d1-23d6-4a95-a2ae-da366060cd7b",
      "resourceName": "pNF 80721522-f51b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b1a73969-9441-4785-95e5-9cb3db4d349a",
      "resourceInvariantUUID": "827527d2-4984-4d4a-8cc0-ade2a85a0f9b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
      "artifactChecksum": "M2ZjOWVhMzM4ZDk0YzFkY2ZhMGZhNmI5YjI5MzkyZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bed82dd-d1cb-45f4-9c64-957782f0a9f8"
    }
  ],
  "workloadContext": "Production"
}
2021-08-24T21:41:04.168Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T21:41:04.168Z|16212b67-615b-477d-9b67-78553305d089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3f49846f-e142-4f10-8a6f-4e84d5ea9842 ASDC
2021-08-24T21:41:04.168Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:dcd9e216-1bb1-4388-a2bf-3e4a31499707
ServiceName:Demo_pNF_jbqY47X7DzwcqeyeYSTM
ServiceVersion:1.0
ServiceUUID:3f49846f-e142-4f10-8a6f-4e84d5ea9842
ServiceInvariantUUID:c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
ArtifactUUID:9bed82dd-d1cb-45f4-9c64-957782f0a9f8
ArtifactChecksum:M2ZjOWVhMzM4ZDk0YzFkY2ZhMGZhNmI5YjI5MzkyZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 80721522-f51b 0
ResourceCustomizationUUID:320708d1-23d6-4a95-a2ae-da366060cd7b
ResourceInvariantUUID:827527d2-4984-4d4a-8cc0-ade2a85a0f9b
ResourceName:pNF 80721522-f51b
ResourceType:PNF
ResourceUUID:b1a73969-9441-4785-95e5-9cb3db4d349a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-24T21:41:04.168Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f49846f-e142-4f10-8a6f-4e84d5ea9842 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-08-24T21:41:04.185Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:41:04.185Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:41:04.185Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:41:04.185Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9bed82dd-d1cb-45f4-9c64-957782f0a9f8 from URL: /sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:04.186Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:41:04.186Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:04.284Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:41:04.287Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar 9bed82dd-d1cb-45f4-9c64-957782f0a9f8 82550
2021-08-24T21:41:04.287Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar ASDC sendASDCNotification
2021-08-24T21:41:04.287Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:04.287Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:41:04.287Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:41:04.289Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:41:04.289Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841264287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:41:04.389Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:41:04.389Z||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-08-24T21:41:04.389Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:41:04.397Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:41:04.397Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:41:05.289Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:41:05.290Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:41:05.290Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9bed82dd-d1cb-45f4-9c64-957782f0a9f8, URL: /sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar to file: /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.290Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.291Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.291Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.366Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2055053306726673809/Definitions/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml
2021-08-24T21:41:05.926Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 80721522-f51b 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-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||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-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||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-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.927Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:41:05.928Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:41:05.928Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.928Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Node template pNF 80721522-f51b 0 is matching search criteria
2021-08-24T21:41:05.928Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:41:05.929Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 80721522-f51b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:41:05.929Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:41:05.929Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.929Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Node template pNF 80721522-f51b 0 is matching search criteria
2021-08-24T21:41:05.929Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:41:05.930Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 80721522-f51b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:41:05.930Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:41:05.930Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.930Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:41:05.930Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.930Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:41:05.931Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.931Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:41:05.931Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.931Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:41:05.931Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.932Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_jbqY47X7DzwcqeyeYSTM
Description:catalog service description
Model UUID:3f49846f-e142-4f10-8a6f-4e84d5ea9842
Model Version:NULL
Model InvariantUuid:c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-24T21:41:05.936Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: b1a73969-9441-4785-95e5-9cb3db4d349a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:41:05.938Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||pNF 80721522-f51b 0
2021-08-24T21:41:05.938Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b1a73969-9441-4785-95e5-9cb3db4d349a
2021-08-24T21:41:05.938Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3f49846f-e142-4f10-8a6f-4e84d5ea9842
2021-08-24T21:41:05.939Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3f49846f-e142-4f10-8a6f-4e84d5ea9842
2021-08-24T21:41:05.939Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 80721522-f51b 0 b1a73969-9441-4785-95e5-9cb3db4d349a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:41:05.942Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:41:05.942Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.943Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3f49846f-e142-4f10-8a6f-4e84d5ea9842: pNF 80721522-f51b
2021-08-24T21:41:05.943Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||Processing PNF resource: b1a73969-9441-4785-95e5-9cb3db4d349a
2021-08-24T21:41:05.943Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:41:05.943Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jbqY47X7DzwcqeyeYSTM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:41:05.943Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||Resource customization UUID: 320708d1-23d6-4a95-a2ae-da366060cd7b is the same as notified resource customizationUUID: 320708d1-23d6-4a95-a2ae-da366060cd7b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-08-24T21:41:05.976Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 80721522-f51b b1a73969-9441-4785-95e5-9cb3db4d349a 0 ASDC deployResourceStructure
2021-08-24T21:41:05.976Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar ASDC sendASDCNotification
2021-08-24T21:41:05.976Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar
2021-08-24T21:41:05.976Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:41:05.976Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:41:05.978Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:41:05.978Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841265976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:41:06.078Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:41:06.079Z||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-08-24T21:41:06.079Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:41:06.088Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:41:06.089Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:41:06.980Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcd9e216-1bb1-4388-a2bf-3e4a31499707
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:41:06.988Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcd9e216-1bb1-4388-a2bf-3e4a31499707
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:41:06.992Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:41:06.992Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:41:06.992Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:41:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:41:12.688Z||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-08-24T21:41:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:41:12.703Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:41:12.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:41:12.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "clamp",
  "timestamp": 1629841144976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:41:12.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:41:36.993Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcd9e216-1bb1-4388-a2bf-3e4a31499707
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:41:37.002Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcd9e216-1bb1-4388-a2bf-3e4a31499707
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:41:37.004Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:41:37.004Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:41:37.004Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:42:07.005Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcd9e216-1bb1-4388-a2bf-3e4a31499707
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:42:07.012Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcd9e216-1bb1-4388-a2bf-3e4a31499707
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:42:07.013Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:42:07.013Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:42:07.014Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:42:12.688Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:42:12.689Z||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-08-24T21:42:12.689Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:42:12.709Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:42:12.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841152069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:42:12.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "cds",
  "timestamp": 1629841145270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:42:12.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "dcae-sch",
  "timestamp": 1629841146247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "aai-ml",
  "timestamp": 1629841148637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841152069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "dcae-sch",
  "timestamp": 1629841146247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "cds",
  "timestamp": 1629841154188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "aai-ml",
  "timestamp": 1629841148637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841152069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:42:12.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "cds",
  "timestamp": 1629841155192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-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-08-24T21:42:12.719Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dcd9e216-1bb1-4388-a2bf-3e4a31499707
2021-08-24T21:42:12.719Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcd9e216-1bb1-4388-a2bf-3e4a31499707 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-08-24T21:42:12.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "aai-ml",
  "timestamp": 1629841148637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841152069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "aai-ml",
  "timestamp": 1629841148637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841152069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841152069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "aai-ml",
  "timestamp": 1629841158334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841152069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841152069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841160843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "clamp",
  "timestamp": 1629841161451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "aai-ml",
  "timestamp": 1629841162196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841162429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:42:12.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:42:12.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "aai-ml",
  "timestamp": 1629841163199,
  "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-08-24T21:42:12.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dcd9e216-1bb1-4388-a2bf-3e4a31499707
2021-08-24T21:42:12.730Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcd9e216-1bb1-4388-a2bf-3e4a31499707 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-08-24T21:42:12.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "clamp",
  "timestamp": 1629841163279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:42:12.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:42:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841163432,
  "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-08-24T21:42:12.739Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dcd9e216-1bb1-4388-a2bf-3e4a31499707
2021-08-24T21:42:12.739Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcd9e216-1bb1-4388-a2bf-3e4a31499707 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-08-24T21:42:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:42:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "clamp",
  "timestamp": 1629841164282,
  "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-08-24T21:42:12.747Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dcd9e216-1bb1-4388-a2bf-3e4a31499707
2021-08-24T21:42:12.747Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcd9e216-1bb1-4388-a2bf-3e4a31499707 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-08-24T21:42:37.014Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcd9e216-1bb1-4388-a2bf-3e4a31499707
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:42:37.021Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcd9e216-1bb1-4388-a2bf-3e4a31499707
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:42:37.024Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:42:37.024Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T21:42:37.024Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T21:42:37.024Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T21:42:37.024Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:42:37.024Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:42:37.024Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:42:37.024Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:42:37.024Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:42:37.024Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:42:37.025Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:42:37.025Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||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-08-24T21:42:37.028Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T21:43:07.028Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dcd9e216-1bb1-4388-a2bf-3e4a31499707 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-08-24T21:43:07.032Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dcd9e216-1bb1-4388-a2bf-3e4a31499707 and serviceModelVersionId: 3f49846f-e142-4f10-8a6f-4e84d5ea9842
2021-08-24T21:43:07.032Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6
2021-08-24T21:43:07.033Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6/model-vers/model-ver/3f49846f-e142-4f10-8a6f-4e84d5ea9842?depth=0
2021-08-24T21:43:07.036Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T21:43:07.071Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6/model-vers/model-ver/3f49846f-e142-4f10-8a6f-4e84d5ea9842?depth=0|INFO|500||Invoke
2021-08-24T21:43:07.071Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6/model-vers/model-ver/3f49846f-e142-4f10-8a6f-4e84d5ea9842?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6/model-vers/model-ver/3f49846f-e142-4f10-8a6f-4e84d5ea9842?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dcd9e216-1bb1-4388-a2bf-3e4a31499707], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8aaab80f-d3f6-4334-aac7-eacf38f90551], X-ECOMP-RequestID=[dcd9e216-1bb1-4388-a2bf-3e4a31499707], X-TransactionId=[], X-ONAP-RequestID=[dcd9e216-1bb1-4388-a2bf-3e4a31499707], Content-Type=[application/merge-patch+json]}
2021-08-24T21:43:07.083Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6/model-vers/model-ver/3f49846f-e142-4f10-8a6f-4e84d5ea9842?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-24T21:43:07.340Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6/model-vers/model-ver/3f49846f-e142-4f10-8a6f-4e84d5ea9842?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6/model-vers/model-ver/3f49846f-e142-4f10-8a6f-4e84d5ea9842?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210824-21:43:07:088-90789], vertex-id=[188496], Content-Length=[0], Date=[Tue, 24 Aug 2021 21:43:07 GMT], Content-Type=[application/json]}
2021-08-24T21:43:07.340Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6/model-vers/model-ver/3f49846f-e142-4f10-8a6f-4e84d5ea9842?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-24T21:43:07.341Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c03275bb-b5bc-4ad8-b0d0-38fe5c679ef6/model-vers/model-ver/3f49846f-e142-4f10-8a6f-4e84d5ea9842?depth=0|INFO|500||InvokeReturn
2021-08-24T21:43:07.341Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T21:43:07.341Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:43:07.345Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-24T21:43:07.345Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dcd9e216-1bb1-4388-a2bf-3e4a31499707 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T21:43:07.345Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T21:43:07.345Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:07.347Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:07.347Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841387345,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:43:07.447Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:07.447Z||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-08-24T21:43:07.448Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:07.457Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:07.458Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 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-08-24T21:43:08.355Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:43:08.355Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|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-08-24T21:43:08.355Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:12.631Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:12.632Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T21:43:12.632Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"11bfcf49-baf6-448e-af11-103e5b30ac88","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a6eb5ed3-f47f-489a-a1ca-56c7c1dec053","serviceDescription":"service","serviceInvariantUUID":"36116dbb-b3df-4eb8-b4cc-4d9aee46e402","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9691e321-ef5f-4fdf-ae71-1a69c75eec20","resourceInvariantUUID":"e58d46fe-885d-4f67-abaf-7ff6ab40dd86","resourceCustomizationUUID":"a2830e64-425b-477e-a2ce-887d657a48b6","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":"MTEyODllMWY4ZGEwNTkyYTVkMjQzMzAzNGY4OGE5OWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0346a23a-10f8-4300-9d1a-11007631b79d","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":"NTU5MGY0ZTBlMzQzOWRjNDk5ZjA1NTlmNjMyMTdlZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8899d431-a801-489a-84ea-d61d92974faf","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d6dda34-e11b-416a-9f00-64af248d83f2","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":"20d1c00c-51b6-4352-b493-444655659ef6","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"40b4aa21-f3aa-444a-aee1-7b4a4f803b14","artifactVersion":"2","generatedFromUUID":"9d6dda34-e11b-416a-9f00-64af248d83f2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmJlYWI1ZDUzZjU4NWU3NDFlNzkwOGQ0YWI1Nzc1M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0d9fd89-dbea-48bd-9fce-42d5c01d9848","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDYzZDljMjk0MDI2Y2EyMmM3MWQ4NzliYzFjYzJmOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffb202e5-a247-4944-91ac-f4e482b1929a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T21:43:12.633Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:43:12.633Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:12.635Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:12.635Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:43:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:43:12.688Z||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-08-24T21:43:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:12.705Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:12.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:43:12.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16212b67-615b-477d-9b67-78553305d089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841250856,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:43:12.705Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:43:12.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/resourceInstances/pnf80721522f51b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841251866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841264287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841265976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbqy47x7dzwcqeyeystm/1.0/artifacts/service-DemoPnfJbqy47x7dzwcqeyeystm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:43:12.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:43:12.735Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:12.735Z||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-08-24T21:43:12.736Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:12.741Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:12.742Z||pool-51-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:43:13.635Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:43:13.636Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:13.637Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:13.638Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:43:13.738Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:13.738Z||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-08-24T21:43:13.739Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:13.746Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:13.746Z||pool-52-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:43:14.638Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:43:14.639Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:14.640Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:14.640Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:43:14.741Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:14.742Z||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-08-24T21:43:14.742Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:14.751Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:14.752Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:43:15.641Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:43:15.642Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:15.643Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:15.643Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:43:15.744Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:43:15.744Z||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-08-24T21:43:15.744Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:15.753Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:15.753Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:43:16.644Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:43:16.645Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:16.646Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:16.646Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-24T21:43:16.746Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:16.747Z||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-08-24T21:43:16.747Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:16.755Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:16.756Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:43:17.647Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:43:17.647Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:17.649Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:17.649Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:43:17.749Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:17.750Z||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-08-24T21:43:17.750Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:17.758Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:17.758Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:43:18.649Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:43:18.650Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:18.652Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:18.652Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:43:18.752Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:18.753Z||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-08-24T21:43:18.753Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:18.762Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:18.762Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:43:19.653Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "a6eb5ed3-f47f-489a-a1ca-56c7c1dec053",
  "serviceDescription": "service",
  "serviceInvariantUUID": "36116dbb-b3df-4eb8-b4cc-4d9aee46e402",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "a2830e64-425b-477e-a2ce-887d657a48b6",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9691e321-ef5f-4fdf-ae71-1a69c75eec20",
      "resourceInvariantUUID": "e58d46fe-885d-4f67-abaf-7ff6ab40dd86",
      "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": "NTU5MGY0ZTBlMzQzOWRjNDk5ZjA1NTlmNjMyMTdlZTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8899d431-a801-489a-84ea-d61d92974faf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9d6dda34-e11b-416a-9f00-64af248d83f2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "40b4aa21-f3aa-444a-aee1-7b4a4f803b14",
            "generatedFromUUID": "9d6dda34-e11b-416a-9f00-64af248d83f2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "40b4aa21-f3aa-444a-aee1-7b4a4f803b14",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDYzZDljMjk0MDI2Y2EyMmM3MWQ4NzliYzFjYzJmOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ffb202e5-a247-4944-91ac-f4e482b1929a"
    }
  ],
  "workloadContext": "Production"
}
2021-08-24T21:43:19.653Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T21:43:19.654Z|dcd9e216-1bb1-4388-a2bf-3e4a31499707|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a6eb5ed3-f47f-489a-a1ca-56c7c1dec053 ASDC
2021-08-24T21:43:19.654Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:11bfcf49-baf6-448e-af11-103e5b30ac88
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a6eb5ed3-f47f-489a-a1ca-56c7c1dec053
ServiceInvariantUUID:36116dbb-b3df-4eb8-b4cc-4d9aee46e402
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:ffb202e5-a247-4944-91ac-f4e482b1929a
ArtifactChecksum:MDYzZDljMjk0MDI2Y2EyMmM3MWQ4NzliYzFjYzJmOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a2830e64-425b-477e-a2ce-887d657a48b6
ResourceInvariantUUID:e58d46fe-885d-4f67-abaf-7ff6ab40dd86
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9691e321-ef5f-4fdf-ae71-1a69c75eec20
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:8899d431-a801-489a-84ea-d61d92974faf
ArtifactChecksum:NTU5MGY0ZTBlMzQzOWRjNDk5ZjA1NTlmNjMyMTdlZTk=
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:9d6dda34-e11b-416a-9f00-64af248d83f2
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
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:40b4aa21-f3aa-444a-aee1-7b4a4f803b14
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
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:40b4aa21-f3aa-444a-aee1-7b4a4f803b14
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-24T21:43:19.654Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6eb5ed3-f47f-489a-a1ca-56c7c1dec053 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-08-24T21:43:19.676Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:43:19.677Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:43:19.677Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:43:19.677Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ffb202e5-a247-4944-91ac-f4e482b1929a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-24T21:43:19.677Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:43:19.677Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-24T21:43:19.793Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:43:19.796Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ffb202e5-a247-4944-91ac-f4e482b1929a 70836
2021-08-24T21:43:19.796Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-24T21:43:19.796Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-24T21:43:19.796Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:43:19.797Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:19.798Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:19.798Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841399796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:43:19.898Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:19.898Z||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-08-24T21:43:19.899Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:19.907Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:19.907Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:43:20.798Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:43:20.799Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:43:20.800Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ffb202e5-a247-4944-91ac-f4e482b1929a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T21:43:20.800Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-24T21:43:20.800Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T21:43:20.800Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T21:43:21.118Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18221698819912879771/Definitions/service-BasicVm-template.yml
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_vlan_requirements" 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
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_name" is not provided
2021-08-24T21:43:21.978Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T21:43:21.978Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:43:21.978Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T21:43:21.978Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-24T21:43:21.978Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:21.978Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:21.978Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:21.979Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T21:43:21.979Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T21:43:21.979Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T21:43:21.979Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T21:43:21.979Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T21:43:21.979Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-24T21:43:21.979Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:43:21.979Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:21.979Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:21.979Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T21:43:21.979Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:43:21.979Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:43:21.980Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:21.980Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:21.980Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T21:43:21.980Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:43:21.980Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:43:21.980Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:21.980Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:21.980Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:21.981Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-24T21:43:21.981Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-24T21:43:21.981Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-24T21:43:21.981Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-24T21:43:21.981Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-24T21:43:21.981Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-24T21:43:21.981Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:21.981Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:43:21.981Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:21.981Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T21:43:21.982Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:43:21.982Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:21.982Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T21:43:21.982Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:43:21.982Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:21.982Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T21:43:21.982Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:43:21.982Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:21.982Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-24T21:43:21.983Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-24T21:43:21.983Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-24T21:43:21.983Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=59a567e8-a37d-4317-851b-48ed4ff8e7d6
2021-08-24T21:43:21.983Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:21.983Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:21.983Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:21.983Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:21.983Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:21.983Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:21.983Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:21.984Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:21.984Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:a6eb5ed3-f47f-489a-a1ca-56c7c1dec053
Model Version:NULL
Model InvariantUuid:36116dbb-b3df-4eb8-b4cc-4d9aee46e402
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:869dd664-778f-46a0-baa4-93b2025169b9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e58d46fe-885d-4f67-abaf-7ff6ab40dd86
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a2830e64-425b-477e-a2ce-887d657a48b6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8bbed389-4795-42f6-b7f7-4b73a2eff061
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:dbb95ae9-16b2-412e-9508-c4d04c531d76
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:59a567e8-a37d-4317-851b-48ed4ff8e7d6
ModelInvariantUuid:7e71cb8c-da99-409c-8ae4-6b4c3c81155a
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:4cdcb696-6ef4-49fe-8076-d39d744f2936
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:f63a5220-a11b-46ad-8ac3-69e4433c8a3e
ModelInvariantUuid:4daaa54a-d1fc-44c7-bd9d-15efbd2a311b
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:75223b61-b656-4dad-8e48-ba7f2ee66f54
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-24T21:43:21.988Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 9691e321-ef5f-4fdf-ae71-1a69c75eec20
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:43:21.990Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-08-24T21:43:21.990Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9691e321-ef5f-4fdf-ae71-1a69c75eec20
2021-08-24T21:43:21.990Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8899d431-a801-489a-84ea-d61d92974faf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-24T21:43:21.990Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:43:21.991Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:22.111Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:43:22.111Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8899d431-a801-489a-84ea-d61d92974faf 787
2021-08-24T21:43:22.112Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:22.112Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:22.112Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:43:22.112Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:22.114Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:22.114Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841402112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:43:22.214Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:22.214Z||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-08-24T21:43:22.214Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:22.221Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:22.221Z||pool-59-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:43:23.114Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8bbed389-4795-42f6-b7f7-4b73a2eff061",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dbb95ae9-16b2-412e-9508-c4d04c531d76",
    "vfModuleModelCustomizationUUID": "2c899b7f-c2d4-4556-810a-16402b4ef43c",
    "isBase": true,
    "artifacts": [
      "9d6dda34-e11b-416a-9f00-64af248d83f2",
      "40b4aa21-f3aa-444a-aee1-7b4a4f803b14"
    ],
    "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-08-24T21:43:23.117Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dbb95ae9-16b2-412e-9508-c4d04c531d76
VfModuleModelInvariantUUID:8bbed389-4795-42f6-b7f7-4b73a2eff061
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d6dda34-e11b-416a-9f00-64af248d83f2
,
40b4aa21-f3aa-444a-aee1-7b4a4f803b14

}
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-08-24T21:43:23.119Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8bbed389-4795-42f6-b7f7-4b73a2eff061",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dbb95ae9-16b2-412e-9508-c4d04c531d76",
    "vfModuleModelCustomizationUUID": "2c899b7f-c2d4-4556-810a-16402b4ef43c",
    "isBase": true,
    "artifacts": [
      "9d6dda34-e11b-416a-9f00-64af248d83f2",
      "40b4aa21-f3aa-444a-aee1-7b4a4f803b14"
    ],
    "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-08-24T21:43:23.119Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dbb95ae9-16b2-412e-9508-c4d04c531d76
VfModuleModelInvariantUUID:8bbed389-4795-42f6-b7f7-4b73a2eff061
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d6dda34-e11b-416a-9f00-64af248d83f2
,
40b4aa21-f3aa-444a-aee1-7b4a4f803b14

}
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-08-24T21:43:23.119Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9d6dda34-e11b-416a-9f00-64af248d83f2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-24T21:43:23.119Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:43:23.119Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:23.228Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:43:23.228Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9d6dda34-e11b-416a-9f00-64af248d83f2 5033
2021-08-24T21:43:23.228Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:23.229Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:23.229Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:43:23.229Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:23.230Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:23.230Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841403228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:43:23.330Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:23.331Z||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-08-24T21:43:23.331Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:23.338Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:23.338Z||pool-60-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:43:24.231Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 40b4aa21-f3aa-444a-aee1-7b4a4f803b14 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-24T21:43:24.231Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:43:24.232Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:24.323Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:43:24.324Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 40b4aa21-f3aa-444a-aee1-7b4a4f803b14 903
2021-08-24T21:43:24.324Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:24.324Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:24.324Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:43:24.325Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:24.326Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:24.327Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841404324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:43:24.427Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:24.427Z||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-08-24T21:43:24.427Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:24.436Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:24.436Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:43:25.327Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a6eb5ed3-f47f-489a-a1ca-56c7c1dec053
2021-08-24T21:43:25.328Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9691e321-ef5f-4fdf-ae71-1a69c75eec20 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:43:25.338Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.338Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:25.339Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-08-24T21:43:25.339Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a2830e64-425b-477e-a2ce-887d657a48b6
2021-08-24T21:43:25.339Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2830e64-425b-477e-a2ce-887d657a48b6 matches Tosca VF Customization UUID: a2830e64-425b-477e-a2ce-887d657a48b6
2021-08-24T21:43:25.339Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a2830e64-425b-477e-a2ce-887d657a48b6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-24T21:43:25.341Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.342Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:25.342Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a2830e64-425b-477e-a2ce-887d657a48b6: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-08-24T21:43:25.343Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49a54261
2021-08-24T21:43:25.343Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.343Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:43:25.344Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2c899b7f-c2d4-4556-810a-16402b4ef43c
2021-08-24T21:43:25.344Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2c899b7f-c2d4-4556-810a-16402b4ef43c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-24T21:43:25.346Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.346Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T21:43:25.346Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:43:25.346Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.347Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T21:43:25.347Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:43:25.347Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.348Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-24T21:43:25.348Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-24T21:43:25.348Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-24T21:43:25.348Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=59a567e8-a37d-4317-851b-48ed4ff8e7d6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-24T21:43:25.350Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.350Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T21:43:25.351Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:43:25.351Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.351Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-24T21:43:25.351Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a2830e64-425b-477e-a2ce-887d657a48b6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:43:25.353Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.353Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:25.353Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a6eb5ed3-f47f-489a-a1ca-56c7c1dec053: basic_vm
2021-08-24T21:43:25.354Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.354Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:25.354Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.355Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:25.355Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.355Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:25.355Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.355Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:25.356Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:43:25.356Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:43:25.356Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-08-24T21:43:25.406Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9691e321-ef5f-4fdf-ae71-1a69c75eec20 1 ASDC deployResourceStructure
2021-08-24T21:43:25.406Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:25.407Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:25.407Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:43:25.407Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:25.408Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:25.408Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841405406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:43:25.508Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:25.509Z||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-08-24T21:43:25.509Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:25.518Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:25.518Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:43:26.409Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:26.410Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:26.410Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:43:26.410Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:26.412Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:26.412Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841406409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-24T21:43:26.512Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:26.512Z||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-08-24T21:43:26.513Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:26.520Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:26.520Z||pool-63-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:43:27.412Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:27.413Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:43:27.413Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:43:27.413Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:27.415Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:27.415Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841407412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-24T21:43:27.515Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:27.516Z||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-08-24T21:43:27.516Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:27.524Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:27.524Z||pool-64-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:43:28.416Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-24T21:43:28.416Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-24T21:43:28.416Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:43:28.417Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:43:28.418Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:43:28.418Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841408416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:43:28.518Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:43:28.519Z||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-08-24T21:43:28.519Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:43:28.526Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:43:28.527Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:43:29.419Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11bfcf49-baf6-448e-af11-103e5b30ac88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:43:29.425Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11bfcf49-baf6-448e-af11-103e5b30ac88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:43:29.426Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:43:29.426Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:43:29.427Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:43:59.427Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11bfcf49-baf6-448e-af11-103e5b30ac88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:43:59.435Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11bfcf49-baf6-448e-af11-103e5b30ac88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:43:59.437Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:43:59.437Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:43:59.437Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:44:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:44:12.688Z||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-08-24T21:44:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:44:12.701Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:44:12.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "dcae-sch",
  "timestamp": 1629841286247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "dcae-sch",
  "timestamp": 1629841286247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "dcae-sch",
  "timestamp": 1629841286247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "dcae-sch",
  "timestamp": 1629841286247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "dcae-sch",
  "timestamp": 1629841286247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "dcae-sch",
  "timestamp": 1629841286247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "dcae-sch",
  "timestamp": 1629841286247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841303014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "cds",
  "timestamp": 1629841303053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "cds",
  "timestamp": 1629841304056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-24T21:44:12.725Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 11bfcf49-baf6-448e-af11-103e5b30ac88
2021-08-24T21:44:12.725Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11bfcf49-baf6-448e-af11-103e5b30ac88 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-08-24T21:44:12.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841304127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841305279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.732Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "aai-ml",
  "timestamp": 1629841306559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841306572,
  "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-08-24T21:44:12.737Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11bfcf49-baf6-448e-af11-103e5b30ac88
2021-08-24T21:44:12.737Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11bfcf49-baf6-448e-af11-103e5b30ac88 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-08-24T21:44:12.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "dcae-sch",
  "timestamp": 1629841306247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "policy-id",
  "timestamp": 1629841307161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.742Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841307575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "dcae-sch",
  "timestamp": 1629841306247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "policy-id",
  "timestamp": 1629841308165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "clamp",
  "timestamp": 1629841308286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "dcae-sch",
  "timestamp": 1629841306247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "policy-id",
  "timestamp": 1629841309168,
  "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-08-24T21:44:12.747Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11bfcf49-baf6-448e-af11-103e5b30ac88
2021-08-24T21:44:12.747Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11bfcf49-baf6-448e-af11-103e5b30ac88 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-08-24T21:44:12.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "dcae-sch",
  "timestamp": 1629841306247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841310060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "dcae-sch",
  "timestamp": 1629841306247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "clamp",
  "timestamp": 1629841311288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "dcae-sch",
  "timestamp": 1629841306247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841311990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:44:12.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "cds",
  "timestamp": 1629841295270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "clamp",
  "timestamp": 1629841312291,
  "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-08-24T21:44:12.756Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 11bfcf49-baf6-448e-af11-103e5b30ac88
2021-08-24T21:44:12.756Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11bfcf49-baf6-448e-af11-103e5b30ac88 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-08-24T21:44:12.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841297850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "dcae-sch",
  "timestamp": 1629841306247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841312993,
  "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-08-24T21:44:12.764Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 11bfcf49-baf6-448e-af11-103e5b30ac88
2021-08-24T21:44:12.764Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11bfcf49-baf6-448e-af11-103e5b30ac88 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-08-24T21:44:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "cds",
  "timestamp": 1629841313670,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "dcae-sch",
  "timestamp": 1629841306247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "aai-ml",
  "timestamp": 1629841314163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "cds",
  "timestamp": 1629841314675,
  "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-08-24T21:44:12.777Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6602796-0b0a-4fa5-9903-dbe51039af0d
2021-08-24T21:44:12.777Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6602796-0b0a-4fa5-9903-dbe51039af0d 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-08-24T21:44:12.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "aai-ml",
  "timestamp": 1629841315166,
  "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-08-24T21:44:12.785Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 11bfcf49-baf6-448e-af11-103e5b30ac88
2021-08-24T21:44:12.785Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11bfcf49-baf6-448e-af11-103e5b30ac88 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-08-24T21:44:12.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841295168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "policy-id",
  "timestamp": 1629841299154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841317618,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "dcae-sch",
  "timestamp": 1629841318580,
  "artifactURL": "/sdc/v1/catalog/services/c2439e11-eb4a-454b-9079-4b0d37f49952/resourceInstances/basicclamp0/artifacts/55f494a4-1f4a-4979-b5fb-04f943df0329",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "policy-id",
  "timestamp": 1629841319186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841319276,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "dcae-sch",
  "timestamp": 1629841319850,
  "artifactURL": "/sdc/v1/catalog/services/c2439e11-eb4a-454b-9079-4b0d37f49952/resourceInstances/basicclamp0/artifacts/55f494a4-1f4a-4979-b5fb-04f943df0329",
  "status": "DEPLOY_OK"
}
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "policy-id",
  "timestamp": 1629841320190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "clamp",
  "timestamp": 1629841294976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841320382,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "dcae-sch",
  "timestamp": 1629841320854,
  "artifactURL": "/sdc/v1/catalog/services/c2439e11-eb4a-454b-9079-4b0d37f49952/resourceInstances/basicclamp0/artifacts/55f494a4-1f4a-4979-b5fb-04f943df0329",
  "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-08-24T21:44:12.796Z||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 a6602796-0b0a-4fa5-9903-dbe51039af0d
2021-08-24T21:44:12.796Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6602796-0b0a-4fa5-9903-dbe51039af0d 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-08-24T21:44:12.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841302069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "policy-id",
  "timestamp": 1629841321198,
  "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-08-24T21:44:12.804Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6602796-0b0a-4fa5-9903-dbe51039af0d
2021-08-24T21:44:12.804Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6602796-0b0a-4fa5-9903-dbe51039af0d 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-08-24T21:44:12.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841321406,
  "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-08-24T21:44:12.811Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6602796-0b0a-4fa5-9903-dbe51039af0d
2021-08-24T21:44:12.811Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6602796-0b0a-4fa5-9903-dbe51039af0d 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-08-24T21:44:12.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841322139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841322409,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "aai-ml",
  "timestamp": 1629841298637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841324022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "aai-ml",
  "timestamp": 1629841324293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:44:12.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841325026,
  "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-08-24T21:44:12.818Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6602796-0b0a-4fa5-9903-dbe51039af0d
2021-08-24T21:44:12.818Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6602796-0b0a-4fa5-9903-dbe51039af0d 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-08-24T21:44:12.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "aai-ml",
  "timestamp": 1629841329292,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:44:12.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:44:12.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:44:12.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "aai-ml",
  "timestamp": 1629841330295,
  "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-08-24T21:44:12.826Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6602796-0b0a-4fa5-9903-dbe51039af0d
2021-08-24T21:44:12.826Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6602796-0b0a-4fa5-9903-dbe51039af0d 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-08-24T21:44:29.437Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11bfcf49-baf6-448e-af11-103e5b30ac88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:44:29.444Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11bfcf49-baf6-448e-af11-103e5b30ac88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:44:29.445Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:44:29.445Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T21:44:29.446Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T21:44:29.446Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T21:44:29.446Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:44:29.446Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:44:29.446Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:44:29.446Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:44:29.446Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:44:29.446Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:44:29.446Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||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-08-24T21:44:29.449Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T21:44:59.449Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 11bfcf49-baf6-448e-af11-103e5b30ac88 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-08-24T21:44:59.455Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 11bfcf49-baf6-448e-af11-103e5b30ac88 and serviceModelVersionId: a6eb5ed3-f47f-489a-a1ca-56c7c1dec053
2021-08-24T21:44:59.455Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36116dbb-b3df-4eb8-b4cc-4d9aee46e402
2021-08-24T21:44:59.456Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36116dbb-b3df-4eb8-b4cc-4d9aee46e402/model-vers/model-ver/a6eb5ed3-f47f-489a-a1ca-56c7c1dec053?depth=0
2021-08-24T21:44:59.460Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T21:44:59.519Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/36116dbb-b3df-4eb8-b4cc-4d9aee46e402/model-vers/model-ver/a6eb5ed3-f47f-489a-a1ca-56c7c1dec053?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-08-24T21:44:59.520Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/36116dbb-b3df-4eb8-b4cc-4d9aee46e402/model-vers/model-ver/a6eb5ed3-f47f-489a-a1ca-56c7c1dec053?depth=0|INFO|500||Invoke
2021-08-24T21:44:59.536Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/36116dbb-b3df-4eb8-b4cc-4d9aee46e402/model-vers/model-ver/a6eb5ed3-f47f-489a-a1ca-56c7c1dec053?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-24T21:44:59.678Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/36116dbb-b3df-4eb8-b4cc-4d9aee46e402/model-vers/model-ver/a6eb5ed3-f47f-489a-a1ca-56c7c1dec053?depth=0|INFO|500||InvokeReturn
2021-08-24T21:44:59.679Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/36116dbb-b3df-4eb8-b4cc-4d9aee46e402/model-vers/model-ver/a6eb5ed3-f47f-489a-a1ca-56c7c1dec053?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210824-21:44:59:542-90817], vertex-id=[254184], Content-Length=[0], Date=[Tue, 24 Aug 2021 21:44:59 GMT], Content-Type=[application/json]}
2021-08-24T21:44:59.679Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-08-24T21:44:59.679Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T21:44:59.679Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:44:59.682Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-24T21:44:59.682Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 11bfcf49-baf6-448e-af11-103e5b30ac88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T21:44:59.683Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T21:44:59.683Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:44:59.684Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:44:59.684Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841499683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:44:59.785Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:44:59.785Z||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-08-24T21:44:59.785Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:44:59.796Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:44:59.796Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-24T21:45:00.693Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T21:45:00.694Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6602796-0b0a-4fa5-9903-dbe51039af0d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"c2439e11-eb4a-454b-9079-4b0d37f49952","serviceDescription":"service","serviceInvariantUUID":"3e14079b-bf7d-4484-beec-21f9dfebf2c9","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2166c7d7-665e-4edb-b0d8-7c1450f1e5f5","resourceInvariantUUID":"fae8aab3-b214-4f15-af86-d4ab768875a6","resourceCustomizationUUID":"8eb49d8f-b3c0-47e3-a372-373a3025804d","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":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"55f494a4-1f4a-4979-b5fb-04f943df0329","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":"MzQ4NmEwZmY0MTlmN2VmNGUzOTI2NjBiMjlmNzQ3NjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"acd71097-f8cf-4f4c-8ca0-475d0b72d850","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":"ODRhODAzZjcyOGNlZTFmODVjOWM3ODc1ZjNiYjIxNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"933811c4-1f60-4a3d-ad5e-fa9d574a8964","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":"f01c4f3b-f933-45e2-a300-aee9f993c134","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":"7d6f0685-abf6-4eba-9be0-e187729c40c5","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":"ced3b17c-b7a5-4952-9f4d-fa78fb5752b4","artifactVersion":"2","generatedFromUUID":"f01c4f3b-f933-45e2-a300-aee9f993c134"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODg3NmQ0YzhiNmRhMzc0ODk5MGY4MzgxNmI5OWMxZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a904976-5ea6-4f5c-910b-3a16b93bdd2f","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OTAzYWJjMjlhNmY0NGM0Y2Q0MTkxMjhjZGYwNjdmNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd298f06-8e75-43f1-afbe-1a14cf18c609","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T21:45:00.694Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:45:00.694Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:00.695Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:00.695Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:45:00.796Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:45:00.796Z||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-08-24T21:45:00.796Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:00.804Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:00.804Z||pool-67-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:01.703Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:45:01.704Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:01.706Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:01.706Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:45:01.806Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:01.806Z||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-08-24T21:45:01.807Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:01.815Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:01.816Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:02.706Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:45:02.707Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:02.708Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:02.708Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:45:02.808Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:02.809Z||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-08-24T21:45:02.809Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:02.817Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:02.817Z||pool-69-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:45:03.709Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:45:03.709Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:03.711Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:03.711Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:45:03.811Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:45:03.812Z||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-08-24T21:45:03.812Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:03.820Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:03.821Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:04.712Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:45:04.712Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:04.714Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:04.714Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:45:04.814Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:04.815Z||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-08-24T21:45:04.815Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:04.824Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:04.824Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:05.714Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:45:05.715Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:05.716Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:05.716Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-24T21:45:05.816Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:05.817Z||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-08-24T21:45:05.817Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:05.826Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:05.826Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:06.717Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:45:06.717Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:06.719Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:06.719Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:45:06.819Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:06.819Z||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-08-24T21:45:06.819Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:06.827Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:06.827Z||pool-73-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:07.719Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:45:07.720Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:07.721Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:07.721Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:45:07.821Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:07.821Z||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-08-24T21:45:07.821Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:07.846Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:07.846Z||pool-74-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:45:08.722Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "c2439e11-eb4a-454b-9079-4b0d37f49952",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3e14079b-bf7d-4484-beec-21f9dfebf2c9",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "8eb49d8f-b3c0-47e3-a372-373a3025804d",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2166c7d7-665e-4edb-b0d8-7c1450f1e5f5",
      "resourceInvariantUUID": "fae8aab3-b214-4f15-af86-d4ab768875a6",
      "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": "ODRhODAzZjcyOGNlZTFmODVjOWM3ODc1ZjNiYjIxNjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "933811c4-1f60-4a3d-ad5e-fa9d574a8964",
          "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": "f01c4f3b-f933-45e2-a300-aee9f993c134",
          "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": "ced3b17c-b7a5-4952-9f4d-fa78fb5752b4",
            "generatedFromUUID": "f01c4f3b-f933-45e2-a300-aee9f993c134"
          },
          "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": "ced3b17c-b7a5-4952-9f4d-fa78fb5752b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "OTAzYWJjMjlhNmY0NGM0Y2Q0MTkxMjhjZGYwNjdmNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd298f06-8e75-43f1-afbe-1a14cf18c609"
    }
  ],
  "workloadContext": "Production"
}
2021-08-24T21:45:08.722Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T21:45:08.722Z|11bfcf49-baf6-448e-af11-103e5b30ac88|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c2439e11-eb4a-454b-9079-4b0d37f49952 ASDC
2021-08-24T21:45:08.722Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a6602796-0b0a-4fa5-9903-dbe51039af0d
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:c2439e11-eb4a-454b-9079-4b0d37f49952
ServiceInvariantUUID:3e14079b-bf7d-4484-beec-21f9dfebf2c9
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:bd298f06-8e75-43f1-afbe-1a14cf18c609
ArtifactChecksum:OTAzYWJjMjlhNmY0NGM0Y2Q0MTkxMjhjZGYwNjdmNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:8eb49d8f-b3c0-47e3-a372-373a3025804d
ResourceInvariantUUID:fae8aab3-b214-4f15-af86-d4ab768875a6
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:2166c7d7-665e-4edb-b0d8-7c1450f1e5f5
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:933811c4-1f60-4a3d-ad5e-fa9d574a8964
ArtifactChecksum:ODRhODAzZjcyOGNlZTFmODVjOWM3ODc1ZjNiYjIxNjk=
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:f01c4f3b-f933-45e2-a300-aee9f993c134
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:ced3b17c-b7a5-4952-9f4d-fa78fb5752b4
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:ced3b17c-b7a5-4952-9f4d-fa78fb5752b4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-24T21:45:08.722Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2439e11-eb4a-454b-9079-4b0d37f49952 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-08-24T21:45:08.745Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:45:08.745Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:45:08.745Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:45:08.745Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bd298f06-8e75-43f1-afbe-1a14cf18c609 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-24T21:45:08.745Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:45:08.746Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-24T21:45:08.854Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:45:08.856Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar bd298f06-8e75-43f1-afbe-1a14cf18c609 73382
2021-08-24T21:45:08.856Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-24T21:45:08.857Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-24T21:45:08.857Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:45:08.857Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:08.858Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:08.858Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841508856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:45:08.958Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:08.959Z||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-08-24T21:45:08.959Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:08.967Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:08.967Z||pool-75-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:09.859Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:45:09.860Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:45:09.860Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bd298f06-8e75-43f1-afbe-1a14cf18c609, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-24T21:45:09.860Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-08-24T21:45:09.860Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-24T21:45:09.860Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-24T21:45:09.947Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11742561392652926493/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-08-24T21:45:10.797Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T21:45:10.797Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:45:10.797Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-24T21:45:10.797Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-24T21:45:10.798Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:45:10.799Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:45:10.799Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:10.799Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:10.799Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-24T21:45:10.799Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:45:10.799Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:45:10.799Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:10.799Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:10.799Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:10.800Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-24T21:45:10.800Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-24T21:45:10.800Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-24T21:45:10.800Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-24T21:45:10.800Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T21:45:10.800Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-24T21:45:10.800Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:10.800Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:45:10.800Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:10.800Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-24T21:45:10.800Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:45:10.801Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:10.801Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-24T21:45:10.801Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:45:10.801Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:10.801Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-24T21:45:10.801Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:45:10.801Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:10.801Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-24T21:45:10.801Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-24T21:45:10.801Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T21:45:10.801Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f496cf7-791f-43ad-b4dc-15cb8a5a98cb
2021-08-24T21:45:10.802Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:10.802Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:10.802Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:10.802Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:10.802Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:10.802Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:10.802Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:10.802Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:10.802Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:c2439e11-eb4a-454b-9079-4b0d37f49952
Model Version:NULL
Model InvariantUuid:3e14079b-bf7d-4484-beec-21f9dfebf2c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:90fa646e-405b-4fa7-89af-676178284983
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fae8aab3-b214-4f15-af86-d4ab768875a6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8eb49d8f-b3c0-47e3-a372-373a3025804d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:31774214-f886-433e-af69-1475286d56f0
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:2280aa64-854e-4f43-a7c8-b1287eed92b0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9f496cf7-791f-43ad-b4dc-15cb8a5a98cb
ModelInvariantUuid:12fcec8e-5dc7-41ac-87de-1ad1dffc3785
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:e49ee685-b432-459e-bf93-b790246cefa1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:521bd6d9-70bd-4738-9420-a587b3851751
ModelInvariantUuid:470d59ca-6b6b-4cf6-95bd-0ea2b832a631
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:04c277f7-3638-4852-a89a-39f987f543b2
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-24T21:45:10.807Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2166c7d7-665e-4edb-b0d8-7c1450f1e5f5
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:45:10.810Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-08-24T21:45:10.810Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2166c7d7-665e-4edb-b0d8-7c1450f1e5f5
2021-08-24T21:45:10.810Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 933811c4-1f60-4a3d-ad5e-fa9d574a8964 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-24T21:45:10.810Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:45:10.810Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-24T21:45:11.050Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:45:11.051Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 933811c4-1f60-4a3d-ad5e-fa9d574a8964 790
2021-08-24T21:45:11.051Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-08-24T21:45:11.051Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-24T21:45:11.051Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:45:11.051Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:11.053Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:11.053Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841511051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:45:11.153Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:11.154Z||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-08-24T21:45:11.154Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:11.161Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:11.162Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:45:12.053Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "31774214-f886-433e-af69-1475286d56f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2280aa64-854e-4f43-a7c8-b1287eed92b0",
    "vfModuleModelCustomizationUUID": "3342b9e5-c7ac-480e-bee3-518ed8869982",
    "isBase": true,
    "artifacts": [
      "f01c4f3b-f933-45e2-a300-aee9f993c134",
      "ced3b17c-b7a5-4952-9f4d-fa78fb5752b4"
    ],
    "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-08-24T21:45:12.056Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2280aa64-854e-4f43-a7c8-b1287eed92b0
VfModuleModelInvariantUUID:31774214-f886-433e-af69-1475286d56f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
f01c4f3b-f933-45e2-a300-aee9f993c134
,
ced3b17c-b7a5-4952-9f4d-fa78fb5752b4

}
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-08-24T21:45:12.057Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "31774214-f886-433e-af69-1475286d56f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2280aa64-854e-4f43-a7c8-b1287eed92b0",
    "vfModuleModelCustomizationUUID": "3342b9e5-c7ac-480e-bee3-518ed8869982",
    "isBase": true,
    "artifacts": [
      "f01c4f3b-f933-45e2-a300-aee9f993c134",
      "ced3b17c-b7a5-4952-9f4d-fa78fb5752b4"
    ],
    "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-08-24T21:45:12.057Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2280aa64-854e-4f43-a7c8-b1287eed92b0
VfModuleModelInvariantUUID:31774214-f886-433e-af69-1475286d56f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
f01c4f3b-f933-45e2-a300-aee9f993c134
,
ced3b17c-b7a5-4952-9f4d-fa78fb5752b4

}
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-08-24T21:45:12.057Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f01c4f3b-f933-45e2-a300-aee9f993c134 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-24T21:45:12.057Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:45:12.057Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-24T21:45:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:45:12.688Z||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-08-24T21:45:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:12.703Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:12.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:45:12.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "clamp",
  "timestamp": 1629841333289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:45:12.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:45:12.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:45:12.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "clamp",
  "timestamp": 1629841334292,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:45:12.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:45:12.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:45:12.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "clamp",
  "timestamp": 1629841338403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:45:12.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:45:12.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:45:12.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "clamp",
  "timestamp": 1629841339406,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:45:12.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:45:12.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:45:12.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "clamp",
  "timestamp": 1629841340409,
  "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-08-24T21:45:12.709Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6602796-0b0a-4fa5-9903-dbe51039af0d
2021-08-24T21:45:12.710Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6602796-0b0a-4fa5-9903-dbe51039af0d 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-08-24T21:45:12.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:45:12.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcd9e216-1bb1-4388-a2bf-3e4a31499707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841387345,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:45:12.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:45:12.965Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:45:12.965Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml f01c4f3b-f933-45e2-a300-aee9f993c134 5033
2021-08-24T21:45:12.965Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-24T21:45:12.965Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-24T21:45:12.965Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:45:12.966Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:12.967Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:12.967Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841512965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:45:13.067Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:45:13.068Z||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-08-24T21:45:13.068Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:13.075Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:13.076Z||pool-77-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:13.968Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ced3b17c-b7a5-4952-9f4d-fa78fb5752b4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-24T21:45:13.968Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:45:13.969Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-24T21:45:14.470Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:45:14.470Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ced3b17c-b7a5-4952-9f4d-fa78fb5752b4 909
2021-08-24T21:45:14.471Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-24T21:45:14.471Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-24T21:45:14.471Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:45:14.471Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:14.472Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:14.472Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841514471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:45:14.573Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:14.573Z||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-08-24T21:45:14.573Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:14.583Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:14.583Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:45:15.473Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c2439e11-eb4a-454b-9079-4b0d37f49952
2021-08-24T21:45:15.473Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2166c7d7-665e-4edb-b0d8-7c1450f1e5f5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:45:15.482Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.482Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:15.482Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-08-24T21:45:15.482Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8eb49d8f-b3c0-47e3-a372-373a3025804d
2021-08-24T21:45:15.482Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8eb49d8f-b3c0-47e3-a372-373a3025804d matches Tosca VF Customization UUID: 8eb49d8f-b3c0-47e3-a372-373a3025804d
2021-08-24T21:45:15.482Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8eb49d8f-b3c0-47e3-a372-373a3025804d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-24T21:45:15.483Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.484Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:15.484Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8eb49d8f-b3c0-47e3-a372-373a3025804d: {\"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-08-24T21:45:15.484Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@169760d7
2021-08-24T21:45:15.484Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.484Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:45:15.484Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3342b9e5-c7ac-480e-bee3-518ed8869982
2021-08-24T21:45:15.484Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3342b9e5-c7ac-480e-bee3-518ed8869982
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-24T21:45:15.486Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.486Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-24T21:45:15.486Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:45:15.486Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.486Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-24T21:45:15.486Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:45:15.486Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.487Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-24T21:45:15.487Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-24T21:45:15.487Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-24T21:45:15.487Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f496cf7-791f-43ad-b4dc-15cb8a5a98cb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-24T21:45:15.488Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.488Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-24T21:45:15.488Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:45:15.488Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.489Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-24T21:45:15.489Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=8eb49d8f-b3c0-47e3-a372-373a3025804d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:45:15.490Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.490Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:15.490Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c2439e11-eb4a-454b-9079-4b0d37f49952: basicclamp
2021-08-24T21:45:15.490Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.490Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:15.490Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.491Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:15.491Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.491Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:15.491Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.491Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:15.491Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:45:15.491Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:45:15.491Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-08-24T21:45:15.540Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2166c7d7-665e-4edb-b0d8-7c1450f1e5f5 1 ASDC deployResourceStructure
2021-08-24T21:45:15.541Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-08-24T21:45:15.541Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-24T21:45:15.541Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:45:15.541Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:15.542Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:15.542Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841515541,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:45:15.642Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:15.643Z||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-08-24T21:45:15.643Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:15.651Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:15.651Z||pool-79-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:16.543Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-24T21:45:16.543Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-24T21:45:16.543Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:45:16.543Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:16.545Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:16.545Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841516543,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-24T21:45:16.645Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:16.645Z||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-08-24T21:45:16.645Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:16.653Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:16.653Z||pool-80-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:17.546Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-24T21:45:17.546Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-24T21:45:17.546Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:45:17.546Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:17.548Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:17.548Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841517545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-24T21:45:17.648Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:17.649Z||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-08-24T21:45:17.649Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:17.656Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:17.657Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:18.549Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-24T21:45:18.549Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-24T21:45:18.549Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:45:18.549Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:18.551Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:18.551Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841518548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:45:18.651Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:18.652Z||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-08-24T21:45:18.652Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:18.660Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:18.661Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:19.552Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6602796-0b0a-4fa5-9903-dbe51039af0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:45:19.560Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6602796-0b0a-4fa5-9903-dbe51039af0d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:45:19.562Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:45:19.562Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T21:45:19.562Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T21:45:19.562Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T21:45:19.562Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:45:19.562Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:45:19.563Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:45:19.563Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:45:19.563Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:45:19.563Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:45:19.563Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:45:19.563Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||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-08-24T21:45:19.566Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T21:45:49.567Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6602796-0b0a-4fa5-9903-dbe51039af0d 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-08-24T21:45:49.571Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6602796-0b0a-4fa5-9903-dbe51039af0d and serviceModelVersionId: c2439e11-eb4a-454b-9079-4b0d37f49952
2021-08-24T21:45:49.571Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3e14079b-bf7d-4484-beec-21f9dfebf2c9
2021-08-24T21:45:49.571Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3e14079b-bf7d-4484-beec-21f9dfebf2c9/model-vers/model-ver/c2439e11-eb4a-454b-9079-4b0d37f49952?depth=0
2021-08-24T21:45:49.575Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T21:45:49.602Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e14079b-bf7d-4484-beec-21f9dfebf2c9/model-vers/model-ver/c2439e11-eb4a-454b-9079-4b0d37f49952?depth=0|INFO|500||Invoke
2021-08-24T21:45:49.603Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e14079b-bf7d-4484-beec-21f9dfebf2c9/model-vers/model-ver/c2439e11-eb4a-454b-9079-4b0d37f49952?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e14079b-bf7d-4484-beec-21f9dfebf2c9/model-vers/model-ver/c2439e11-eb4a-454b-9079-4b0d37f49952?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6602796-0b0a-4fa5-9903-dbe51039af0d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[579ecc98-c066-44a5-a946-e1eb0ec01042], X-ECOMP-RequestID=[a6602796-0b0a-4fa5-9903-dbe51039af0d], X-TransactionId=[], X-ONAP-RequestID=[a6602796-0b0a-4fa5-9903-dbe51039af0d], Content-Type=[application/merge-patch+json]}
2021-08-24T21:45:49.616Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e14079b-bf7d-4484-beec-21f9dfebf2c9/model-vers/model-ver/c2439e11-eb4a-454b-9079-4b0d37f49952?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-24T21:45:49.741Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e14079b-bf7d-4484-beec-21f9dfebf2c9/model-vers/model-ver/c2439e11-eb4a-454b-9079-4b0d37f49952?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e14079b-bf7d-4484-beec-21f9dfebf2c9/model-vers/model-ver/c2439e11-eb4a-454b-9079-4b0d37f49952?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210824-21:45:49:623-70245], vertex-id=[258280], Content-Length=[0], Date=[Tue, 24 Aug 2021 21:45:49 GMT], Content-Type=[application/json]}
2021-08-24T21:45:49.742Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e14079b-bf7d-4484-beec-21f9dfebf2c9/model-vers/model-ver/c2439e11-eb4a-454b-9079-4b0d37f49952?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-24T21:45:49.742Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3e14079b-bf7d-4484-beec-21f9dfebf2c9/model-vers/model-ver/c2439e11-eb4a-454b-9079-4b0d37f49952?depth=0|INFO|500||InvokeReturn
2021-08-24T21:45:49.742Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T21:45:49.742Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:45:49.746Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-24T21:45:49.746Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6602796-0b0a-4fa5-9903-dbe51039af0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T21:45:49.746Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T21:45:49.746Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:49.747Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:49.748Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841549746,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:45:49.848Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:49.849Z||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-08-24T21:45:49.849Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:49.860Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:49.860Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-24T21:45:50.758Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:45:50.758Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|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-08-24T21:45:50.759Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:55.031Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:55.032Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-24T21:45:55.032Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"00d90c8a-6d73-4757-be00-8c9c09a0ee76","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"70694a21-d789-41aa-afa6-4bca6403bd01","serviceDescription":"service","serviceInvariantUUID":"49f30dd2-a27a-4a34-891a-85d3f39cabd1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a26979bb-71bb-4750-8bcc-63110f4ee440","resourceInvariantUUID":"88dc547b-c93c-4eec-b32f-82cb1528d57e","resourceCustomizationUUID":"a2ad9661-7c51-4eeb-8054-bf56a10058b1","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":"YzczMzM1Yjc4ZGZmZTA3YjhmOGQ4ODA3ZDY2MGMzMzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"796c9fee-f961-47ee-b37e-fca44da27e4e","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":"a84afb5c-d85b-44d7-9ece-25209fb4ebe0","artifactVersion":"2","generatedFromUUID":"ba2ee52a-080e-4a40-9314-11f12ee78ec4"},{"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":"ba2ee52a-080e-4a40-9314-11f12ee78ec4","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":"NDgyZTAzMDY2N2NiZTVhN2M1OTc1NDY2ZGUwMWVlMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f31923c6-3541-41f5-b7a2-2fd471c05b53","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":"6db0eb28-13a2-457b-ad93-3096a9eba048","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":"0fc3f6ca-9d7f-46e4-9973-1edcd6a2ea7e","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":"27b5b202-e9ef-44e2-bd6c-81474cc17945","artifactVersion":"2","generatedFromUUID":"6db0eb28-13a2-457b-ad93-3096a9eba048"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjU0MWM1YzEwOGQzMmFlMDRmMDM1NmIxMzc3NTY5MjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2168173e-435a-47b2-99a6-d9efdb3949c3","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Yzg3ZGFiYjcwODgxNjU0NWZlMjg4YzgzYTliMGVkZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"00f3b58c-3d57-4bc0-88f0-97515e10c001","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-24T21:45:55.033Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:45:55.033Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:55.035Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:55.035Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:45:55.136Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T21:45:55.136Z||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-08-24T21:45:55.136Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:55.145Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:55.145Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:56.036Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:45:56.037Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:56.038Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:56.038Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-24T21:45:56.139Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T21:45:56.139Z||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-08-24T21:45:56.139Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:56.147Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:56.148Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:57.039Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:45:57.039Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:57.041Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:57.041Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-24T21:45:57.142Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T21:45:57.142Z||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-08-24T21:45:57.142Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:57.149Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:57.150Z||pool-86-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:45:58.042Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:45:58.042Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:58.044Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:58.044Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:45:58.144Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:58.145Z||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-08-24T21:45:58.145Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:58.155Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:58.155Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:45:59.045Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:45:59.046Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:45:59.048Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:45:59.048Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:45:59.148Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:45:59.148Z||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-08-24T21:45:59.148Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:45:59.156Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:45:59.156Z||pool-88-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:00.048Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:46:00.050Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:00.052Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:00.052Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:46:00.152Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:46:00.153Z||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-08-24T21:46:00.153Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:00.161Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:00.161Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:01.052Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:46:01.053Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:01.055Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:01.055Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-24T21:46:01.156Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-24T21:46:01.157Z||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-08-24T21:46:01.157Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:01.164Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:01.164Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:02.056Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:46:02.056Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:02.058Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:02.058Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:46:02.158Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:46:02.159Z||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-08-24T21:46:02.159Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:02.166Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:02.166Z||pool-91-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:03.059Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-24T21:46:03.059Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:03.061Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:03.061Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:46:03.161Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:46:03.162Z||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-08-24T21:46:03.162Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:03.170Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:03.170Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:46:04.062Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "70694a21-d789-41aa-afa6-4bca6403bd01",
  "serviceDescription": "service",
  "serviceInvariantUUID": "49f30dd2-a27a-4a34-891a-85d3f39cabd1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "a2ad9661-7c51-4eeb-8054-bf56a10058b1",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a26979bb-71bb-4750-8bcc-63110f4ee440",
      "resourceInvariantUUID": "88dc547b-c93c-4eec-b32f-82cb1528d57e",
      "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": "a84afb5c-d85b-44d7-9ece-25209fb4ebe0",
          "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": "ba2ee52a-080e-4a40-9314-11f12ee78ec4",
          "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": "NDgyZTAzMDY2N2NiZTVhN2M1OTc1NDY2ZGUwMWVlMzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f31923c6-3541-41f5-b7a2-2fd471c05b53",
          "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": "6db0eb28-13a2-457b-ad93-3096a9eba048",
          "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": "27b5b202-e9ef-44e2-bd6c-81474cc17945",
            "generatedFromUUID": "6db0eb28-13a2-457b-ad93-3096a9eba048"
          },
          "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": "27b5b202-e9ef-44e2-bd6c-81474cc17945",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Yzg3ZGFiYjcwODgxNjU0NWZlMjg4YzgzYTliMGVkZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "00f3b58c-3d57-4bc0-88f0-97515e10c001"
    }
  ],
  "workloadContext": "Production"
}
2021-08-24T21:46:04.062Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-24T21:46:04.062Z|a6602796-0b0a-4fa5-9903-dbe51039af0d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 70694a21-d789-41aa-afa6-4bca6403bd01 ASDC
2021-08-24T21:46:04.063Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:00d90c8a-6d73-4757-be00-8c9c09a0ee76
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:70694a21-d789-41aa-afa6-4bca6403bd01
ServiceInvariantUUID:49f30dd2-a27a-4a34-891a-85d3f39cabd1
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:00f3b58c-3d57-4bc0-88f0-97515e10c001
ArtifactChecksum:Yzg3ZGFiYjcwODgxNjU0NWZlMjg4YzgzYTliMGVkZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:a2ad9661-7c51-4eeb-8054-bf56a10058b1
ResourceInvariantUUID:88dc547b-c93c-4eec-b32f-82cb1528d57e
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a26979bb-71bb-4750-8bcc-63110f4ee440
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:a84afb5c-d85b-44d7-9ece-25209fb4ebe0
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:ba2ee52a-080e-4a40-9314-11f12ee78ec4
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:f31923c6-3541-41f5-b7a2-2fd471c05b53
ArtifactChecksum:NDgyZTAzMDY2N2NiZTVhN2M1OTc1NDY2ZGUwMWVlMzE=
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:6db0eb28-13a2-457b-ad93-3096a9eba048
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:27b5b202-e9ef-44e2-bd6c-81474cc17945
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:27b5b202-e9ef-44e2-bd6c-81474cc17945
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-24T21:46:04.063Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70694a21-d789-41aa-afa6-4bca6403bd01 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-08-24T21:46:04.083Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:46:04.084Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:46:04.084Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:46:04.084Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 00f3b58c-3d57-4bc0-88f0-97515e10c001 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-24T21:46:04.084Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:46:04.084Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-24T21:46:04.187Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:46:04.190Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 00f3b58c-3d57-4bc0-88f0-97515e10c001 68764
2021-08-24T21:46:04.190Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-24T21:46:04.190Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-24T21:46:04.190Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:46:04.191Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:04.192Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:04.192Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841564190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:46:04.292Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:46:04.293Z||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-08-24T21:46:04.293Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:04.301Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:04.301Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:05.193Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-24T21:46:05.194Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-24T21:46:05.194Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 00f3b58c-3d57-4bc0-88f0-97515e10c001, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T21:46:05.195Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-08-24T21:46:05.195Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T21:46:05.195Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T21:46:05.283Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9235821014287519891/Definitions/service-BasicCnf-template.yml
2021-08-24T21:46:06.111Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-24T21:46:06.111Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:46:06.111Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T21:46:06.111Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-08-24T21:46:06.111Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:06.111Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:06.111Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-24T21:46:06.111Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:06.111Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-24T21:46:06.112Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:06.112Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:06.112Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T21:46:06.112Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:46:06.112Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:46:06.112Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:06.112Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:06.112Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T21:46:06.112Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-24T21:46:06.112Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-24T21:46:06.113Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:06.113Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:06.113Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:06.113Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-24T21:46:06.113Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-08-24T21:46:06.113Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2021-08-24T21:46:06.113Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-24T21:46:06.113Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:06.113Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:46:06.113Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:06.114Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T21:46:06.114Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:46:06.114Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:06.114Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T21:46:06.114Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:46:06.114Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:06.114Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T21:46:06.114Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:46:06.114Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:06.114Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-24T21:46:06.115Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-24T21:46:06.115Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fa3ca212-e9db-415f-ae85-b58f579ab290
2021-08-24T21:46:06.115Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:06.115Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:06.115Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:06.115Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:06.115Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:06.115Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:06.115Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:06.115Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:06.115Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:70694a21-d789-41aa-afa6-4bca6403bd01
Model Version:NULL
Model InvariantUuid:49f30dd2-a27a-4a34-891a-85d3f39cabd1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:175fd842-80c3-4974-b5c7-3a0612e2ae6c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:88dc547b-c93c-4eec-b32f-82cb1528d57e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a2ad9661-7c51-4eeb-8054-bf56a10058b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e433f88b-93d5-4785-8723-4f798d285f7d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:217bd7b1-01ae-4b9d-9eea-161d44d6d6a4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fa3ca212-e9db-415f-ae85-b58f579ab290
ModelInvariantUuid:4f92dbe6-ef33-40b9-bd96-96f0860c7253
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5dcd3ba9-365b-4d59-ba2a-35a69c548ed5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:fc0156f9-6efc-4a76-b3d6-74aa9e35ea28
ModelInvariantUuid:9ccc45a1-1354-4dee-82c6-5008f1f5c9c3
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:50007473-a839-4965-a6aa-6ae56ad5b2fe
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-24T21:46:06.120Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a26979bb-71bb-4750-8bcc-63110f4ee440
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:46:06.122Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||basic_cnf 0
2021-08-24T21:46:06.122Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a26979bb-71bb-4750-8bcc-63110f4ee440
2021-08-24T21:46:06.122Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a84afb5c-d85b-44d7-9ece-25209fb4ebe0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-24T21:46:06.122Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:46:06.122Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:06.452Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:46:06.452Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a84afb5c-d85b-44d7-9ece-25209fb4ebe0 12
2021-08-24T21:46:06.452Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:06.452Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:06.452Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:46:06.452Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:06.454Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:06.454Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841566452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:46:06.554Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:46:06.555Z||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-08-24T21:46:06.555Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:06.563Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:06.563Z||pool-94-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-08-24T21:46:07.455Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ba2ee52a-080e-4a40-9314-11f12ee78ec4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-24T21:46:07.455Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:46:07.456Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:07.744Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:46:07.745Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ba2ee52a-080e-4a40-9314-11f12ee78ec4 2688
2021-08-24T21:46:07.745Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:07.745Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:07.745Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:46:07.746Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:07.748Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:07.748Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841567745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:46:07.848Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:46:07.849Z||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-08-24T21:46:07.849Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:07.857Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:07.857Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:08.749Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f31923c6-3541-41f5-b7a2-2fd471c05b53 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-24T21:46:08.749Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:46:08.750Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:08.980Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:46:08.980Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f31923c6-3541-41f5-b7a2-2fd471c05b53 828
2021-08-24T21:46:08.981Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:08.981Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:08.981Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:46:08.981Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:08.983Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:08.984Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841568981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:46:09.083Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:46:09.084Z||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-08-24T21:46:09.084Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:09.092Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:09.092Z||pool-96-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:09.984Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e433f88b-93d5-4785-8723-4f798d285f7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "217bd7b1-01ae-4b9d-9eea-161d44d6d6a4",
    "vfModuleModelCustomizationUUID": "84d0fdf6-7c0a-41ba-b13c-31ff611e68e8",
    "isBase": true,
    "artifacts": [
      "ba2ee52a-080e-4a40-9314-11f12ee78ec4",
      "6db0eb28-13a2-457b-ad93-3096a9eba048",
      "27b5b202-e9ef-44e2-bd6c-81474cc17945"
    ],
    "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-08-24T21:46:09.988Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:217bd7b1-01ae-4b9d-9eea-161d44d6d6a4
VfModuleModelInvariantUUID:e433f88b-93d5-4785-8723-4f798d285f7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba2ee52a-080e-4a40-9314-11f12ee78ec4
,
6db0eb28-13a2-457b-ad93-3096a9eba048
,
27b5b202-e9ef-44e2-bd6c-81474cc17945

}
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-08-24T21:46:09.990Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e433f88b-93d5-4785-8723-4f798d285f7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "217bd7b1-01ae-4b9d-9eea-161d44d6d6a4",
    "vfModuleModelCustomizationUUID": "84d0fdf6-7c0a-41ba-b13c-31ff611e68e8",
    "isBase": true,
    "artifacts": [
      "ba2ee52a-080e-4a40-9314-11f12ee78ec4",
      "6db0eb28-13a2-457b-ad93-3096a9eba048",
      "27b5b202-e9ef-44e2-bd6c-81474cc17945"
    ],
    "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-08-24T21:46:09.990Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:217bd7b1-01ae-4b9d-9eea-161d44d6d6a4
VfModuleModelInvariantUUID:e433f88b-93d5-4785-8723-4f798d285f7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba2ee52a-080e-4a40-9314-11f12ee78ec4
,
6db0eb28-13a2-457b-ad93-3096a9eba048
,
27b5b202-e9ef-44e2-bd6c-81474cc17945

}
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-08-24T21:46:09.990Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6db0eb28-13a2-457b-ad93-3096a9eba048 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-24T21:46:09.990Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:46:09.991Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:10.520Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:46:10.521Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6db0eb28-13a2-457b-ad93-3096a9eba048 1164
2021-08-24T21:46:10.521Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:10.522Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:10.522Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:46:10.522Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:10.524Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:10.524Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841570521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:46:10.624Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:46:10.625Z||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-08-24T21:46:10.625Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:10.633Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:10.633Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:11.525Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 27b5b202-e9ef-44e2-bd6c-81474cc17945 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-24T21:46:11.525Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-24T21:46:11.526Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:12.618Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-24T21:46:12.618Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 27b5b202-e9ef-44e2-bd6c-81474cc17945 200
2021-08-24T21:46:12.618Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:12.618Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:12.618Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-24T21:46:12.619Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:12.620Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:12.620Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841572618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:46:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:46:12.688Z||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-08-24T21:46:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:12.705Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:12.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:46:12.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:46:12.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:46:12.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:46:12.721Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:46:12.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:46:12.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841399796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:46:12.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:46:12.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841402112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:46:12.723Z||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-08-24T21:46:12.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:46:12.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.723Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:12.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841403228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841404324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841405406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841406409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841407412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841408416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:46:12.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:46:12.729Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:12.729Z||pool-98-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:13.621Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 70694a21-d789-41aa-afa6-4bca6403bd01
2021-08-24T21:46:13.622Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a26979bb-71bb-4750-8bcc-63110f4ee440 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2021-08-24T21:46:13.630Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:46:13.635Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.635Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:13.635Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-08-24T21:46:13.636Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a2ad9661-7c51-4eeb-8054-bf56a10058b1
2021-08-24T21:46:13.636Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2ad9661-7c51-4eeb-8054-bf56a10058b1 matches Tosca VF Customization UUID: a2ad9661-7c51-4eeb-8054-bf56a10058b1
2021-08-24T21:46:13.636Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a2ad9661-7c51-4eeb-8054-bf56a10058b1  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-24T21:46:13.637Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.637Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:13.638Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a2ad9661-7c51-4eeb-8054-bf56a10058b1: {\"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-08-24T21:46:13.638Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f1e1b0d
2021-08-24T21:46:13.638Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.638Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-24T21:46:13.638Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84d0fdf6-7c0a-41ba-b13c-31ff611e68e8
2021-08-24T21:46:13.638Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84d0fdf6-7c0a-41ba-b13c-31ff611e68e8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-24T21:46:13.640Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.640Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T21:46:13.640Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:46:13.640Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.641Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T21:46:13.641Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:46:13.641Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.641Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-24T21:46:13.641Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-24T21:46:13.641Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fa3ca212-e9db-415f-ae85-b58f579ab290
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-24T21:46:13.643Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.643Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T21:46:13.643Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-24T21:46:13.643Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.643Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-24T21:46:13.644Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a2ad9661-7c51-4eeb-8054-bf56a10058b1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:46:13.645Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.645Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:13.645Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 70694a21-d789-41aa-afa6-4bca6403bd01: basic_cnf
2021-08-24T21:46:13.645Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.645Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:13.645Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.645Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:13.646Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.646Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:13.646Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.646Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:13.646Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-24T21:46:13.646Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-24T21:46:13.646Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-08-24T21:46:13.695Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a26979bb-71bb-4750-8bcc-63110f4ee440 1 ASDC deployResourceStructure
2021-08-24T21:46:13.696Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:13.696Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:13.696Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-24T21:46:13.696Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:13.698Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:13.698Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841573695,
  "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-08-24T21:46:13.798Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:46:13.799Z||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-08-24T21:46:13.799Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:13.806Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:13.806Z||pool-99-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:14.698Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:14.699Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:14.699Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-24T21:46:14.699Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:14.701Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:14.701Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841574698,
  "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-08-24T21:46:14.801Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:46:14.801Z||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-08-24T21:46:14.801Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:14.828Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:14.828Z||pool-100-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:15.702Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:15.702Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:15.702Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:46:15.702Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:15.704Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:15.704Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841575701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:46:15.804Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:46:15.804Z||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-08-24T21:46:15.805Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:15.813Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:15.813Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:16.704Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:16.705Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:16.705Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:46:16.705Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:16.708Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:16.708Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841576704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-24T21:46:16.807Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-24T21:46:16.808Z||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-08-24T21:46:16.808Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:16.816Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:16.816Z||pool-102-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:17.709Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:17.710Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:46:17.710Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:46:17.710Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:17.712Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:17.712Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841577709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-24T21:46:17.812Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:46:17.813Z||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-08-24T21:46:17.813Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:17.821Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:17.821Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:18.713Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-24T21:46:18.713Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-24T21:46:18.713Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-24T21:46:18.714Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:46:18.715Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:46:18.715Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841578712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:46:18.816Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:46:18.817Z||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-08-24T21:46:18.817Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:46:18.825Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:46:18.825Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-08-24T21:46:19.716Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:46:19.724Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:46:19.725Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:46:19.725Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:46:19.725Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:46:49.726Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:46:49.734Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:46:49.735Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:46:49.735Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:46:49.736Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:47:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:47:12.688Z||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-08-24T21:47:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:47:12.707Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:47:12.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:47:12.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bfcf49-baf6-448e-af11-103e5b30ac88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841499683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:47:12.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:47:12.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:47:12.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:47:12.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841388355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841508856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841511051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:47:12.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:47:19.736Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:47:19.742Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:47:19.743Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:47:19.744Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:47:19.744Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:47:49.744Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:47:49.753Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:47:49.754Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:47:49.755Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:47:49.755Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:48:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:48:12.688Z||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-08-24T21:48:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:48:12.708Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:48:12.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841512965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:48:12.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841514471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:48:12.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841515541,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:48:12.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841516543,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-24T21:48:12.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841517545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-24T21:48:12.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841518548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:48:12.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6602796-0b0a-4fa5-9903-dbe51039af0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841549746,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:48:12.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "cds",
  "timestamp": 1629841550270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "dcae-sch",
  "timestamp": 1629841546247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "cds",
  "timestamp": 1629841550270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "dcae-sch",
  "timestamp": 1629841546247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "cds",
  "timestamp": 1629841550270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "dcae-sch",
  "timestamp": 1629841546247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841555168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "cds",
  "timestamp": 1629841550270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "dcae-sch",
  "timestamp": 1629841546247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841555168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "cds",
  "timestamp": 1629841550270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "dcae-sch",
  "timestamp": 1629841546247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841555168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "cds",
  "timestamp": 1629841550270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "dcae-sch",
  "timestamp": 1629841546247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841557850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841555168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "cds",
  "timestamp": 1629841550270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "dcae-sch",
  "timestamp": 1629841546247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841557850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "policy-id",
  "timestamp": 1629841559154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841555168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "cds",
  "timestamp": 1629841550270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "dcae-sch",
  "timestamp": 1629841546247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841557850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "policy-id",
  "timestamp": 1629841559154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841555168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "cds",
  "timestamp": 1629841550270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "dcae-sch",
  "timestamp": 1629841546247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841557850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "policy-id",
  "timestamp": 1629841559154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841555168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "cds",
  "timestamp": 1629841562226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:48:12.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841557850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "policy-id",
  "timestamp": 1629841559154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841555168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841550758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "cds",
  "timestamp": 1629841563230,
  "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=?
2021-08-24T21:48:12.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00d90c8a-6d73-4757-be00-8c9c09a0ee76
2021-08-24T21:48:12.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d90c8a-6d73-4757-be00-8c9c09a0ee76 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-08-24T21:48:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841557850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "policy-id",
  "timestamp": 1629841559154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841555168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841564190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841557850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "policy-id",
  "timestamp": 1629841559154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841564936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841557850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "clamp",
  "timestamp": 1629841564976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "policy-id",
  "timestamp": 1629841559154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841566251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841566452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629841557850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "clamp",
  "timestamp": 1629841564976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "policy-id",
  "timestamp": 1629841559154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841567541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "clamp",
  "timestamp": 1629841564976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841567745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "policy-id",
  "timestamp": 1629841559154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "clamp",
  "timestamp": 1629841564976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841568853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841568981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "policy-id",
  "timestamp": 1629841568999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "aai-ml",
  "timestamp": 1629841568637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "clamp",
  "timestamp": 1629841564976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841569901,
  "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-08-24T21:48:12.742Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00d90c8a-6d73-4757-be00-8c9c09a0ee76
2021-08-24T21:48:12.742Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d90c8a-6d73-4757-be00-8c9c09a0ee76 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-08-24T21:48:12.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "policy-id",
  "timestamp": 1629841570005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "aai-ml",
  "timestamp": 1629841568637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841570521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "clamp",
  "timestamp": 1629841564976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629841570904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:48:12.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "policy-id",
  "timestamp": 1629841571007,
  "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-08-24T21:48:12.750Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00d90c8a-6d73-4757-be00-8c9c09a0ee76
2021-08-24T21:48:12.750Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d90c8a-6d73-4757-be00-8c9c09a0ee76 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-08-24T21:48:12.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "aai-ml",
  "timestamp": 1629841568637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "clamp",
  "timestamp": 1629841564976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:12.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:48:12.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "aai-ml",
  "timestamp": 1629841568637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:48:12.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:48:19.755Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:48:19.761Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:48:19.762Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:48:19.763Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:48:19.763Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:48:49.763Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:48:49.771Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:48:49.773Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:48:49.773Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-24T21:48:49.773Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-24T21:49:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:49:12.688Z||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-08-24T21:49:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:49:13.207Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:49:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "clamp",
  "timestamp": 1629841564976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:49:13.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841572618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841572068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "aai-ml",
  "timestamp": 1629841568637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "clamp",
  "timestamp": 1629841564976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841573695,
  "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-08-24T21:49:13.209Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:49:13.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841572068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "aai-ml",
  "timestamp": 1629841568637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841572068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841574698,
  "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-08-24T21:49:13.210Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "aai-ml",
  "timestamp": 1629841568637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841575701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-24T21:49:13.210Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841572068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "aai-ml",
  "timestamp": 1629841568637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841576704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841572068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "aai-ml",
  "timestamp": 1629841568637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841577709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841572068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841578712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841572068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "aai-ml",
  "timestamp": 1629841579181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841572068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-24T21:49:13.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841572068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841581989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "clamp",
  "timestamp": 1629841583311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841583787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "aai-ml",
  "timestamp": 1629841584048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:49:13.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629841584791,
  "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-08-24T21:49:13.218Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00d90c8a-6d73-4757-be00-8c9c09a0ee76
2021-08-24T21:49:13.218Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d90c8a-6d73-4757-be00-8c9c09a0ee76 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-08-24T21:49:13.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "aai-ml",
  "timestamp": 1629841585051,
  "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-08-24T21:49:13.226Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00d90c8a-6d73-4757-be00-8c9c09a0ee76
2021-08-24T21:49:13.226Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d90c8a-6d73-4757-be00-8c9c09a0ee76 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-08-24T21:49:13.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "clamp",
  "timestamp": 1629841585318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-24T21:49:13.230Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:49:13.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:49:13.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "clamp",
  "timestamp": 1629841586321,
  "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-08-24T21:49:13.233Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00d90c8a-6d73-4757-be00-8c9c09a0ee76
2021-08-24T21:49:13.233Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d90c8a-6d73-4757-be00-8c9c09a0ee76 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-08-24T21:49:19.773Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-24T21:49:19.780Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-08-24T21:49:19.781Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-24T21:49:19.782Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-24T21:49:19.782Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-24T21:49:19.782Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-24T21:49:19.782Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:49:19.782Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:49:19.782Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:49:19.782Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:49:19.782Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:49:19.782Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-24T21:49:19.782Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||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-08-24T21:49:19.785Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-24T21:49:49.785Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76 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-08-24T21:49:49.790Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00d90c8a-6d73-4757-be00-8c9c09a0ee76 and serviceModelVersionId: 70694a21-d789-41aa-afa6-4bca6403bd01
2021-08-24T21:49:49.790Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49f30dd2-a27a-4a34-891a-85d3f39cabd1
2021-08-24T21:49:49.791Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49f30dd2-a27a-4a34-891a-85d3f39cabd1/model-vers/model-ver/70694a21-d789-41aa-afa6-4bca6403bd01?depth=0
2021-08-24T21:49:49.796Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-24T21:49:49.831Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/49f30dd2-a27a-4a34-891a-85d3f39cabd1/model-vers/model-ver/70694a21-d789-41aa-afa6-4bca6403bd01?depth=0|INFO|500||Invoke
2021-08-24T21:49:49.831Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/49f30dd2-a27a-4a34-891a-85d3f39cabd1/model-vers/model-ver/70694a21-d789-41aa-afa6-4bca6403bd01?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/49f30dd2-a27a-4a34-891a-85d3f39cabd1/model-vers/model-ver/70694a21-d789-41aa-afa6-4bca6403bd01?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00d90c8a-6d73-4757-be00-8c9c09a0ee76], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f29a1698-95f6-423f-b96d-dd5a9d7fa0f3], X-ECOMP-RequestID=[00d90c8a-6d73-4757-be00-8c9c09a0ee76], X-TransactionId=[], X-ONAP-RequestID=[00d90c8a-6d73-4757-be00-8c9c09a0ee76], Content-Type=[application/merge-patch+json]}
2021-08-24T21:49:49.846Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/49f30dd2-a27a-4a34-891a-85d3f39cabd1/model-vers/model-ver/70694a21-d789-41aa-afa6-4bca6403bd01?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-24T21:49:50.021Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/49f30dd2-a27a-4a34-891a-85d3f39cabd1/model-vers/model-ver/70694a21-d789-41aa-afa6-4bca6403bd01?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/49f30dd2-a27a-4a34-891a-85d3f39cabd1/model-vers/model-ver/70694a21-d789-41aa-afa6-4bca6403bd01?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210824-21:49:49:851-97534], vertex-id=[253952], Content-Length=[0], Date=[Tue, 24 Aug 2021 21:49:49 GMT], Content-Type=[application/json]}
2021-08-24T21:49:50.021Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/49f30dd2-a27a-4a34-891a-85d3f39cabd1/model-vers/model-ver/70694a21-d789-41aa-afa6-4bca6403bd01?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-24T21:49:50.021Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/49f30dd2-a27a-4a34-891a-85d3f39cabd1/model-vers/model-ver/70694a21-d789-41aa-afa6-4bca6403bd01?depth=0|INFO|500||InvokeReturn
2021-08-24T21:49:50.022Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-24T21:49:50.022Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-24T21:49:50.025Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-24T21:49:50.025Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00d90c8a-6d73-4757-be00-8c9c09a0ee76 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-24T21:49:50.025Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-24T21:49:50.026Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-24T21:49:50.027Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-24T21:49:50.027Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841790025,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:49:50.127Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-24T21:49:50.128Z||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-08-24T21:49:50.128Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 03ed5A6bXU2NSGjX) ...
2021-08-24T21:49:50.137Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:49:50.138Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-24T21:49:51.036Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:49:51.036Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:49:51.037Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:50:01.216Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:50:01.216Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:50:01.216Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:50:01.216Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:50:10.748Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:50:10.748Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:50:10.749Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:50:10.749Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:50:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:50:12.688Z||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-08-24T21:50:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:50:13.307Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:50:13.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-24T21:50:13.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00d90c8a-6d73-4757-be00-8c9c09a0ee76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629841790025,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-24T21:50:13.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-24T21:50:20.279Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:50:20.280Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:50:20.280Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:50:20.281Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:50:29.809Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:50:29.810Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:50:29.810Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:50:29.810Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:50:39.343Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:50:39.344Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:50:39.344Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:50:39.344Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:50:48.876Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:50:48.876Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:50:48.877Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:50:48.877Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:50:58.406Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:50:58.407Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:50:58.407Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:50:58.407Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:51:07.936Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:51:07.936Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:51:07.936Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:51:07.936Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:51:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:51:12.688Z||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-08-24T21:51:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:51:17.472Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:51:17.472Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:51:17.472Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:51:17.472Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:51:22.223Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:51:27.003Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:52:12.685Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:52:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:52:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:52:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:52:12.688Z||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-08-24T21:52:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:52:22.221Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:52:22.225Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:53:12.685Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:53:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:53:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:53:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:53:12.688Z||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-08-24T21:53:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:53:22.221Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:53:22.221Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:54:12.685Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:54:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:54:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:54:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:54:12.688Z||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-08-24T21:54:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:54:22.223Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:54:22.226Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:55:12.685Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:55:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:55:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:55:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:55:12.688Z||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-08-24T21:55:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:55:22.221Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:55:22.226Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:56:12.685Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:56:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:56:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:56:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:56:12.688Z||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-08-24T21:56:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:56:22.221Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:56:22.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:57:12.685Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:57:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:57:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:57:12.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:57:12.688Z||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-08-24T21:57:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:57:22.223Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:57:22.224Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:58:12.685Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:58:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:58:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:58:12.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:58:12.687Z||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-08-24T21:58:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:58:22.219Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:58:22.223Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:59:12.685Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:59:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T21:59:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:59:12.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T21:59:12.687Z||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-08-24T21:59:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T21:59:22.221Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T21:59:22.221Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T22:00:12.685Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T22:00:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T22:00:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T22:00:12.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T22:00:12.688Z||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-08-24T22:00:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T22:00:22.227Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T22:00:22.231Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T22:01:12.685Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T22:01:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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-08-24T22:01:12.686Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|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 03ed5A6bXU2NSGjX) ...
2021-08-24T22:01:12.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T22:01:12.688Z||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-08-24T22:01:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T22:01:22.221Z|00d90c8a-6d73-4757-be00-8c9c09a0ee76|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T22:01:22.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T22:02:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T22:02:12.686Z||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-08-24T22:02:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T22:02:12.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T22:02:12.688Z||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-08-24T22:02:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T22:02:22.222Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T22:02:22.221Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T22:03:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T22:03:12.686Z||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-08-24T22:03:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T22:03:12.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T22:03:12.688Z||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-08-24T22:03:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T22:03:22.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T22:03:22.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T22:04:12.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T22:04:12.686Z||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-08-24T22:04:12.686Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T22:04:12.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-24T22:04:12.688Z||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-08-24T22:04:12.688Z||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 03ed5A6bXU2NSGjX) ...
2021-08-24T22:04:22.229Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-24T22:04:22.229Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK